File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
fileTypes : [
2
2
" lsc"
3
3
" lsx"
4
- " light .js"
5
- " light .jsx"
4
+ " lsc .js"
5
+ " lsc .jsx"
6
6
]
7
7
firstLineMatch : " ^#!\\ s*/.*\\ b(lsc-node|js)$\\ n?"
8
8
name : " LightScript"
@@ -1847,7 +1847,7 @@ repository:
1847
1847
" literal-operators" :
1848
1848
patterns : [
1849
1849
{
1850
- match : " (?<!\\ .)\\ b(?>delete|instanceof|in|new|of|typeof|void|with|from|thru|til )\\ b"
1850
+ match : " (?<!\\ .)\\ b(?>delete|instanceof|in|new|of|typeof|void|with|from|idx|elem|key|val )\\ b"
1851
1851
name : " keyword.operator.js"
1852
1852
}
1853
1853
{
@@ -1858,7 +1858,7 @@ repository:
1858
1858
\\ |\\ | | # logical-or left-to-right both
1859
1859
or(?=\\ s) | # logical-or left-to-right both
1860
1860
and(?=\\ s)| # logical-and left-to-right both
1861
- not(?=\\ s) # logical-not left-to-right both
1861
+ not(?=\\ s) # logical-not left-to-right both
1862
1862
'''
1863
1863
name : " keyword.operator.logical.js"
1864
1864
}
You can’t perform that action at this time.
0 commit comments