forked from aniani/vim
patch 9.0.1622: filetype name t32 is a bit obscure
Problem: Filetype name t32 is a bit obscure. Solution: Rename t32 to trace32. (Christoph Sax, closes #12512)
This commit is contained in:
committed by
Bram Moolenaar
parent
c81dfaa69c
commit
740df76c90
@@ -2235,7 +2235,7 @@ au BufNewFile,BufRead *.toml setf toml
|
||||
au BufNewFile,BufRead *.tpp setf tpp
|
||||
|
||||
" TRACE32 Script Language
|
||||
au BufNewFile,BufRead *.cmm,*.t32 setf t32
|
||||
au BufNewFile,BufRead *.cmm,*.t32 setf trace32
|
||||
|
||||
" Treetop
|
||||
au BufRead,BufNewFile *.treetop setf treetop
|
||||
|
||||
Reference in New Issue
Block a user