Skip to content

Commit

Permalink
Support MoonBit language. (XAMPPRocky#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchen authored and ErikSchierboom committed Jun 7, 2024
1 parent 8712a95 commit 6321d5c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,11 @@
"extensions": ["def"],
"line_comment": [";"]
},
"MoonBit": {
"line_comment": ["//"],
"quotes": [["\\\"", "\\\""]],
"extensions": ["mbt"]
},
"MoonScript": {
"line_comment": ["--"],
"quotes": [["\\\"", "\\\""], ["'", "'"]],
Expand Down Expand Up @@ -1110,7 +1115,7 @@
"name": "Pacman's makepkg",
"line_comment": ["#"],
"quotes": [["\\\"", "\\\""], ["'", "'"]],
"filenames": ["pkgbuild"]
"filenames": ["pkgbuild"]
},
"Pan": {
"line_comment": ["#"],
Expand Down

0 comments on commit 6321d5c

Please sign in to comment.