Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adds support for Mojo language
  • Loading branch information
jmccrystal authored Oct 31, 2024
1 parent 16a97f3 commit 7bcba2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,12 @@
"extensions": ["def"],
"line_comment": [";"]
},
"Mojo": {
"line_comment": ["#"],
"doc_quotes": [["\\\"\\\"\\\"", "\\\"\\\"\\\""], ["'''", "'''"]],
"quotes": [["\\\"", "\\\""], ["'", "'"]],
"extensions": ["mojo", "🔥"]
},
"MonkeyC": {
"name": "Monkey C",
"extensions": ["mc"],
Expand Down

0 comments on commit 7bcba2b

Please sign in to comment.