Support MoonBit language. (#1095)

This commit is contained in:
fuchen 2024-05-13 18:53:59 +08:00 committed by GitHub
parent 40bd58b692
commit ed94fa7920
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -966,6 +966,11 @@
"extensions": ["def"],
"line_comment": [";"]
},
"MoonBit": {
"line_comment": ["//"],
"quotes": [["\\\"", "\\\""]],
"extensions": ["mbt"]
},
"MoonScript": {
"line_comment": ["--"],
"quotes": [["\\\"", "\\\""], ["'", "'"]],
@ -1083,7 +1088,7 @@
"name": "Pacman's makepkg",
"line_comment": ["#"],
"quotes": [["\\\"", "\\\""], ["'", "'"]],
"filenames": ["pkgbuild"]
"filenames": ["pkgbuild"]
},
"Pan": {
"line_comment": ["#"],