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:
zeertzjq
2025-03-06 19:39:49 +08:00
committed by GitHub
parent fa46441264
commit baccb569dc
3 changed files with 35 additions and 0 deletions

View File

@@ -198,6 +198,7 @@ local extension = {
abap = 'abap',
abc = 'abc',
abl = 'abel',
abnf = 'abnf',
wrm = 'acedb',
ads = 'ada',
ada = 'ada',