Skip to content

Commit

Permalink
Support MoonBit language. (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchen authored May 13, 2024
1 parent 40bd58b commit ed94fa7
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 @@ -966,6 +966,11 @@
"extensions": ["def"],
"line_comment": [";"]
},
"MoonBit": {
"line_comment": ["//"],
"quotes": [["\\\"", "\\\""]],
"extensions": ["mbt"]
},
"MoonScript": {
"line_comment": ["--"],
"quotes": [["\\\"", "\\\""], ["'", "'"]],
Expand Down Expand Up @@ -1083,7 +1088,7 @@
"name": "Pacman's makepkg",
"line_comment": ["#"],
"quotes": [["\\\"", "\\\""], ["'", "'"]],
"filenames": ["pkgbuild"]
"filenames": ["pkgbuild"]
},
"Pan": {
"line_comment": ["#"],
Expand Down

0 comments on commit ed94fa7

Please sign in to comment.