forked from aniani/vim
patch 9.0.0510: Chatito files are not recognized
Problem: Chatito files are not recognized. Solution: Add a pattern for Chatito files. (closes #11174)
This commit is contained in:
committed by
Bram Moolenaar
parent
500a1f9972
commit
7c046ae99b
@@ -299,6 +299,9 @@ au BufNewFile,BufRead cfengine.conf setf cfengine
|
||||
" ChaiScript
|
||||
au BufRead,BufNewFile *.chai setf chaiscript
|
||||
|
||||
" Chatito
|
||||
au BufNewFile,BufRead *.chatito setf chatito
|
||||
|
||||
" Comshare Dimension Definition Language
|
||||
au BufNewFile,BufRead *.cdl setf cdl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user