Added color theme for Kusto (#12216)

* Added color theme

* Changed Kusto extension UI labels

Co-authored-by: Monica Gupta <mogupt@microsoft.com>
This commit is contained in:
Monica Gupta
2020-09-10 12:07:04 -07:00
committed by GitHub
parent 3ff9df8e0b
commit 5730940492
4 changed files with 13 additions and 7 deletions

View File

@@ -7,8 +7,9 @@
<key>fileTypes</key>
<array>
<string>csl</string>
<string>kql</string>
<string>kusto</string>
<string>csl</string>
</array>
<key>name</key>
@@ -70,7 +71,7 @@
<dict>
<!-- timespan literals
- https://docs.microsoft.com/en-us/azure/kusto/query/scalar-data-types/timespan#timespan-literals
-->
-->
<key>match</key>
<string>(?<=\.\d|\d|\d\W)(d|h|m|s|ms|microsecond|tick|seconds)\b</string>
<key>name</key>
@@ -230,9 +231,9 @@
<string>keyword.control.kusto</string>
</dict>
<dict>
<!-- User-defined functions
<!-- User-defined functions
- https://docs.microsoft.com/en-us/azure/kusto/query/functions/user-defined-functions
-->
-->
<key>match</key>
<string>(?<=let ).+(?=\W*=)</string>
<key>name</key>