mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 17:58:18 +00:00
vim-patch:9.0.1417: ESDL files are not recognized
Problem: ESDL files are not recognized.
Solution: Add a pattern for ESDL files. (Amaan Qureshi, closes vim/vim#12174)
a1fa8b3ac2
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
This commit is contained in:
@@ -350,6 +350,7 @@ local extension = {
|
||||
yaws = 'erlang',
|
||||
erb = 'eruby',
|
||||
rhtml = 'eruby',
|
||||
esdl = 'esdl',
|
||||
ec = 'esqlc',
|
||||
EC = 'esqlc',
|
||||
strl = 'esterel',
|
||||
|
Reference in New Issue
Block a user