Skip to content

Commit

Permalink
Support Isabelle
Browse files Browse the repository at this point in the history
  • Loading branch information
Hideo Hattori committed Aug 3, 2016
1 parent 648b178 commit 2110c70
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 @@ -173,6 +173,7 @@ var Exts map[string]string = map[string]string{
"swift": "Swift",
"t": "Terra",
"tex": "TeX",
"thy": "Isabelle",
"sty": "TeX",
"tcl": "Tcl/Tk",
"toml": "TOML",
Expand Down Expand Up @@ -439,6 +440,7 @@ func GetDefinitionLanguages() map[string]*Language {
"Swift": NewLanguage("Swift", "//", "/*", "*/"),
"Terra": NewLanguage("Terra", "--", "--[[", "]]"),
"TeX": NewLanguage("TeX", "%", "", ""),
"Isabelle": NewLanguage("Isabelle", "", "(*", "*)"),
"Tcl/Tk": NewLanguage("Tcl/Tk", "#", "", ""),
"TOML": NewLanguage("TOML", "#", "", ""),
"TypeScript": NewLanguage("TypeScript", "//", "/*", "*/"),
Expand Down

0 comments on commit 2110c70

Please sign in to comment.