Skip to content

Commit 5ceb901

Browse files
authored
Add initial support for Dyalog APL
1 parent cb04a8d commit 5ceb901

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

languages.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,34 @@
2222
],
2323
"multi_line": [],
2424
"quotes": []
25+
},
26+
"APL": {
27+
"complexitychecks": [
28+
":For ",
29+
":If ",
30+
":Case ",
31+
":CaseList ",
32+
":While ",
33+
":Repeat ",
34+
":Else ",
35+
"",
36+
"",
37+
"",
38+
"~",
39+
"¨",
40+
"="
41+
],
42+
"extensions": [
43+
"apl",
44+
"aplf",
45+
"apln",
46+
"aplc"
47+
],
48+
"line_comment": [
49+
""
50+
],
51+
"multi_line": [],
52+
"quotes": ["'"]
2553
},
2654
"ASP": {
2755
"complexitychecks": [

0 commit comments

Comments
 (0)