Commit graph

10 commits

Author SHA1 Message Date
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
Ben Woodward
1a5c29bc8b fix: add revision field and filetype mapping for helixql 2025-12-12 16:22:09 +11:00
Christian Clason
9d47b2558b feat(json): add support for jsonc files 2025-12-06 18:10:39 +01:00
altermo
7f8dd2e48b
fix(filetypes): correct glimmer_* mappings (#8110) 2025-09-10 07:29:48 +00:00
Igor
12be0e9f24 fix(ini): register dosini and confini filetypes 2025-07-26 17:32:28 +02:00
Christian Clason
1181cd9a25 feat(verilog)!: rename to systemverilog
Grammar name was changed to coincide with repository name
2025-06-24 10:07:36 +02:00
Luis Calle
2317241896
fix: register powershell language for ps1 filetype (#7965)
* chore: sort languages

* fix: register `powershell` language for `ps1` filetype
2025-06-23 18:15:08 +00:00
Christian Clason
cbfe8a20c7 feat(html): use gsub for mimetype lookup 2025-05-12 18:43:40 +02:00
Christian Clason
214cfcf851 feat!: use tree-sitter build 2025-05-12 18:43:40 +02:00
Christian Clason
692b051b09 feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00