]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1085: filetype: cmmt files are not recognized v9.1.1085
authorChristoph Sax <c_sax@mailbox.org>
Sat, 8 Feb 2025 18:01:05 +0000 (19:01 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 8 Feb 2025 18:01:05 +0000 (19:01 +0100)
commit746fe54d4f16ad1c5694cccc8bc8d93a97c050e1
tree774e529645328217be306151d36a27f3b9d3fb60
parentb7147f8236c962cd74d1ce028d9106f1c449ea6c
patch 9.1.1085: filetype: cmmt files are not recognized

Problem:  filetype: cmmt files are not recognized
Solution: detect '*.cmmt' as trace32 filetype
          (Christian Sax)

"*.cmmt" files use the same syntax as regular TRACE32 scripts,
but are intended as a kind of script template.

closes: #16598

Signed-off-by: Christoph Sax <c_sax@mailbox.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c