| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | highlights(Pascal): Fix highlighting of types | Philip Zander | 2022-01-05 | 1 | -4/+13 |
| | | | | | | A recent change broke highlighting for namespaces & generic types like `foo.bar` and `foo<t>`. | ||||
| * | highlights(pascal): Highlight variables | Philip Zander | 2021-12-29 | 1 | -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) | Isopod | 2021-12-24 | 5 | -0/+469 |
| * Add support for Pascal * Pascal: Replace some of the capture groups, use lua-match where possible | |||||
