forked from aniani/vim
patch 9.0.1618: Trace32 files are not recognized
Problem: Trace32 files are not recognized. Solution: Add patterns for the t32 filetype. (Christoph Sax, closes #12505)
This commit is contained in:
committed by
Bram Moolenaar
parent
577922b917
commit
7fbcee6f92
@@ -2234,6 +2234,9 @@ au BufNewFile,BufRead *.toml setf toml
|
||||
" TPP - Text Presentation Program
|
||||
au BufNewFile,BufRead *.tpp setf tpp
|
||||
|
||||
" TRACE32 Script Language
|
||||
au BufNewFile,BufRead *.cmm,*.t32 setf t32
|
||||
|
||||
" Treetop
|
||||
au BufRead,BufNewFile *.treetop setf treetop
|
||||
|
||||
|
||||
Reference in New Issue
Block a user