mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 08:32:42 +00:00
vim-patch:94c1c66: runtime(tf): include tf ftplugin file
Adds ftplugin support for tf (TinyFugue). Comment support taken from [here](1e8ac0bb01/src/command.c (L568)) closes: vim/vim#1516894c1c6638aCo-authored-by: Riley Bruins <ribru17@hotmail.com>
This commit is contained in:
@@ -1597,7 +1597,7 @@ function M.tex(path, bufnr)
|
||||
end
|
||||
end
|
||||
|
||||
-- Determine if a *.tf file is TF mud client or terraform
|
||||
-- Determine if a *.tf file is TF (TinyFugue) mud client or terraform
|
||||
--- @type vim.filetype.mapfn
|
||||
function M.tf(_, bufnr)
|
||||
for _, line in ipairs(getlines(bufnr)) do
|
||||
|
||||
Reference in New Issue
Block a user