Skip to content

Commit

Permalink
maxLineLength + embedded grammars (#473)
Browse files Browse the repository at this point in the history
* maxLineLength + embedded grammars

* Revert line length removal
  • Loading branch information
Aerijo authored and gandm committed Jan 30, 2018
1 parent 8be4fb6 commit c96e2db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grammars/Babel Language.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Babel ES6 JavaScript",
"scopeName": "source.js.jsx",
"injectionSelector": "source.embedded.jsx",
"foldingStartMarker": "(/\\*|{|\\()",
"foldingEndMarker": "(\\*/|\\}|\\))",
"firstLineMatch": "^#!\\s*/.*\\b(node|js)$\\n?",
Expand Down

0 comments on commit c96e2db

Please sign in to comment.