]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1140: filetype: m17ndb files are not detected v9.1.1140
authorDavid Mandelberg <david@mandelberg.org>
Sun, 23 Feb 2025 08:41:42 +0000 (09:41 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 23 Feb 2025 08:41:42 +0000 (09:41 +0100)
commited7d8e55ac232758fc14fd132994b4a09b19350b
tree9ef0626b791f6b1990cd0ea0e6cad50af4d2ef32
parentf1c3134ee1f263e537212a3072e8aa4cb7e8d953
patch 9.1.1140: filetype: m17ndb files are not detected

Problem:  filetype: m17ndb files are not detected
Solution: detect m17ndb files as m17ndb filetype,
          include filetype, syntax and indent files for the
          new filetype (David Mandelberg).

References:

https://www.nongnu.org/m17n/manual-en/m17nDBFormat.html describes the
format. https://git.savannah.nongnu.org/cgit/m17n/m17n-db.git/tree/ has
examples of the files.

closes: #16696

Signed-off-by: David Mandelberg <david@mandelberg.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/MAINTAINERS
runtime/filetype.vim
runtime/ftplugin/m17ndb.vim [new file with mode: 0644]
runtime/indent/m17ndb.vim [new file with mode: 0644]
runtime/syntax/m17ndb.vim [new file with mode: 0644]
src/testdir/test_filetype.vim
src/version.c