Commit graph

78 commits

Author SHA1 Message Date
Bruno BELANYI 2326d709fb Release 0.4.0
All checks were successful
ci/woodpecker/push/check Pipeline was successful
ci/woodpecker/tag/check Pipeline was successful
2024-05-13 15:46:07 +00:00
Bruno BELANYI bf783d99bc Handle 'pyproject.toml' in 'bump-version' 2024-05-13 15:45:45 +00:00
Bruno BELANYI c5031e2c16 Add indentation queries for multi-value 'select'
Unfortunately, the indentation feature is still a work in progress, so
we have some expected failures in our tests...
2024-05-13 15:44:18 +00:00
Bruno BELANYI f228904ed0 Fix 'nvim-test-runner' reproducibility
For some reason, it looks like my personal configuration is interfering
with the tests despite `--noplug -u minimal_init.lua`...

Rather than investigate what _exactly_ is going on, let's merge this
work-around for now.
2024-05-13 15:44:18 +00:00
Bruno BELANYI 5cbdf5e3ac Test more 'select' related indentation cases 2024-05-13 15:44:18 +00:00
Bruno BELANYI 533c82cdf3 Add queries to Rust bindings 2024-05-13 15:44:18 +00:00
Bruno BELANYI d25b07cae0 Add queries to 'package.json' 2024-05-13 15:44:18 +00:00
Bruno BELANYI ff40b39dcf Expose 'condition' node 2024-05-13 15:44:18 +00:00
Bruno BELANYI d01bcf0f6d Add multi-valued select expression 2024-05-13 15:44:18 +00:00
Bruno BELANYI 0816633d9a Name 'commaSeparated*' helpers consistently 2024-05-13 15:44:18 +00:00
Bruno BELANYI 6ca4592d84 Remove trailing commas in 'select_value' arguments 2024-05-13 15:44:18 +00:00
Bruno BELANYI afdfbff7bc Add boolean-typed select values 2024-05-13 15:44:18 +00:00
Bruno BELANYI f6bc0f887a Remove 'selection_type' alias 2024-05-13 15:44:18 +00:00
Bruno BELANYI 2649422636 Rename fields in 'select_value'
This aligns with upstream, and makes more sense given their usage.
2024-05-13 15:44:18 +00:00
Bruno BELANYI 1c1387fee0 Simplify 'select_value' rule
Upstream has greatly simplified the parsing of `select` expressions, in
order to add multi-valued `select`.

To this end, we remove the hard-coded list of function names, and accept
an arbitrary number of arguments.
2024-05-13 15:44:17 +00:00
Bruno BELANYI 8137fd3e5b Relax ordering in 'select' cases
We shouldn't really care whether or not `default` *is* the last value...
2024-05-13 15:44:17 +00:00
Bruno BELANYI 9e46303a1d Add more generated files attributes 2024-05-13 15:44:17 +00:00
Bruno BELANYI 1af33aeea1 Bump flake inputs
This means regenerating all the tree-sitter files, and adding newly
generated outputs (mostly new bindings).

