Skip to content

Commit

Permalink
support Stan language
Browse files Browse the repository at this point in the history
  • Loading branch information
Hideo Hattori committed Mar 6, 2017
1 parent 47b1e9a commit 4cb9360
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 @@ -191,6 +191,7 @@ var Exts map[string]string = map[string]string{
"scss": "Sass",
"scm": "Scheme",
"sed": "sed",
"stan": "Stan",
"sml": "Standard ML",
"sql": "SQL",
"swift": "Swift",
Expand Down Expand Up @@ -476,6 +477,7 @@ func GetDefinitionLanguages() map[string]*Language {
"Sass": NewLanguage("Sass", "//", "/*", "*/"),
"Scheme": NewLanguage("Scheme", ";", "#|", "|#"),
"sed": NewLanguage("sed", "#", "", ""),
"Stan": NewLanguage("Stan", "//", "/*", "*/"),
"Bourne Shell": NewLanguage("Bourne Shell", "#", "", ""),
"Standard ML": NewLanguage("Standard ML", "", "(*", "*)"),
"SQL": NewLanguage("SQL", "--", "/*", "*/"),
Expand Down

0 comments on commit 4cb9360

Please sign in to comment.