We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb04a8d commit 5ceb901Copy full SHA for 5ceb901
languages.json
@@ -22,6 +22,34 @@
22
],
23
"multi_line": [],
24
"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": ["'"]
53
},
54
"ASP": {
55
"complexitychecks": [
0 commit comments