mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-05 02:24:58 +02:00
.tf are converted to .hcl for treesitter
This commit is contained in:
parent
6dce1e950a
commit
6da71bab94
1 changed files with 5 additions and 0 deletions
|
@ -67,6 +67,11 @@ lv_utils.define_augroups {
|
|||
{ "BufWritePost", "lv-config.lua", "lua require('lv-utils').reload_lv_config()" },
|
||||
-- { "VimLeavePre", "*", "set title set titleold=" },
|
||||
},
|
||||
_solidity = {
|
||||
{ "BufWinEnter", ".tf", "setlocal filetype=hcl" },
|
||||
{ "BufRead", "*.tf", "setlocal filetype=hcl" },
|
||||
{ "BufNewFile", "*.tf", "setlocal filetype=hcl" },
|
||||
},
|
||||
-- _solidity = {
|
||||
-- {'BufWinEnter', '.sol', 'setlocal filetype=solidity'}, {'BufRead', '*.sol', 'setlocal filetype=solidity'},
|
||||
-- {'BufNewFile', '*.sol', 'setlocal filetype=solidity'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue