| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
update CONTRIBUTING.md
adjust indents for bass
fix doc capture comment
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
A recent change broke highlighting for namespaces & generic types like
`foo.bar` and `foo<t>`.
|
| |
|
|
|
|
|
|
| |
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
* Pascal: Replace some of the capture groups, use lua-match where possible
|