Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save likwrk/e8b6be8d2c202245c1898e9cbac54edb to your computer and use it in GitHub Desktop.
Save likwrk/e8b6be8d2c202245c1898e9cbac54edb to your computer and use it in GitHub Desktop.
very start of Angular 2 sublime syntax file
%YAML1.2
---
# See http://www.sublimetext.com/docs/3/syntax.html
name: JavaScript NG
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