Skip to content

Instantly share code, notes, and snippets.

@singingwolfboy
Created June 13, 2013 14:25
Show Gist options
  • Save singingwolfboy/5774083 to your computer and use it in GitHub Desktop.
Save singingwolfboy/5774083 to your computer and use it in GitHub Desktop.
ApplySyntax user settings
// Put your custom syntax rules here:
"syntaxes": [
{
"name": "HTML",
"rules": [
{"file_name": ".*\\.underscore"}
]
},
{
"name": "Mako/Syntaxes/HTML (Mako)",
"rules": [
{"file_name": ".*\\.html"},
{"first_line": "^<%inherit "}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment