Skip to content

Commit

Permalink
support Red
Browse files Browse the repository at this point in the history
  • Loading branch information
Hideo Hattori committed Sep 20, 2016
1 parent 05439b7 commit 9404892
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 @@ -168,6 +168,7 @@ var Exts map[string]string = map[string]string{
"pyx": "Cython",
"r": "R",
"R": "R",
"red": "Red",
"Rmd": "RMarkdown",
"rake": "Ruby",
"rb": "Ruby",
Expand Down Expand Up @@ -447,6 +448,7 @@ func GetDefinitionLanguages() map[string]*Language {
"Protocol Buffers": NewLanguage("Protocol Buffers", "//", "", ""),
"Python": NewLanguage("Python", "#", "\"\"\"", "\"\"\""),
"R": NewLanguage("R", "#", "", ""),
"Red": NewLanguage("Red", ";", "", ""),
"RMarkdown": NewLanguage("RMarkdown", "", "", ""),
"Racket": NewLanguage("Racket", ";", "#|", "|#"),
"Ruby": NewLanguage("Ruby", "#", ":=begin", ":=end"),
Expand Down

0 comments on commit 9404892

Please sign in to comment.