nvim-treesitter/plugin
Ben Woodward 1cdd2c32f9 fix: resolve .hx extension conflict with Haxe
Neovim's built-in filetype detection maps .hx to 'haxe', which
caused the test framework to attempt loading haxe.so instead of
helixql.so.

Changes:
- Renamed test file from test.hx to test.helixql
- Added vim modeline to ensure correct filetype detection
- Removed helixql filetype mapping (not needed and doesn't override
  Neovim's built-in detection anyway)
2025-12-12 17:55:41 +11:00
..
filetypes.lua fix: resolve .hx extension conflict with Haxe 2025-12-12 17:55:41 +11:00
nvim-treesitter.lua fix(install): don't print operation summary by default 2025-05-29 20:08:10 +02:00
query_predicates.lua refactor(lua): fix some luals warnings 2025-05-12 18:43:40 +02:00