Results 12 comments of Dominik Duda

Im pretty sure current line could just be excluded from highligting via regex. `matchadd('Boolean', getline('.'))` will higlight everything in the current line, overriding the indent higlight. I am sure it...

I'm expecting that all the parentheses will be colored as set in settings - same as in line 4, 5, and 6. Yet inside methods, it breaks - first color...

I will do research on that whenever I will find some free time. Thanks for the idea!

This **could** be possible using `:syntax` output looking if current word highlight group is in a keyword group. This is not a simple task though, the plugin was not designed...

Good job. Thanks for the support. I left some comments to keep the code convention goin. Will merge when done

What file path would be prepended by `File 1:`, `File 2:` ? It wouldn't make it less readable but would make files identifiable.

I created bash script fixing syntax files. IT IS NOT PERFECT BUT IT IS GOOD. It can be reversed by running it again. It adds `contains=@Spell` to `syn match` and...