Added an ace mode, and put the SMT entry in the correct place, maybe.

This commit is contained in:
Ian A. Mason
2015-07-01 11:22:04 -07:00
parent 0585c880de
commit 77bc72be14
2 changed files with 20 additions and 19 deletions

View File

@@ -2919,6 +2919,25 @@ SCSS:
extensions:
- .scss
SMT:
type: programming
extensions:
- .smt2
- .smt
interpreters:
- boolector
- cvc4
- mathsat5
- opensmt
- smtinterpol
- smt-rat
- stp
- verit
- yices2
- z3
tm_scope: source.smt
ace_mode: text
SPARQL:
type: data
tm_scope: source.sparql
@@ -3135,24 +3154,6 @@ Smarty:
ace_mode: smarty
tm_scope: text.html.smarty
SMT:
type: programming
extensions:
- .smt2
- .smt
interpreters:
- boolector
- cvc4
- mathsat5
- opensmt
- smtinterpol
- smt-rat
- stp
- verit
- yices2
- z3
tm_scope: source.smt
SourcePawn:
type: programming
color: "#5c7611"