Skip to content

Commit

Permalink
Add Autoit scripting language (#882)
Browse files Browse the repository at this point in the history
Add support to Autoit scripting language
  • Loading branch information
Detector-I committed Aug 14, 2022
1 parent 3a1cc6e commit 4bcce63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions languages.json
Expand Up @@ -98,6 +98,11 @@
"line_comment": ["#", "dnl"],
"extensions": ["in"]
},
"Autoit": {
"line_comment": [";"],
"multi_line_comments": [["#comments-start", "#comments-end"], ["#cs", "#ce"]],
"extensions": ["au3"]
},
"AutoHotKey": {
"line_comment": [";"],
"multi_line_comments": [["/*", "*/"]],
Expand Down

0 comments on commit 4bcce63

Please sign in to comment.