diff options
author | Nick James <verbitan@users.noreply.github.com> | 2017-08-02 23:05:19 +0100 |
---|---|---|
committer | Nick James <verbitan@users.noreply.github.com> | 2017-08-02 23:05:19 +0100 |
commit | a3d2fb568897b3cb26d9c22c8d21660249facd44 (patch) | |
tree | 4da0072cfd631a23c4037bfae64f09ac85b8826f /doc/ale-tcl.txt | |
parent | db531171acd9064f91a4f8d6c31d8037ee01e8c5 (diff) | |
download | ale-a3d2fb568897b3cb26d9c22c8d21660249facd44.zip |
Add Tcl nagelfar linter
Diffstat (limited to 'doc/ale-tcl.txt')
-rw-r--r-- | doc/ale-tcl.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/ale-tcl.txt b/doc/ale-tcl.txt new file mode 100644 index 00000000..497c9fd4 --- /dev/null +++ b/doc/ale-tcl.txt @@ -0,0 +1,25 @@ +=============================================================================== +ALE Tcl Integration *ale-tcl-options* + + +=============================================================================== +nagelfar *ale-tcl-nagelfar* + +g:ale_tcl_nagelfar_executable *g:ale_tcl_nagelfar_executable* + *b:ale_tcl_nagelfar_executable* + Type: |String| + Default: `'nagelfar.tcl'` + + This variable can be changed to change the path to nagelfar. + + +g:ale_tcl_nagelfar_options *g:ale_tcl_nagelfar_options* + *b:ale_tcl_nagelfar_options* + Type: |String| + Default: `''` + + This variable can be changed to modify flags given to nagelfar. + + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |