mirror of
https://github.com/neovim/neovim.git
synced 2026-05-02 20:15:03 +00:00
vim-patch:9.1.0389: filetype: templ files are not recognized
Problem: filetype: templ files are not recognized
Solution: Detect '*.templ' files as filetype templ
(Tristan Knight)
See:
- https://github.com/a-h/templ
- https://templ.guide/
closes: vim/vim#14697
54e79157c5
Co-authored-by: tris203 <admin@snappeh.com>
This commit is contained in:
@@ -1039,6 +1039,7 @@ local extension = {
|
||||
tk = 'tcl',
|
||||
jacl = 'tcl',
|
||||
tl = 'teal',
|
||||
templ = 'templ',
|
||||
tmpl = 'template',
|
||||
ti = 'terminfo',
|
||||
dtx = 'tex',
|
||||
|
||||
Reference in New Issue
Block a user