File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 314314 },
315315 {
316316 "match" : " (?!when|and|or\\ b)\\ b([\\ w0-9'`^._]+)" ,
317- "comments" : " Here we need the \\ w modifier in order to check that the words isn't blacklisted " ,
317+ "comments" : " Here we need the \\ w modifier in order to check that the words are allowed " ,
318318 "captures" : {
319319 "1" : {
320320 "name" : " entity.name.type.fsharp"
677677 },
678678 {
679679 "match" : " (?!with|get|set\\ b)\\ b([\\ w0-9'`^._]+)" ,
680- "comments" : " Here we need the \\ w modifier in order to check that the words isn't blacklisted " ,
680+ "comments" : " Here we need the \\ w modifier in order to check that the words are allowed " ,
681681 "captures" : {
682682 "1" : {
683683 "name" : " entity.name.type.fsharp"
16581658 },
16591659 {
16601660 "match" : " ([\\ w0-9'`^._]+)" ,
1661- "comments" : " Here we need the \\ w modifier in order to check that the words isn't blacklisted " ,
1661+ "comments" : " Here we need the \\ w modifier in order to check that the words are allowed " ,
16621662 "captures" : {
16631663 "1" : {
16641664 "name" : " entity.name.type.fsharp"
18321832 ]
18331833 }
18341834 }
1835- }
1835+ }
Original file line number Diff line number Diff line change 102102 "name" : " punctuation.definition.arguments.begin.latex"
103103 }
104104 },
105- "comment" : " this works OK with all kinds of crazy stuff as long as section is one line" ,
105+ "comment" : " this works OK with all kinds of stuff as long as the section is one line" ,
106106 "contentName" : " entity.name.section.latex" ,
107107 "end" : " \\ }" ,
108108 "endCaptures" : {
23712371 ]
23722372 }
23732373 }
2374- }
2374+ }
You can’t perform that action at this time.
0 commit comments