Christian Clason
e77506bde3
feat: improve check-queries
2025-05-12 18:43:40 +02:00
Christian Clason
178c6a84c1
docs: update CONTRIBUTING.md
2025-05-12 18:43:40 +02:00
Lewis Russell
5f2c6c0c83
refactor: pull out predicate function
2025-05-12 18:43:40 +02:00
Lewis Russell
59f5d64a61
fix: update vim.system types
2025-05-12 18:43:40 +02:00
Lewis Russell
efbc2a4b72
fix: remove downcase! directive use
2025-05-12 18:43:40 +02:00
Lewis Russell
1bec16362f
feat: allow a custom revision in install_info
2025-05-12 18:43:40 +02:00
Pham Huy Hoang
3966b8808b
fix!: indents now rely on treesitter highlight
...
- Apply suggestions from Lewis to only parse visible lines
- Fix failed tests
2025-05-12 18:43:40 +02:00
Christian Clason
abcbe65b6e
docs(readme): document 'location' key
2025-05-12 18:43:40 +02:00
Pham Huy Hoang
673fdccd21
tests: remove set ft
2025-05-12 18:43:40 +02:00
Lewis Russell
b5a3f5c286
fix: cleanup diagnostics
2025-05-12 18:43:40 +02:00
Lewis Russell
26302f412f
fix: add stricter cc options ( #5063 )
2025-05-12 18:43:40 +02:00
Christian Clason
f13420ccff
fix: remove upstreamed directives
...
`#inject-lang!` and `#trim!`; fix `set-lang-from-mimetype`
2025-05-12 18:43:40 +02:00
TheLeoP
dd6ec13268
fix: always normalize paths
...
Not doing this results in paths with a mix of '\\' and '/' for Windows.
This isn't a problem when dealing with Neovim/luv APIs, but it is a
problem when comparing strings.
2025-05-12 18:43:40 +02:00
TheLeoP
b4c9c81a80
fix: check if config has install_info in filter
2025-05-12 18:43:40 +02:00
Lewis Russell
934b751f9d
fix: check queries in needs_update()
2025-05-12 18:43:40 +02:00
Lewis Russell
041f117fb1
fix: filter languages through parser.configs
2025-05-12 18:43:40 +02:00
Christian Clason
bae77b87b1
feat: add parser tiers
...
Tier 1: Stable
Tier 2: Core (maintained by org members)
Tier 3: Community (maintained by external contributors, to varying
degree)
Tier 4: Unsupported (lacking active maintainer or declared
experimental); skipped in lockfile update and ignored for automatic
install by default
2025-05-12 18:43:40 +02:00
Christian Clason
f0a984347c
feat!: drop makefile support, norg parser
...
Norg install_info and queries are maintained by neorg.
All other parsers are compatible with C++11, so fix that as standard.
(Can be bumped if all supported platforms support C++14.)
Remove Makefile support, as it's no longer needed.
2025-05-12 18:43:40 +02:00
Lewis Russell
c5152f3e83
refactor: use vim.system ( #4923 )
2025-05-12 18:43:40 +02:00
Christian Clason
68508631de
fix: expand tiers in ignore_install
2025-05-12 18:43:40 +02:00
Christian Clason
5a70048116
feat: drop TSInstallInfo in favor of better checkhealth
...
also fixes the hole in install.compilers
2025-05-12 18:43:40 +02:00
Christian Clason
37957d6bcf
refactor: use vim.uv
2025-05-12 18:43:40 +02:00
Christian Clason
cd2c826972
fix: install dependencies
2025-05-12 18:43:40 +02:00
Christian Clason
9c0a99819c
ci: remove update-lockfile shell script
2025-05-12 18:43:40 +02:00
Lewis Russell
cde679e435
refactor: rewrite installation using jobs and async
...
Replace sync variants with callback support
2025-05-12 18:43:40 +02:00
Christian Clason
5aa2984a02
refactor: use vim.fs.joinpath
2025-05-12 18:43:40 +02:00
Christian Clason
eb1b6ec542
feat!: drop luarocks release
2025-05-12 18:43:40 +02:00
Christian Clason
5817ff01b5
feat(locals)!: refactor locals.lua into standalone
...
Co-authored-by: TheLeoP <eugenio2305@hotmail.com >
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
ObserverOfTime
310f0925ec
feat(c-family): inherit injections
2025-05-12 18:43:40 +02:00
Marc Jakobi
628d5e442c
injections(nix): add nixosTest.testScript + home-manager nvim config
...
(+ add Check to mkDerivation bash matches)
(+ add Check to mkDerivation bash matches)
2025-05-12 18:43:40 +02:00
ObserverOfTime
b171f948da
feat(yuck): add missing injections
...
And builtin variable highlights
2025-05-12 18:43:40 +02:00
Leo
066fd65053
feat(solidity): add doxygen injections ( #7853 )
2025-05-12 18:43:30 +02:00
Leo
0484f881c6
feat(solidity): add abstract keyword
2025-05-12 18:43:10 +02:00
Caleb White
28d480e062
fix: blade injection highlighting ( #7846 )
...
Injecting php was broken upstream so this is a temporary fix until
upstream fixes it.
See https://github.com/nvim-treesitter/nvim-treesitter/issues/7842
2025-05-05 20:05:53 -07:00
Marc Jakobi
94ea4f436d
feat(haskell): injections for inline-python quasiquotes
2025-04-30 11:45:52 +02:00
Christian Clason
3b308861a8
fix(injections): dtd, glimmer.*, razor, tablegen, teal
2025-04-27 11:04:54 +02:00
Christian Clason
4c7509e7b0
fix(roc): use correct predicate in injections
2025-04-26 22:12:46 +02:00
blindfs
58dd149629
fix(nu): add missing ctrl_match to query files
2025-04-26 10:41:10 +02:00
Peter Cardenas
684eeac91e
feat(fish): highlight $ punctuation.special
2025-04-15 14:24:15 +02:00
Peter Cardenas
54fc8e311c
feat(fish): add variable.builtin highlights
2025-04-15 14:24:15 +02:00
AJ Delcimmuto
7bbed4b548
feat(brightscript): brightscript parser and queries ( #7780 )
2025-04-13 13:20:09 -07:00
Mikkel Mondrup Kristensen
0e21ee8df6
More bash injection support for Taskfile ( #7805 )
2025-04-07 21:08:22 +02:00
Anthony Fiddes
205faba176
feat(yaml): inject bash for taskfiles ( #7804 )
2025-04-06 19:09:27 +02:00
Christian Clason
e5c8398e44
ci(bot): bump create-github-app-token to v2
2025-04-06 11:23:58 +02:00
Maksim Terpilovskii
523a9e1489
fix(svelte): else if highlight ( #7797 )
2025-04-04 14:08:02 +02:00
Jakob Zahn
997288c552
fix(python): highlight all types of docstrings ( #7788 )
2025-04-03 09:35:41 +02:00
Christian Clason
30654ee72a
ci(tests): run tests on v0.10.4
2025-04-02 11:40:11 +02:00
Christian Clason
36a7d010bb
ci(update): only check once a week (sat)
...
I need a break...
2025-04-02 11:19:22 +02:00
Christian Clason
79a6192d47
ci(update): block dhall,elm,enforce,rust (ABI 15)
2025-04-02 11:19:22 +02:00