Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

FUNCTION syntax highlighting overwrittes KEYWORD When no space between KEYWORD and "(" #1197

Closed
brandonts opened this issue Jul 11, 2021 · 1 comment

Comments

@brandonts
Copy link
Contributor

I found this when making a solarized color_scheme.
It looks like the order of the rules in the cpp.rules file matters as when two rules overlap the later one will overwrite highlighting by earlier rules.

brandonts added a commit to brandonts/Sourcetrail that referenced this issue Jul 11, 2021
…e between KEYWORD and "(" CoatiSoftware#1197

by moving function rule above keyword rules in cpp.rules
brandonts added a commit to brandonts/Sourcetrail that referenced this issue Jul 11, 2021
…WORD When no space between KEYWORD and "("

by moving FUNCTION rule in cpp.rules above KEYWORD rules
mlangkabel pushed a commit that referenced this issue Jul 12, 2021
…style of a function (issue #1197) (#1199)

by moving FUNCTION rule in cpp.rules above KEYWORD rules
@mlangkabel
Copy link
Contributor

Fixed by merge of pull request #1199.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants