Skip to content

Commit

Permalink
add lilypond
Browse files Browse the repository at this point in the history
  • Loading branch information
noocsharp committed Jun 29, 2022
1 parent 7916e57 commit 1dad2ef
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 @@ -172,6 +172,7 @@ var Exts = map[string]string{
"kts": "Kotlin",
"lds": "LD Script",
"less": "LESS",
"ly": "Lilypond",
"Objective-C": "Objective-C", // deplicated Obj-C/Matlab/Mercury
"Matlab": "MATLAB", // both use ext '.m'
"Mercury": "Mercury", // use ext '.m'
Expand Down Expand Up @@ -501,6 +502,7 @@ func NewDefinedLanguages() *DefinedLanguages {
"Lean": NewLanguage("Lean", []string{"--"}, [][]string{{"/-", "-/"}}),
"Logtalk": NewLanguage("Logtalk", []string{"%"}, [][]string{{"", ""}}),
"Lua": NewLanguage("Lua", []string{"--"}, [][]string{{"--[[", "]]"}}),
"Lilypond": NewLanguage("Lilypond", []string{"%"}, [][]string{{"", ""}}),
"LISP": NewLanguage("LISP", []string{";;"}, [][]string{{"#|", "|#"}}),
"LiveScript": NewLanguage("LiveScript", []string{"#"}, [][]string{{"/*", "*/"}}),
"FORTRAN Legacy": NewLanguage("FORTRAN Legacy", []string{"c", "C", "!", "*"}, [][]string{{"", ""}}),
Expand Down

0 comments on commit 1dad2ef

Please sign in to comment.