Skip to content

Commit

Permalink
Merge pull request #5 from rsrdesarrollo/master
Browse files Browse the repository at this point in the history
add support to RAML
  • Loading branch information
hhatto authored Dec 18, 2017
2 parents 9721cc0 + ffea873 commit 1a74d87
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 @@ -182,6 +182,7 @@ var Exts = map[string]string{
"pyx": "Cython",
"r": "R",
"R": "R",
"raml": "RAML",
"Rebol": "Rebol",
"red": "Red",
"Rmd": "RMarkdown",
Expand Down Expand Up @@ -469,6 +470,7 @@ func GetDefinedLanguages() map[string]*Language {
"Rebol": NewLanguage("Rebol", []string{";"}, "", ""),
"Red": NewLanguage("Red", []string{";"}, "", ""),
"RMarkdown": NewLanguage("RMarkdown", []string{}, "", ""),
"RAML": NewLanguage("RAML", []string{"#"}, "", ""),
"Racket": NewLanguage("Racket", []string{";"}, "#|", "|#"),
"ReStructuredText": NewLanguage("ReStructuredText", []string{}, "", ""),
"Ruby": NewLanguage("Ruby", []string{"#"}, ":=begin", ":=end"),
Expand Down

0 comments on commit 1a74d87

Please sign in to comment.