Skip to content

Commit

Permalink
mark tfvars as terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheavni committed Oct 18, 2023
1 parent 945a0f3 commit 2a526f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/lua/user/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ end

local kube_config_pattern = [[.*\.kube/config]]
vim.filetype.add {
extension = { hcl = 'terraform' },
extension = { hcl = 'terraform', tfvars = 'terraform' },
pattern = {
['.*/templates/.*%.yaml'] = {
function()
Expand Down

0 comments on commit 2a526f2

Please sign in to comment.