Skip to content

Commit 2d8399a

Browse files
committed
Remove duplicate highlight rules
1 parent af68c1f commit 2d8399a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

syntaxes/ti-basic.tmLanguage.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
{
5252
"name": "entity.name.function.8xp",
53-
"match": "(Archive|AxesOn|BackgroundOn|BorderColor|ClrList|Disp|Draw(F|Inv)|ExpReg|Fix|FnO(ff|n)|GridDot|GridLine|Horizontal|Input|Lbl|LinReg\\((a\\+bx|ax\\+b)\\)|LinRegT(Int|Test)|LnReg|Logistic|Manual\\-Fit|Med\\-Med| n(C|P)r|Pause|PlotsO(ff|n)|Prompt|PwrReg|Qua(d|rt)Reg|(Recall|Store)(GDB|Pic)|2\\-Samp(F|𝐅)Test|2\\-SampT(Int|Test)|SetUpEditor|SinReg|TInterval|T\\-Test|UnArchive|(1|2)-Var Stats|Vertical|Wait) "
53+
"match": "(Archive|AxesOn|BackgroundOn|BorderColor|ClrList|Disp|Draw(F|Inv)|ExpReg|Fix|FnO(ff|n)|GridDot|GridLine|Horizontal|Input|Lbl|LinReg\\((a\\+bx|ax\\+b)\\)|LinRegT(Int|Test)|LnReg|Logistic|Manual\\-Fit|Med\\-Med| n(C|P)r|PlotsO(ff|n)|Prompt|PwrReg|Qua(d|rt)Reg|(Recall|Store)(GDB|Pic)|2\\-Samp(F|𝐅)Test|2\\-SampT(Int|Test)|SetUpEditor|SinReg|TInterval|T\\-Test|UnArchive|(1|2)-Var Stats|Vertical|Wait) "
5454
},
5555
{
5656
"name": "entity.name.function.8xp",
@@ -74,11 +74,11 @@
7474
"patterns": [
7575
{
7676
"name": "keyword.control.8xp",
77-
"match": "(If|While|Repeat|Pause|Lbl|Goto|Wait|DelVar) "
77+
"match": "(If|While|Repeat|Lbl|Goto|Wait|DelVar) "
7878
},
7979
{
8080
"name": "keyword.control.8xp",
81-
"match": "Then|Else|End|Return|Stop|ExecLib"
81+
"match": "Then|Else|End|Pause|Return|Stop|ExecLib"
8282
},
8383
{
8484
"name": "keyword.control.8xp",

0 commit comments

Comments
 (0)