summaryrefslogtreecommitdiff
path: root/supported-tools.md
diff options
context:
space:
mode:
authorLinda_pp <rhysd@users.noreply.github.com>2022-02-04 16:29:28 +0900
committerGitHub <noreply@github.com>2022-02-04 16:29:28 +0900
commit0d529d9b948d21065789c5670500cbfba5386f6f (patch)
treecc5b73feea8a88bc0c8b8a6f7e829b2f464fb29a /supported-tools.md
parentd1e2aaf85dc81bad223065eec474d9f090fec70e (diff)
downloadale-0d529d9b948d21065789c5670500cbfba5386f6f.zip
Add `naga` linter for WGSL support (#4047)
* Add WGSL support using `naga` command * Add documents for wgsl * Add test for `naga` linter * Separate naga handler callback to hanlder/naga.vim
Diffstat (limited to 'supported-tools.md')
-rw-r--r--supported-tools.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md
index 75b22d94..170a118b 100644
--- a/supported-tools.md
+++ b/supported-tools.md
@@ -637,6 +637,8 @@ formatting.
* [prettier](https://github.com/prettier/prettier)
* [vls](https://github.com/vuejs/vetur/tree/master/server)
* [volar](https://github.com/johnsoncodehk/volar)
+* WGSL
+ * [naga](https://github.com/gfx-rs/naga)
* XHTML
* [alex](https://github.com/get-alex/alex)
* [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell)