mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
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:
@@ -1033,6 +1033,8 @@ local extension = {
|
||||
swift = 'swift',
|
||||
svh = 'systemverilog',
|
||||
sv = 'systemverilog',
|
||||
cmm = 't32',
|
||||
t32 = 't32',
|
||||
td = 'tablegen',
|
||||
tak = 'tak',
|
||||
tal = 'tal',
|
||||
|
Reference in New Issue
Block a user