summaryrefslogtreecommitdiff
path: root/doc/ale-wgsl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-wgsl.txt')
-rw-r--r--doc/ale-wgsl.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/ale-wgsl.txt b/doc/ale-wgsl.txt
new file mode 100644
index 00000000..5254f43b
--- /dev/null
+++ b/doc/ale-wgsl.txt
@@ -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: