Skip to content

Commit

Permalink
Update query editor colorization to match SSMS (microsoft#580)
Browse files Browse the repository at this point in the history
* Ignore editor keyword coloring if keywords are preceded by [ or @

* Force editor text starting with [ or one @ to use plain text styling.

* Add editor syntax check for unicode string literal prefix.

* Add editor syntax category for global system variables.

* Add builtin sql server functions to editor colorization.

* Remove redundant functions in sql syntax list.

* Duplicate editor colorization changes to SQL plist

* Add editor colorization for FULL OUTER JOIN.

* Add some extra missing keywords and functions to editor colorization.

* Make sql function names lower case in syntax-checking regex.

* Change bracketed identifier colorization to include non-word characters.

* Remove unused SQL.plist from sql syntax folder.

* Add yarn.lock files.
  • Loading branch information
corivera authored Feb 1, 2018
1 parent 8a35080 commit fe04fd7
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 786 deletions.
4 changes: 2 additions & 2 deletions build/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ dashdash@^1.12.0:
dependencies:
assert-plus "^1.0.0"

"dataprotocol-client@file:../dataprotocol-client":
"dataprotocol-client@file:./../dataprotocol-client":
version "1.0.0"
dependencies:
vscode "1.1.5"
Expand Down Expand Up @@ -585,7 +585,7 @@ extend@~1.2.1:
"extensions-modules@file:../extensions-modules":
version "0.1.0"
dependencies:
dataprotocol-client "file:../../../../Library/Caches/Yarn/v1/dataprotocol-client"
dataprotocol-client "file:./../../AppData/Local/Yarn/cache/v1/dataprotocol-client"
decompress "^4.2.0"
fs-extra-promise "^1.0.1"
http-proxy-agent "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion extensions-modules/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ dashdash@^1.12.0:
dependencies:
assert-plus "^1.0.0"

"dataprotocol-client@file:../dataprotocol-client":
"dataprotocol-client@file:./../dataprotocol-client":
version "1.0.0"
dependencies:
vscode "1.1.5"
Expand Down
Loading

0 comments on commit fe04fd7

Please sign in to comment.