CoatiSoftware / Sourcetrail

Sourcetrail - free and open-source interactive source explorer
https://www.sourcetrail.com/
GNU General Public License v3.0
14.94k stars 1.41k forks source link

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

Closed brandonts closed 3 years ago

brandonts commented 3 years ago

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.

mlangkabel commented 3 years ago

Fixed by merge of pull request #1199.