Enzo L F
Enzo L F
#3222 reintroduces the `TSMethodCall` and `TSFunctionCall`highlight groups allowing the distinction between the definition of functions/methods and their calls throughout the highlighted code. Although some languages had their `queries/*/highlights.scm` modified in...
### Describe the highlighting problem It would be good to have method/functions definition and calls in separate highlighting groups e.g. `TSMethodDefinition`, `TSFunctionDefinition`, `TSMethodCall` and `TSFunctionCall`, as it can be used...
Following #800. Note that this PR splits Queue and Stack documentation pages into two separate pages.
Implements maximum and minimum for AVL Tree (tests and docstrings included).
### Describe the highlighting problem It looks like the Julia captures are not distinguishing between function calls and function definitions (both single and multi-line). As a reference, I've compared the...