diff options
| author | Joe Eli McIlvain <joe.eli.mac@gmail.com> | 2022-04-12 12:40:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-12 21:40:27 +0200 |
| commit | 5b24b4ed57704955aab39d4d778cd6e8e57e3185 (patch) | |
| tree | 4fec6a8034facf65f12834a2b8ab478603f12f3b /tests/examplefiles/mcfunction | |
| parent | c155bc4e52e313a51a03f9dcafa64b92701a6829 (diff) | |
| download | pygments-git-5b24b4ed57704955aab39d4d778cd6e8e57e3185.tar.gz | |
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`
Diffstat (limited to 'tests/examplefiles/mcfunction')
0 files changed, 0 insertions, 0 deletions
