Merge pull request #400 from kevinjalbert/add-txl

Add TXL language
This commit is contained in:
Ted Nyman
2013-02-24 22:49:39 -08:00
2 changed files with 87 additions and 0 deletions

View File

@@ -1182,6 +1182,13 @@ SuperCollider:
extensions:
- .scd
TXL:
type: programming
lexer: Text only
primary_extension: .txl
extensions:
- .txl
Tcl:
type: programming
color: "#e4cc98"