Some part way through the adding a language checklist.

This commit is contained in:
Ian A. Mason
2015-06-30 15:29:02 -07:00
parent a351cdd486
commit 5f456d8b22
4 changed files with 24 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -647,3 +647,6 @@
[submodule "vendor/grammars/atom-fsharp"]
path = vendor/grammars/atom-fsharp
url = https://github.com/fsprojects/atom-fsharp
[submodule "vendor/grammars/SMT.tmbundle"]
path = vendor/grammars/SMT.tmbundle
url = https://github.com/SRI-CSL/SMT.tmbundle.git

View File

@@ -85,6 +85,8 @@ vendor/grammars/Racket:
- source.racket
vendor/grammars/SCSS.tmbundle:
- source.scss
vendor/grammars/SMT.tmbundle:
- source.smt
vendor/grammars/Scalate.tmbundle:
- source.scaml
- text.html.ssp

View File

@@ -3135,6 +3135,24 @@ 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"

1
vendor/grammars/SMT.tmbundle vendored Submodule