]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1173: filetype: ABNF files are not detected v9.1.1173
authorA4-Tacks <wdsjxhno1001@163.com>
Wed, 5 Mar 2025 19:10:29 +0000 (20:10 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 5 Mar 2025 19:19:32 +0000 (20:19 +0100)
commit9f827ec58728c4ea55a8d71d40a283ca2ce5b058
tree3c64bd4b85cd5fff34db571ade04384b384e0f15
parent3ed6659549e447ff00def8edc841321e497f70a8
patch 9.1.1173: filetype: ABNF files are not detected

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: #16802

Signed-off-by: A4-Tacks <wdsjxhno1001@163.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/MAINTAINERS
runtime/filetype.vim
runtime/syntax/abnf.vim [new file with mode: 0644]
src/testdir/test_filetype.vim
src/version.c