tree-sitter-bp/test/highlight
Bruno BELANYI f6e1266493
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Consider module as function call for highlighting
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
..
builtins.bp Add builtins highlighting 2024-04-10 15:20:29 +00:00
comments.bp Add comments highlighting 2024-04-08 20:48:15 +01:00
identifiers.bp Add variables highlighting 2024-04-09 12:28:28 +01:00
litterals.bp Account for '-' as an operator 2024-04-09 12:28:28 +01:00
modules.bp Consider module as function call for highlighting 2024-04-10 15:21:07 +00:00
operators.bp Account for '-' as an operator 2024-04-09 12:28:28 +01:00
properties.bp Consider module as function call for highlighting 2024-04-10 15:21:07 +00:00
punctuation.bp Add punctuations highlighting 2024-04-09 12:28:28 +01:00
select.bp Consider module as function call for highlighting 2024-04-10 15:21:07 +00:00