1
0
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:
Christoph Sax
2023-06-08 17:57:19 +01:00
committed by Bram Moolenaar
parent 577922b917
commit 7fbcee6f92
3 changed files with 6 additions and 0 deletions

View File

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