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 314
314
},
315
315
{
316
316
"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 " ,
318
318
"captures" : {
319
319
"1" : {
320
320
"name" : " entity.name.type.fsharp"
677
677
},
678
678
{
679
679
"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 " ,
681
681
"captures" : {
682
682
"1" : {
683
683
"name" : " entity.name.type.fsharp"
1658
1658
},
1659
1659
{
1660
1660
"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 " ,
1662
1662
"captures" : {
1663
1663
"1" : {
1664
1664
"name" : " entity.name.type.fsharp"
1832
1832
]
1833
1833
}
1834
1834
}
1835
- }
1835
+ }
Original file line number Diff line number Diff line change 102
102
"name" : " punctuation.definition.arguments.begin.latex"
103
103
}
104
104
},
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" ,
106
106
"contentName" : " entity.name.section.latex" ,
107
107
"end" : " \\ }" ,
108
108
"endCaptures" : {
2371
2371
]
2372
2372
}
2373
2373
}
2374
- }
2374
+ }
You can’t perform that action at this time.
0 commit comments