summaryrefslogtreecommitdiff
path: root/queries/pascal
AgeCommit message (Collapse)Author
2022-01-05highlights(Pascal): Fix highlighting of typesPhilip Zander
A recent change broke highlighting for namespaces & generic types like `foo.bar` and `foo<t>`.
2021-12-29highlights(pascal): Highlight variablesPhilip Zander
Assume that any identifiers that aren't function calls, types, fields or constants are variables. This is consistent with the highlighting definitions for other languages. Some themes (e.g. zenbones) make use of this information and they don't look quite right unless we set those groups.
2021-12-24Add support for Pascal (#2153)Isopod
* Add support for Pascal * Pascal: Replace some of the capture groups, use lua-match where possible