-
-
Save likwrk/e8b6be8d2c202245c1898e9cbac54edb to your computer and use it in GitHub Desktop.
very start of Angular 2 sublime syntax file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%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