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:
Christian Clason
2023-02-02 17:26:22 +01:00
committed by GitHub
parent d3355ad01c
commit c05b3c3bbd
2 changed files with 2 additions and 0 deletions

View File

@@ -385,6 +385,7 @@ local extension = {
['m4gl'] = 'fgl',
['4gl'] = 'fgl',
['4gh'] = 'fgl',
fir = 'firrtl',
fish = 'fish',
focexec = 'focexec',
fex = 'focexec',