diff options
Diffstat (limited to 'doc/ale-cpp.txt')
-rw-r--r-- | doc/ale-cpp.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ale-cpp.txt b/doc/ale-cpp.txt index 1f079205..a09bc021 100644 --- a/doc/ale-cpp.txt +++ b/doc/ale-cpp.txt @@ -65,6 +65,17 @@ g:ale_cpp_cc_options *g:ale_cpp_cc_options* This variable can be change to modify flags given to the C++ compiler. +g:ale_cpp_cc_header_exts *g:ale_cpp_cc_header_exts* + *b:ale_cpp_cc_header_exts* + Type: |List| + Default: `['h', 'hpp']` + + 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-cpp-ccls* |