aboutsummaryrefslogtreecommitdiffstats
path: root/queries/pascal
Commit message (Collapse)AuthorAgeFilesLines
* use indent.X syntax for captures and properties of set directivesGeorge Harker2023-03-241-3/+3
| | | | | | | | update CONTRIBUTING.md adjust indents for bass fix doc capture comment
* feat: add `@comment.documentation` where applicableAmaan Qureshi2023-03-051-1/+30
|
* docs: fix typosdundargoc2023-02-231-1/+1
|
* highlights(pascal): use more specific groupsObserverOfTime2022-11-261-15/+21
|
* highlights(Pascal): Fix highlighting of typesPhilip Zander2022-01-051-4/+13
| | | | | A recent change broke highlighting for namespaces & generic types like `foo.bar` and `foo<t>`.
* highlights(pascal): Highlight variablesPhilip Zander2021-12-291-1/+6
| | | | | | | | 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.
* Add support for Pascal (#2153)Isopod2021-12-245-0/+469
* Add support for Pascal * Pascal: Replace some of the capture groups, use lua-match where possible