mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:f787ee8451a1 (#25103)
runtime(doc): Add g:c_syntax_for_h to filetype-overrule docs
closes: vim/vim#13074
f787ee8451
Co-authored-by: Doug Kearns <dougkearns@gmail.com>
This commit is contained in:
parent
4b6023be7c
commit
aab06edc63
@ -136,9 +136,11 @@ what kind of file it is. This doesn't always work. A number of global
|
||||
variables can be used to overrule the filetype used for certain extensions:
|
||||
|
||||
file name variable ~
|
||||
`*.asa` g:filetype_asa |ft-aspvbs-syntax| |ft-aspperl-syntax|
|
||||
`*.asa` g:filetype_asa |ft-aspperl-syntax|
|
||||
|ft-aspvbs-syntax|
|
||||
`*.asm` g:asmsyntax |ft-asm-syntax|
|
||||
`*.asp` g:filetype_asp |ft-aspvbs-syntax| |ft-aspperl-syntax|
|
||||
`*.asp` g:filetype_asp |ft-aspperl-syntax|
|
||||
|ft-aspvbs-syntax|
|
||||
`*.bas` g:filetype_bas |ft-basic-syntax|
|
||||
`*.cfg` g:filetype_cfg
|
||||
`*.cls` g:filetype_cls
|
||||
@ -147,6 +149,7 @@ variables can be used to overrule the filetype used for certain extensions:
|
||||
`*.f` g:filetype_f |ft-forth-syntax|
|
||||
`*.frm` g:filetype_frm |ft-form-syntax|
|
||||
`*.fs` g:filetype_fs |ft-forth-syntax|
|
||||
`*.h` g:c_syntax_for_h |ft-c-syntax|
|
||||
`*.i` g:filetype_i |ft-progress-syntax|
|
||||
`*.inc` g:filetype_inc
|
||||
`*.lsl` g:filetype_lsl
|
||||
|
Loading…
Reference in New Issue
Block a user