@malloydata/syntax-highlight 0.0.120-dev240131220408 → 0.0.120
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -446,6 +446,10 @@
|
|
|
446
446
|
"match": "(?i)\\border_by\\b",
|
|
447
447
|
"name": "keyword.control.order_by"
|
|
448
448
|
},
|
|
449
|
+
{
|
|
450
|
+
"match": "(?i)\\bpartition_by\\b",
|
|
451
|
+
"name": "keyword.control.partition_by"
|
|
452
|
+
},
|
|
449
453
|
{
|
|
450
454
|
"match": "(?i)\\bprimary_key\\b",
|
|
451
455
|
"name": "keyword.control.primary_key"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malloydata/syntax-highlight",
|
|
3
|
-
"version": "0.0.120
|
|
3
|
+
"version": "0.0.120",
|
|
4
4
|
"description": "A package to simplify the process of developing, testing, and syncnig Malloy syntax highlighting grammars",
|
|
5
5
|
"files": [
|
|
6
6
|
"grammars/**/*.tmGrammar.json",
|