mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
chore: update blink
This commit is contained in:
7
ftdetect/jinja.lua
Normal file
7
ftdetect/jinja.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
vim.filetype.add({
|
||||
extension = {
|
||||
jinja = "jinja",
|
||||
jinja2 = "jinja",
|
||||
j2 = "jinja",
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user