configure/doc/vimrc
Pierre Pronchery f4680e9fe0 doc: import a configuration example for VIM
This improves syntax highlighting in VIM for project.conf files.
2025-02-12 23:33:07 +01:00

4 lines
104 B
VimL

if has("autocmd")
autocmd BufNewFile,BufRead project.conf setlocal syntax=dosini
endif "has("autocmd")