Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hullen/6916959 to your computer and use it in GitHub Desktop.
Save hullen/6916959 to your computer and use it in GitHub Desktop.
{
"patterns": [
{
"pattern": "(console\\.log\\(.*?\\))",
"scopes": [
"storage.type.function.js",
"meta.function.json.js",
"source.js"
]
},
{
"pattern": "(debugger)",
"scopes": [
"storage.type.function.js",
"meta.function.json.js",
"source.coffee"
]
},
{
"pattern": "(console\\.log)",
"scopes": [
"source.coffee"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment