Skip to content

Commit

Permalink
add Bicep
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed May 31, 2024
1 parent 8566d93 commit 236a628
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions language.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ var Exts = map[string]string{
"awk": "Awk",
"bat": "Batch",
"btm": "Batch",
"bicep": "Bicep",
"bb": "BitBake",
"be": "Berry",
"cairo": "Cairo",
Expand Down Expand Up @@ -518,6 +519,7 @@ func NewDefinedLanguages() *DefinedLanguages {
"Batch": NewLanguage("Batch", []string{"REM", "rem"}, [][]string{{"", ""}}),
"Berry": NewLanguage("Berry", []string{"#"}, [][]string{{"#-", "-#"}}),
"BASH": NewLanguage("BASH", []string{"#"}, [][]string{{"", ""}}),
"Bicep": NewLanguage("Bicep", []string{"//"}, [][]string{{"/*", "*/"}}),
"BitBake": NewLanguage("BitBake", []string{"#"}, [][]string{{"", ""}}),
"C": NewLanguage("C", []string{"//"}, [][]string{{"/*", "*/"}}),
"C Header": NewLanguage("C Header", []string{"//"}, [][]string{{"/*", "*/"}}),
Expand Down

0 comments on commit 236a628

Please sign in to comment.