Skip to content

Commit

Permalink
neovim: set ft detect for hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
geodimm committed Dec 21, 2023
1 parent 2b26dd9 commit ce01827
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nvim/ftdetect/hcl.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
vim.filetype.add({
pattern = {
['.*/*tf'] = 'hcl',
},
})

0 comments on commit ce01827

Please sign in to comment.