add hxp extension for lime/openfl projects

This commit is contained in:
Alexey 2026-08-27 16:51:40 +03:00
commit f672b6bc4b
2 changed files with 4 additions and 4 deletions

View file

@ -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",