The `--apply-all-captures` flag has been removed, it is now the default
(and only) matching behaviour.
2024-05-13 15:44:17 +00:00
Bruno BELANYI b04cd92189 Add locals queries
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Once again, treating module as function calls, since that's basically
what they are...
2024-04-14 13:00:17 +01:00
Bruno BELANYI 6d6d9fc03b Add test for multiple arguments in selection type 2024-04-14 13:00:17 +01:00
Bruno BELANYI 6ece5d984a Release 0.3.0
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-04-13 18:27:56 +01:00
Bruno BELANYI e6a2757c51 Alias 'default_case' to 'select_case'
There's not much use in the node being a different name.
2024-04-13 18:23:06 +01:00
Bruno BELANYI 8db7b053f5 Add 'default' alias
This makes it appear in the tree as a named node.
2024-04-13 18:21:58 +01:00
Bruno BELANYI d297f38e6a Fix typos in indentation test runner
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-04-13 18:17:22 +01:00
Bruno BELANYI cc84a43055 Release 0.2.0
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-04-13 17:11:41 +01:00
Bruno BELANYI 0ca28eb2e9 Add indentation tests 2024-04-13 17:07:43 +01:00
Bruno BELANYI f8f328fa17 Add indentation queries 2024-04-13 17:07:37 +01:00
Bruno BELANYI 9ee889d7ad Make 'punctuation' highlight test more exhaustive 2024-04-13 17:07:29 +01:00
Bruno BELANYI 9889191245 Fix indentation in test files 2024-04-13 17:07:23 +01:00
Bruno BELANYI 6bd28f2b6b Add NeoVim test runner
For the queries that can't be tested with `tree-sitter` itself.
2024-04-13 17:07:16 +01:00
Bruno BELANYI 9e9fde6c77 Add 'comment' injection 2024-04-13 16:01:26 +01:00
Bruno BELANYI 615bb266cc Add folding query 2024-04-13 16:01:26 +01:00
Bruno BELANYI 9457caf3a2 Fix typo in a comment 2024-04-11 18:44:13 +01:00
Bruno BELANYI adec624d74 Tweak comment parsing
This is taken verbatim from tree-sitter-c [1], just in case :-).

[1]: https://github.com/tree-sitter/tree-sitter-c
2024-04-11 18:38:14 +01:00
Bruno BELANYI b62fc19da9 Make comments a single node in the grammar
This looks to be a *strong* idiom in tree-sitter parsers.
2024-04-11 18:36:20 +01:00
Bruno BELANYI aa8472e73f Add test for literals 2024-04-11 18:08:40 +01:00
Bruno BELANYI 508ea00920 Add missing 'PHONY' target 2024-04-11 18:01:32 +01:00
Bruno BELANYI dc1d139d35 Fix 'PHONY' target name 2024-04-11 18:00:12 +01:00
Bruno BELANYI ebb642cb14 Rename to 'tree-sitter-bp'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This is really just to simplify my life and align with the Vim/NeoVim
filetype name.
2024-04-10 15:32:37 +00:00
Bruno BELANYI f6e1266493 Consider module as function call for highlighting
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Their semantic is closer to a function call (like i.e: Bazel rules)
rather than a module/namespace.

Similarly for their properties, which are more like parameters than
members.
2024-04-10 15:21:07 +00:00
Bruno BELANYI be1e3f07d3 Make 'line_comment' more explicit about newlines
Because of the way regular expressions work, they were already bounded
at newlines here, but explicit is better than implicit :-).
2024-04-10 15:20:29 +00:00
Bruno BELANYI 73b0797891 Add builtins highlighting 2024-04-10 15:20:29 +00:00
Bruno BELANYI 3475d713d5 Add 'select' highlighting 2024-04-09 12:28:28 +01:00
Bruno BELANYI ddb4f693be Add test for 'select' as an identifier 2024-04-09 12:28:28 +01:00
Bruno BELANYI ab6d235540 Add map properties highlighting 2024-04-09 12:28:28 +01:00
Bruno BELANYI 42bef1d592 Add punctuations highlighting 2024-04-09 12:28:28 +01:00
Bruno BELANYI a9ec312792 Add modules highlighting
Still debating whether modules should be highlighted as namespaces or as
function calls.
2024-04-09 12:28:28 +01:00
Bruno BELANYI 3e4879a593 Add 'type' field to new-style module
I'd forgotten it...
2024-04-09 12:28:28 +01:00
Bruno BELANYI d4d88a6f01 Use nvim semantics in tests
To be more explicit: this makes it so the behaviour is "last-defined,
innermost capture wins".
2024-04-09 12:28:28 +01:00
Bruno BELANYI 7d6dce936a Account for '-' as an operator
For syntax purposes it's part of the number, but it looks better when
highlighted as an operator.
2024-04-09 12:28:28 +01:00