Skip to content

Instantly share code, notes, and snippets.

@tylersticka
Created May 14, 2012 19:48
Show Gist options
  • Save tylersticka/2696125 to your computer and use it in GitHub Desktop.
Save tylersticka/2696125 to your computer and use it in GitHub Desktop.
My DetectSyntax Sublime settings
{
"syntaxes": [
{
"name": "Mustache",
"rules": [
{"file_name": ".*\\.mustache$"}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment