Skip to content

Commit

Permalink
add FStar lang
Browse files Browse the repository at this point in the history
  • Loading branch information
Hideo Hattori committed Nov 7, 2017
1 parent 2bbd840 commit a1bbea0
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 @@ -96,6 +96,7 @@ var Exts = map[string]string{
"exs": "Elixir",
"feature": "Gherkin",
"fr": "Frege",
"fst": "F*",
"F#": "F#", // deplicated F#/GLSL
"GLSL": "GLSL", // both use ext '.fs'
"vs": "GLSL",
Expand Down Expand Up @@ -407,6 +408,7 @@ func GetDefinedLanguages() map[string]*Language {
"Erlang": NewLanguage("Erlang", []string{"%"}, "", ""),
"Expect": NewLanguage("Expect", []string{"#"}, "", ""),
"Frege": NewLanguage("Frege", []string{"--"}, "{-", "-}"),
"F*": NewLanguage("F*", []string{"(*", "//"}, "(*", "*)"),
"F#": NewLanguage("F#", []string{"(*"}, "(*", "*)"),
"Lean": NewLanguage("Lean", []string{"--"}, "/-", "-/"),
"Logtalk": NewLanguage("Logtalk", []string{"%"}, "", ""),
Expand Down

0 comments on commit a1bbea0

Please sign in to comment.