mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
vim-patch:9.1.1177: filetype: tera files not detected
Problem: filetype: tera files not detected
Solution: detect '*.tera' files as tera filetype,
include a simple filetype plugin
(MuntasirSZN)
closes: vim/vim#16806
5daaf23268
Co-authored-by: MuntasirSZN <muntasir.joypurhat@gmail.com>
This commit is contained in:
committed by
Christian Clason
parent
7371abf755
commit
e46f07b1d2
@@ -1207,6 +1207,7 @@ local extension = {
|
||||
tl = 'teal',
|
||||
templ = 'templ',
|
||||
tmpl = 'template',
|
||||
tera = 'tera',
|
||||
ti = 'terminfo',
|
||||
dtx = 'tex',
|
||||
ltx = 'tex',
|
||||
|
||||
Reference in New Issue
Block a user