]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0603: filetype: use correct extension for Dracula v9.1.0603
authorEvgeni Chasnovski <evgeni.chasnovski@gmail.com>
Fri, 19 Jul 2024 13:59:29 +0000 (15:59 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 19 Jul 2024 13:59:29 +0000 (15:59 +0200)
commit5fb801a74faaf3ef1262c2988b8801500ca71646
tree93d2f64d2f5d9a8d39e284c0810e7888668d77a2
parent37853b7de31ef34153fe76aa2b740d517ed0e5d4
patch 9.1.0603: filetype: use correct extension for Dracula

Problem:  pattern detection for Dracula language uses "*lvs" and "*lpe".
          as there is no dot, those are not treated as extensions which
          they should (judging by 'runtime/syntax/dracula.vim' and
          common sense).
Solution: use "*.lvs" and "*.lpe" patterns (Evgeni Chasnovski)

closes: #15303

Signed-off-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c