Skip to content

Commit 9a39e97

Browse files
committed
Added Nial, K, and SNOBOL
1 parent f1d7a9a commit 9a39e97

File tree

2 files changed

+86
-4
lines changed

2 files changed

+86
-4
lines changed

languages.json

Lines changed: 84 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,15 @@
3737
"",
3838
"~",
3939
"¨",
40-
"="
40+
"=",
41+
":"
4142
],
4243
"extensions": [
4344
"apl",
4445
"aplf",
4546
"apln",
46-
"aplc"
47+
"aplc",
48+
"dyalog"
4749
],
4850
"line_comment": [
4951
""
@@ -3522,6 +3524,33 @@
35223524
}
35233525
]
35243526
},
3527+
"K": {
3528+
"complexitychecks": [
3529+
"'",
3530+
"/",
3531+
"\\",
3532+
"':",
3533+
"/:",
3534+
"\\:",
3535+
"|",
3536+
"&",
3537+
"!",
3538+
"="
3539+
],
3540+
"extensions": [
3541+
"k"
3542+
],
3543+
"line_comment": [
3544+
"/"
3545+
],
3546+
"multi_line": [],
3547+
"quotes": [
3548+
{
3549+
"end": "\"",
3550+
"start": "\""
3551+
}
3552+
]
3553+
},
35253554
"Korn Shell": {
35263555
"complexitychecks": [
35273556
"for ",
@@ -4390,6 +4419,34 @@
43904419
}
43914420
]
43924421
},
4422+
"Nial": {
4423+
"complexitychecks": [
4424+
"case ",
4425+
"for ",
4426+
"if ",
4427+
"repeat ",
4428+
"while ",
4429+
"or ",
4430+
"and ",
4431+
"= ",
4432+
"equal ",
4433+
"~= ",
4434+
"unequal "
4435+
],
4436+
"extensions": [
4437+
"ndf"
4438+
],
4439+
"line_comment": [
4440+
"%"
4441+
],
4442+
"multi_line": [],
4443+
"quotes": [
4444+
{
4445+
"end": "'",
4446+
"start": "'"
4447+
}
4448+
]
4449+
},
43934450
"Nim": {
43944451
"complexitychecks": [
43954452
"for ",
@@ -5644,6 +5701,31 @@
56445701
}
56455702
]
56465703
},
5704+
"SNOBOL": {
5705+
"complexitychecks": [
5706+
":(",
5707+
":s(",
5708+
":f(",
5709+
"eq ",
5710+
"ne "
5711+
],
5712+
"extensions": [
5713+
"sno"
5714+
],
5715+
"line_comment": [
5716+
"*"
5717+
],
5718+
"quotes": [
5719+
{
5720+
"end": "\"",
5721+
"start": "\""
5722+
},
5723+
{
5724+
"end": "'",
5725+
"start": "'"
5726+
}
5727+
]
5728+
},
56475729
"SPDX": {
56485730
"complexitychecks": [],
56495731
"extensions": [

processor/constants.go

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)