Added Turing language detection

This commit is contained in:
Tristan Hume
2011-11-16 18:55:55 -05:00
parent 2e653dda2f
commit 5d4057324f
2 changed files with 23 additions and 0 deletions

View File

@@ -717,6 +717,7 @@ Perl:
type: programming
overrides:
- .pl
- .t
primary_extension: .pl
extensions:
- .PL
@@ -965,6 +966,14 @@ Textile:
lexer: Text only
extensions:
- .textile
Turing:
type: programming
lexer: Text only
primary_extension: .t
extensions:
- .t
- .tu
Twig:
type: markup