Skip to content

Commit b543b39

Browse files
add applescript support
1 parent c14ebd8 commit b543b39

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

LANGUAGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Alex (x)
88
Alloy (als)
99
Android Interface Definition Language (aidl)
1010
APL (apl,aplf,apln,aplc)
11+
AppleScript (applescript)
1112
Arvo (avdl,avpr,avsc)
1213
AsciiDoc (adoc)
1314
ASP (asa,asp)

languages.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,41 @@
5656
}
5757
]
5858
},
59+
"AppleScript": {
60+
"complexitychecks": [
61+
"considering ",
62+
"ignoring ",
63+
"repeat ",
64+
"while ",
65+
"if ",
66+
"else ",
67+
"else if ",
68+
"try ",
69+
"on error ",
70+
"and ",
71+
"or "
72+
],
73+
"extensions": [
74+
"applescript"
75+
],
76+
"line_comment": [
77+
"#",
78+
"--"
79+
],
80+
"multi_line": [
81+
[
82+
"(*",
83+
"*)"
84+
]
85+
],
86+
"quotes": [
87+
{
88+
"end": "\"",
89+
"start": "\""
90+
}
91+
],
92+
"shebangs": []
93+
},
5994
"ASP": {
6095
"complexitychecks": [
6196
"for ",

processor/constants.go

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)