Skip to content

Commit

Permalink
add Mojo
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed May 4, 2023
1 parent d59a1f8 commit f4f54dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions language.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ var Exts = map[string]string{
"meson": "Meson",
"mustache": "Mustache",
"m4": "M4",
"mojo": "Mojo",
"🔥": "Mojo",
"l": "lex",
"nim": "Nim",
"njk": "Nunjucks",
Expand Down Expand Up @@ -551,6 +553,7 @@ func NewDefinedLanguages() *DefinedLanguages {
"Mercury": NewLanguage("Mercury", []string{"%"}, [][]string{{"/*", "*/"}}),
"Maven": NewLanguage("Maven", []string{"<!--"}, [][]string{{"<!--", "-->"}}),
"Meson": NewLanguage("Meson", []string{"#"}, [][]string{{"", ""}}),
"Mojo": NewLanguage("Mojo", []string{"#"}, [][]string{{"", ""}}),
"Mustache": NewLanguage("Mustache", []string{}, [][]string{{"{{!", "}}"}}),
"M4": NewLanguage("M4", []string{"#"}, [][]string{{"", ""}}),
"Nim": NewLanguage("Nim", []string{"#"}, [][]string{{"#[", "]#"}}),
Expand Down

0 comments on commit f4f54dc

Please sign in to comment.