Skip to content

Commit

Permalink
add Fish Language
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Apr 20, 2018
1 parent 686bf36 commit 855e4d5
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 @@ -107,6 +107,7 @@ var Exts = map[string]string{
"ex": "Elixir",
"exs": "Elixir",
"feature": "Gherkin",
"fish": "Fish",
"fr": "Frege",
"fst": "F*",
"F#": "F#", // deplicated F#/GLSL
Expand Down Expand Up @@ -433,6 +434,7 @@ func NewDefinedLanguages() *DefinedLanguages {
"Elixir": NewLanguage("Elixir", []string{"#"}, "", ""),
"Erlang": NewLanguage("Erlang", []string{"%"}, "", ""),
"Expect": NewLanguage("Expect", []string{"#"}, "", ""),
"Fish": NewLanguage("Fish", []string{"#"}, "", ""),
"Frege": NewLanguage("Frege", []string{"--"}, "{-", "-}"),
"F*": NewLanguage("F*", []string{"(*", "//"}, "(*", "*)"),
"F#": NewLanguage("F#", []string{"(*"}, "(*", "*)"),
Expand Down

0 comments on commit 855e4d5

Please sign in to comment.