mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 00:22:41 +00:00
vim-patch:9.1.1173: filetype: ABNF files are not detected (#32751)
Problem: filetype: ABNF files are not detected
Solution: detect '.abnf' file as abnf filetype and
include an abnf syntax plugin (A4-Tacks).
References:
- RFC5234
- RFC7405
closes: vim/vim#16802
9f827ec587
Co-authored-by: A4-Tacks <wdsjxhno1001@163.com>
This commit is contained in:
@@ -198,6 +198,7 @@ local extension = {
|
||||
abap = 'abap',
|
||||
abc = 'abc',
|
||||
abl = 'abel',
|
||||
abnf = 'abnf',
|
||||
wrm = 'acedb',
|
||||
ads = 'ada',
|
||||
ada = 'ada',
|
||||
|
||||
Reference in New Issue
Block a user