add hxp extension for lime/openfl projects
This commit is contained in:
parent
dbc5cf7810
commit
f672b6bc4b
2 changed files with 4 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ return {
|
|||
end,
|
||||
})
|
||||
|
||||
vim.filetype.add({ extension = { hx = "haxe" } })
|
||||
vim.filetype.add({ extension = { hx = "haxe", hxp = "haxe" } })
|
||||
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
pattern = "haxe",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue