mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 20:45:02 +00:00
vim-patch:9.0.1274: FIRRTL files are not recognized (#22102)
Problem: FIRRTL files are not recognized.
Solution: Add a pattern for FIRRTL files. (Amaan Qureshi, closes vim/vim#11931)
685bf83b73
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
This commit is contained in:
@@ -385,6 +385,7 @@ local extension = {
|
||||
['m4gl'] = 'fgl',
|
||||
['4gl'] = 'fgl',
|
||||
['4gh'] = 'fgl',
|
||||
fir = 'firrtl',
|
||||
fish = 'fish',
|
||||
focexec = 'focexec',
|
||||
fex = 'focexec',
|
||||
|
||||
Reference in New Issue
Block a user