Add SuperCollider grammar

plus a few minor language support updates including:

- recognize `sclang` and `scsynth` interpreters
- set `tm_scope: source.supercollider`
- reorder extensions so that `.sc` is primary
This commit is contained in:
Dan Buch
2015-11-08 06:25:32 -05:00
parent b4f94c7c25
commit d7b2826113
5 changed files with 18 additions and 3 deletions

View File

@@ -3336,9 +3336,12 @@ SuperCollider:
type: programming
color: "#46390b"
extensions:
- .scd
- .sc
tm_scope: none
- .scd
interpreters:
- sclang
- scsynth
tm_scope: source.supercollider
ace_mode: text
Swift: