diff options
Diffstat (limited to 'doc/ale-c.txt')
-rw-r--r-- | doc/ale-c.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ale-c.txt b/doc/ale-c.txt index bd8c4937..c71a81de 100644 --- a/doc/ale-c.txt +++ b/doc/ale-c.txt @@ -136,6 +136,17 @@ g:ale_c_cc_options *g:ale_c_cc_options* This variable can be change to modify flags given to the C compiler. +g:ale_c_cc_header_exts *g:ale_c_cc_header_exts* + *b:ale_c_cc_header_exts* + Type: |List| + Default: `['h']` + + This variable can be change to modify the list of extensions of the files + considered as header files. + + ALE will use `'-x c-header'` instead of `'-x c'` for header files. + + =============================================================================== ccls *ale-c-ccls* |