mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
vim-patch:9.0.1407: TableGen files are not recognized
Problem: TableGen files are not recognized.
Solution: Add a pattern for TableGen files. (Amaan Qureshi, closes vim/vim#12156)
b8ef029ee4
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
This commit is contained in:
@@ -1018,6 +1018,7 @@ local extension = {
|
||||
swift = 'swift',
|
||||
svh = 'systemverilog',
|
||||
sv = 'systemverilog',
|
||||
td = 'tablegen',
|
||||
tak = 'tak',
|
||||
tal = 'tal',
|
||||
task = 'taskedit',
|
||||
|
||||
Reference in New Issue
Block a user