patch 9.1.0880: filetype: C3 files are not recognized
Problem: filetype: C3 files are not recognized Solution: detect '*.c3*' files as c3 filetype (Turiiya) closes: #16087 Signed-off-by: Turiiya <34311583+ttytm@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
cb34507b5f
commit
c8dfcfc53b
@ -311,6 +311,9 @@ au BufNewFile,BufRead */.bundle/config setf yaml
|
||||
au BufNewFile,BufRead *.c call dist#ft#FTlpc()
|
||||
au BufNewFile,BufRead *.lpc,*.ulpc setf lpc
|
||||
|
||||
" C3
|
||||
au BufNewFile,BufRead *.c3,*.c3i,*.c3t setf c3
|
||||
|
||||
" Cairo
|
||||
au BufNewFile,BufRead *.cairo setf cairo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user