]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0635: filetype: SuperHTML template files not recognized v9.1.0635
authorEliSauder <24995216+EliSauder@users.noreply.github.com>
Sun, 28 Jul 2024 19:28:11 +0000 (21:28 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 28 Jul 2024 19:28:11 +0000 (21:28 +0200)
commite57c9a19edc906a96ccb8821ae33fa6a8b20c3cd
tree4049d1d9acf8ef3b82cdb94ec352c712efb91544
parent13032a49b7d2a45e7c774cf23ee8f58f56b03781
patch 9.1.0635: filetype: SuperHTML template files not recognized

Problem:  filetype: SuperHTML template files not recognized
Solution: Update the filetype detection code to detect '*.shtml' either
          as HTML (Server Side Includes) or SuperHTML (template files)
          (EliSauder)

related: #15355
related: #15367

Signed-off-by: EliSauder <24995216+EliSauder@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/dist/ft.vim
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c