mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-25 19:17:23 +08:00
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
This commit is contained in:
@@ -628,6 +628,8 @@ Notes:
|
||||
* `prettier`
|
||||
* `vls`
|
||||
* `volar`
|
||||
* WGSL
|
||||
* `naga`
|
||||
* XHTML
|
||||
* `alex`
|
||||
* `cspell`
|
||||
|
||||
17
doc/ale-wgsl.txt
Normal file
17
doc/ale-wgsl.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
===============================================================================
|
||||
ALE WGSL Integration *ale-wgsl-options*
|
||||
|
||||
|
||||
===============================================================================
|
||||
naga *ale-wgsl-naga*
|
||||
|
||||
g:ale_wgsl_naga_executable *g:ale_wgsl_naga_executable*
|
||||
*b:ale_wgsl_naga_executable*
|
||||
Type: |String|
|
||||
Default: `'naga'`
|
||||
|
||||
The executable that will be run for the `naga` linter.
|
||||
|
||||
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
@@ -3222,6 +3222,8 @@ documented in additional help files.
|
||||
prettier..............................|ale-vue-prettier|
|
||||
vls...................................|ale-vue-vls|
|
||||
volar.................................|ale-vue-volar|
|
||||
wgsl....................................|ale-wgsl-options|
|
||||
naga..................................|ale-wgsl-naga|
|
||||
xhtml...................................|ale-xhtml-options|
|
||||
cspell................................|ale-xhtml-cspell|
|
||||
write-good............................|ale-xhtml-write-good|
|
||||
|
||||
Reference in New Issue
Block a user