Add TXL language

Add:
 * TXL language
 * Sample TXL file
This commit is contained in:
Kevin Jalbert
2013-02-23 13:19:10 -05:00
parent 05c49245b0
commit 7725bbb36b
2 changed files with 87 additions and 0 deletions

View File

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