This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/savi
Joe Eli McIlvain 5b24b4ed57
Fix nested type name highlighting in Savi lexer. (#2110)
Nested type names were being highlighted as if they were function names.

Now a phrase like `Spec.Process.run` is highlighted properly as:
- `Name.Class`
- `Punctuation`
- `Name.Class`
- `Punctuation`
- `Name.Function`

Instead of wrongly highlighted as it was before this commit:
- `Name.Class`
- `Punctuation`
- `Name.Function`
- `Punctuation`
- `Name.Function`
2022-04-12 21:40:27 +02:00
..
example.savi Add string interpolation to the Savi lexer. 2022-04-04 12:53:27 +02:00
example.savi.output Fix nested type name highlighting in Savi lexer. (#2110) 2022-04-12 21:40:27 +02:00