1
0
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:
Christoph Sax
2023-06-09 19:20:04 +01:00
committed by Bram Moolenaar
parent c81dfaa69c
commit 740df76c90
3 changed files with 4 additions and 2 deletions

View File

@@ -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