vim-patch:9.0.1618: Trace32 files are not recognized (#23960)

Problem:    Trace32 files are not recognized.
Solution:   Add patterns for the t32 filetype. (Christoph Sax, closes vim/vim#12505)

7fbcee6f92

Co-authored-by: Christoph Sax <christoph.sax@mailbox.org>
This commit is contained in:
Christian Clason
2023-06-08 21:53:16 +02:00
committed by GitHub
parent 7c661207cc
commit be539f5fa8
2 changed files with 3 additions and 0 deletions

View File

@@ -1033,6 +1033,8 @@ local extension = {
swift = 'swift',
svh = 'systemverilog',
sv = 'systemverilog',
cmm = 't32',
t32 = 't32',
td = 'tablegen',
tak = 'tak',
tal = 'tal',