@malloydata/syntax-highlight 0.0.86-dev230923002041 → 0.0.87-dev230928173500

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.
@@ -364,7 +364,7 @@
364
364
  },
365
365
  {
366
366
  "match": "(?i)\\brun\\b",
367
- "name": "keyword"
367
+ "name": "keyword.control.run"
368
368
  },
369
369
  {
370
370
  "match": "(?i)\\bextend\\b",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/syntax-highlight",
3
- "version": "0.0.86-dev230923002041",
3
+ "version": "0.0.87-dev230928173500",
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",
@@ -13,11 +13,13 @@
13
13
  "gen-malloy-tokens": "ts-node scripts/generateLanguageTokenizationFile grammars/malloy/tokenizations/darkPlus.ts",
14
14
  "test-monarch-grammars": "rimraf ./dist && tsc && karma start",
15
15
  "test-textmate-grammars": "jest",
16
- "gen-monaco-darkplus": "ts-node scripts/generateMonarchTheme themes/textmate/dark_plus.json themes/monaco/darkPlus.ts"
16
+ "gen-monaco-darkplus": "ts-node scripts/generateMonarchTheme themes/textmate/dark_plus.json themes/monaco/darkPlus.ts",
17
+ "serve-visual": "http-server test/visual -p 2222"
17
18
  },
18
19
  "license": "MIT",
19
20
  "devDependencies": {
20
21
  "@types/jasmine": "^4.3.5",
22
+ "http-server": "^14.1.1",
21
23
  "jasmine-core": "^5.1.1",
22
24
  "json5": "^2.2.3",
23
25
  "karma": "^6.4.2",