Skip to content

Commit

Permalink
support TLA
Browse files Browse the repository at this point in the history
  • Loading branch information
Hideo Hattori committed May 22, 2017
1 parent 4cb9360 commit 52045d3
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 @@ -198,6 +198,7 @@ var Exts map[string]string = map[string]string{
"t": "Terra",
"tex": "TeX",
"thy": "Isabelle",
"tla": "TLA",
"sty": "TeX",
"tcl": "Tcl/Tk",
"toml": "TOML",
Expand Down Expand Up @@ -485,6 +486,7 @@ func GetDefinitionLanguages() map[string]*Language {
"Terra": NewLanguage("Terra", "--", "--[[", "]]"),
"TeX": NewLanguage("TeX", "%", "", ""),
"Isabelle": NewLanguage("Isabelle", "", "(*", "*)"),
"TLA": NewLanguage("TLA", "/*", "(*", "*)"),
"Tcl/Tk": NewLanguage("Tcl/Tk", "#", "", ""),
"TOML": NewLanguage("TOML", "#", "", ""),
"TypeScript": NewLanguage("TypeScript", "//", "/*", "*/"),
Expand Down

0 comments on commit 52045d3

Please sign in to comment.