Merge pull request #1415 from KoffeinFlummi/master

Added SQF Support
This commit is contained in:
Arfon Smith
2014-08-14 12:13:50 -05:00
4 changed files with 99 additions and 0 deletions

View File

@@ -1976,6 +1976,14 @@ SCSS:
extensions:
- .scss
SQF:
type: programming
color: "#FFCB1F"
lexer: C++
extensions:
- .sqf
- .hqf
SQL:
type: data
ace_mode: sql

View File

@@ -556,6 +556,10 @@
"SCSS": [
".scss"
],
"SQF": [
".sqf",
".hqf"
],
"SQL": [
".prc",
".sql",