Skip to content

Commit

Permalink
Remove dependency on the Babel package
Browse files Browse the repository at this point in the history
Include the Babel syntax file and reference it in the EJS syntax files.
  • Loading branch information
nwoltman committed Nov 27, 2016
1 parent 363c4b8 commit f6394b7
Show file tree
Hide file tree
Showing 9 changed files with 1,398 additions and 30 deletions.
2 changes: 1 addition & 1 deletion EJS ($).sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ contexts:
scope: keyword.operator.delimiter.ejs, punctuation.definition.js.end.ejs
pop: true
- match: ''
push: Packages/Babel/JavaScript (Babel).sublime-syntax
push: Packages/EJS 2/JavaScript - Babel.sublime-syntax
with_prototype:
- match: '(?=[_-]?\$>)'
scope: punctuation.definition.js.end.ejs
Expand Down
2 changes: 1 addition & 1 deletion EJS (@).sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ contexts:
scope: keyword.operator.delimiter.ejs, punctuation.definition.js.end.ejs
pop: true
- match: ''
push: Packages/Babel/JavaScript (Babel).sublime-syntax
push: Packages/EJS 2/JavaScript - Babel.sublime-syntax
with_prototype:
- match: '(?=[_-]?@>)'
scope: punctuation.definition.js.end.ejs
Expand Down
2 changes: 1 addition & 1 deletion EJS (Q).sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ contexts:
scope: keyword.operator.delimiter.ejs, punctuation.definition.js.end.ejs
pop: true
- match: ''
push: Packages/Babel/JavaScript (Babel).sublime-syntax
push: Packages/EJS 2/JavaScript - Babel.sublime-syntax
with_prototype:
- match: '(?=[_-]?\?>)'
scope: punctuation.definition.js.end.ejs
Expand Down
2 changes: 1 addition & 1 deletion EJS.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ contexts:
scope: keyword.operator.delimiter.ejs, punctuation.definition.js.end.ejs
pop: true
- match: ''
push: Packages/Babel/JavaScript (Babel).sublime-syntax
push: Packages/EJS 2/JavaScript - Babel.sublime-syntax
with_prototype:
- match: '(?=[_-]?%>)'
scope: punctuation.definition.js.end.ejs
Expand Down

0 comments on commit f6394b7

Please sign in to comment.