mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
Problem: filetype: haxe files are not recognized
Solution: detect *.hx files as haxe filetype (0xadk)
References:
- https://haxe.org/
- https://code.haxe.org/category/beginner/hello-world.html
closes: vim/vim#17644
b46e3aa0fa
Co-authored-by: 0xadk <0xadk@users.noreply.github.com>