fix(jj): replace jj
with jjdescription
filetype
This commit is contained in:
parent
2a35077571
commit
2cc2998907
@ -22,6 +22,7 @@ return {
|
|||||||
'norg',
|
'norg',
|
||||||
'gitcommit',
|
'gitcommit',
|
||||||
'jj',
|
'jj',
|
||||||
|
'jjdescription',
|
||||||
'rst',
|
'rst',
|
||||||
'typst'
|
'typst'
|
||||||
},
|
},
|
||||||
|
@ -8,7 +8,7 @@ luasnip.config.setup {
|
|||||||
updateevents = "TextChanged,TextChangedI",
|
updateevents = "TextChanged,TextChangedI",
|
||||||
enable_autosnippets = true,
|
enable_autosnippets = true,
|
||||||
}
|
}
|
||||||
luasnip.filetype_extend("jj", { "gitcommit" })
|
luasnip.filetype_extend("jjdescription", { "gitcommit" })
|
||||||
|
|
||||||
local has_words_before = function()
|
local has_words_before = function()
|
||||||
unpack = unpack or table.unpack
|
unpack = unpack or table.unpack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user