mirror of
https://github.com/neovim/neovim.git
synced 2026-01-05 12:57:45 +00:00
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: vim/vim#16598
746fe54d4f
Co-authored-by: Christoph Sax <c_sax@mailbox.org>