Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wh0am1-dev/69c250500f9c8b90d1fab6eca2c5dbcb to your computer and use it in GitHub Desktop.
Save wh0am1-dev/69c250500f9c8b90d1fab6eca2c5dbcb to your computer and use it in GitHub Desktop.
JavaScript w/Literals
%YAML 1.2
---
# See http://www.sublimetext.com/docs/3/syntax.html
name: JavaScript Literals
file_extensions:
- js
- ng.js
scope: source.js.ng
contexts:
main:
- match: ""
push: scope:source.js
with_prototype:
- match: '`'
push:
- meta_content_scope: text.html.basic.embedded.js
- include: 'scope:text.html.basic'
- match: '`'
pop: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment