Skip to content

Commit f044909

Browse files
committed
[coffee] update grammar
1 parent 20ad4aa commit f044909

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

extensions/coffeescript/syntaxes/coffeescript.tmLanguage.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
55
"Once accepted there, we are happy to receive an update request."
66
],
7-
"version": "https://github.com/atom/language-coffee-script/commit/c0dbeede971ff5391ec1d94d4ea5d94e60d7e3e3",
7+
"version": "https://github.com/atom/language-coffee-script/commit/a0da2a73ad817e2fc13c2ef8fcd2624017c39610",
88
"scopeName": "source.coffee",
99
"name": "CoffeeScript",
1010
"fileTypes": [
@@ -556,7 +556,7 @@
556556
},
557557
{
558558
"begin": "(?=(@|@?[\\w$]+|[=-]>|\\-\\d|\\[|{|\"|'))",
559-
"end": "(?=\\s*(?<![\\w$])(of|in|then|is|isnt|and|or|for|else|when|if|unless|by|instanceof)(?![\\w$]))|(?=\\s*(}|\\)|#|$))",
559+
"end": "(?=\\s*(?<![\\w$])(of|in|then|is|isnt|and|or|for|else|when|if|unless|by|instanceof)(?![\\w$]))|(?=\\s*(}|\\]|\\)|#|$))",
560560
"name": "meta.arguments.coffee",
561561
"patterns": [
562562
{
@@ -637,7 +637,7 @@
637637
]
638638
}
639639
},
640-
"end": "(?=\\s*(?<![\\w$])(of|in|then|is|isnt|and|or|for|else|when|if|unless|by|instanceof)(?![\\w$]))|(?=\\s*(}|\\)|#|$))",
640+
"end": "(?=\\s*(?<![\\w$])(of|in|then|is|isnt|and|or|for|else|when|if|unless|by|instanceof)(?![\\w$]))|(?=\\s*(}|\\]|\\)|#|$))",
641641
"name": "meta.function-call.coffee",
642642
"patterns": [
643643
{
@@ -793,7 +793,7 @@
793793
]
794794
}
795795
},
796-
"end": "(?=\\s*(?<![\\w$])(of|in|then|is|isnt|and|or|for|else|when|if|unless|by|instanceof)(?![\\w$]))|(?=\\s*(}|\\)|#|$))",
796+
"end": "(?=\\s*(?<![\\w$])(of|in|then|is|isnt|and|or|for|else|when|if|unless|by|instanceof)(?![\\w$]))|(?=\\s*(}|\\]|\\)|#|$))",
797797
"name": "meta.method-call.coffee",
798798
"patterns": [
799799
{

0 commit comments

Comments
 (0)