Skip to content

Commit

Permalink
feat: adding WGSL and Jison languages
Browse files Browse the repository at this point in the history
  • Loading branch information
muenzpraeger committed Jan 13, 2023
1 parent 89880b9 commit 490c1ea
Show file tree
Hide file tree
Showing 10 changed files with 1,338 additions and 4 deletions.
2 changes: 2 additions & 0 deletions docs/languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export type Lang =
| 'java'
| 'javascript' | 'js'
| 'jinja-html'
| 'jison'
| 'json'
| 'json5'
| 'jsonc'
Expand Down Expand Up @@ -193,6 +194,7 @@ export type Lang =
| 'vue'
| 'wasm'
| 'wenyan' | '文言'
| 'wgsl'
| 'xml'
| 'xsl'
| 'yaml' | 'yml'
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@types/unzipper": "^0.10.5",
"chalk": "^5.2.0",
"cross-env": "^7.0.3",
"cson": "^7.20.0",
"esno": "^0.16.3",
"fast-plist": "^0.1.3",
"fs-extra": "^11.1.0",
Expand Down
Loading

0 comments on commit 490c1ea

Please sign in to comment.