mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +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>