mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Explicitly mention prose types within languages.yml
This commit is contained in:
@@ -104,7 +104,7 @@ Arduino:
|
|||||||
primary_extension: .ino
|
primary_extension: .ino
|
||||||
|
|
||||||
AsciiDoc:
|
AsciiDoc:
|
||||||
type: markup
|
type: prose
|
||||||
lexer: Text only
|
lexer: Text only
|
||||||
ace_mode: asciidoc
|
ace_mode: asciidoc
|
||||||
wrap: true
|
wrap: true
|
||||||
@@ -375,7 +375,7 @@ Cpp-ObjDump:
|
|||||||
- .cxx-objdump
|
- .cxx-objdump
|
||||||
|
|
||||||
Creole:
|
Creole:
|
||||||
type: markup
|
type: prose
|
||||||
lexer: Text only
|
lexer: Text only
|
||||||
wrap: true
|
wrap: true
|
||||||
primary_extension: .creole
|
primary_extension: .creole
|
||||||
@@ -961,7 +961,7 @@ Mako:
|
|||||||
- .mao
|
- .mao
|
||||||
|
|
||||||
Markdown:
|
Markdown:
|
||||||
type: markup
|
type: prose
|
||||||
lexer: Text only
|
lexer: Text only
|
||||||
ace_mode: markdown
|
ace_mode: markdown
|
||||||
wrap: true
|
wrap: true
|
||||||
@@ -993,7 +993,7 @@ Max:
|
|||||||
- .pat
|
- .pat
|
||||||
|
|
||||||
MediaWiki:
|
MediaWiki:
|
||||||
type: markup
|
type: prose
|
||||||
lexer: Text only
|
lexer: Text only
|
||||||
wrap: true
|
wrap: true
|
||||||
primary_extension: .mediawiki
|
primary_extension: .mediawiki
|
||||||
@@ -1134,7 +1134,7 @@ OpenEdge ABL:
|
|||||||
primary_extension: .p
|
primary_extension: .p
|
||||||
|
|
||||||
Org:
|
Org:
|
||||||
type: markup
|
type: prose
|
||||||
lexer: Text only
|
lexer: Text only
|
||||||
wrap: true
|
wrap: true
|
||||||
primary_extension: .org
|
primary_extension: .org
|
||||||
@@ -1308,6 +1308,13 @@ R:
|
|||||||
interpreters:
|
interpreters:
|
||||||
- Rscript
|
- Rscript
|
||||||
|
|
||||||
|
RDoc:
|
||||||
|
type: prose
|
||||||
|
lexer: Text only
|
||||||
|
ace_mode: rdoc
|
||||||
|
wrap: true
|
||||||
|
primary_extension: .rdoc
|
||||||
|
|
||||||
REALbasic:
|
REALbasic:
|
||||||
type: programming
|
type: programming
|
||||||
lexer: VB.net
|
lexer: VB.net
|
||||||
@@ -1319,13 +1326,6 @@ REALbasic:
|
|||||||
- .rbtbar
|
- .rbtbar
|
||||||
- .rbuistate
|
- .rbuistate
|
||||||
|
|
||||||
RDoc:
|
|
||||||
type: markup
|
|
||||||
lexer: Text only
|
|
||||||
ace_mode: rdoc
|
|
||||||
wrap: true
|
|
||||||
primary_extension: .rdoc
|
|
||||||
|
|
||||||
RHTML:
|
RHTML:
|
||||||
type: markup
|
type: markup
|
||||||
group: HTML
|
group: HTML
|
||||||
|
|||||||
Reference in New Issue
Block a user