Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Armitxes committed Oct 22, 2018
2 parents 2cfd884 + 0dbe117 commit cf24e82
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion configs/sqf.configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,20 @@
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
{"open": "\"", "close": "\"", "notIn": ["string", "comment"]},
{"open": "'", "close": "'", "notIn": ["string", "comment"]},
{"open": "/**", "close": " */", "notIn": ["string"]}
],
"surroundingPairs": [
["(", ")"],
["[", "]"],
["`", "`"],
["\"", "\""],
["'", "'"]
]
}
}
Loading

0 comments on commit cf24e82

Please sign in to comment.