Skip to content

Commit

Permalink
support Idris
Browse files Browse the repository at this point in the history
  • Loading branch information
Hideo Hattori committed Sep 20, 2016
1 parent 0c0a464 commit 05439b7
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 @@ -119,6 +119,7 @@ var Exts map[string]string = map[string]string{
"html": "HTML",
"hx": "Haxe",
"hxx": "C++ Header",
"idr": "Idris",
"il": "SKILL",
"io": "Io",
"ipynb": "Jupyter Notebook",
Expand Down Expand Up @@ -409,6 +410,7 @@ func GetDefinitionLanguages() map[string]*Language {
"Haxe": NewLanguage("Haxe", "//", "/*", "*/"),
"HLSL": NewLanguage("HLSL", "//", "/*", "*/"),
"HTML": NewLanguage("HTML", "//,<!--", "<!--", "-->"),
"Idris": NewLanguage("Idris", "--", "{-", "-}"),
"Io": NewLanguage("Io", "//,#", "/*", "*/"),
"SKILL": NewLanguage("SKILL", ";", "/*", "*/"),
"JAI": NewLanguage("JAI", "//", "/*", "*/"),
Expand Down

0 comments on commit 05439b7

Please sign in to comment.