Open SavageAlien opened 1 month ago
I'll include this in next release, but as temp. solution you can change syntax file:
{sublime-folder}/Data/Packages/Mediawiker/MediawikiNG.sublime-syntax
, line 1410
- match: '(\|)\s*(([\w\-]+)(=))?'
change to
- match: '(\|)\s*(([\w\-]+)\s*(=)\s*)?'
Hello. I have a question about editing the syntax highlighting. Would it be technically possible to have the syntax highlighting work for named parameters even when they are not touching the equals symbol (=) but are still followed by one. Currently, it is required that they touch for the names to be styled.
If so, how would this be setup?
This would be beneficial in a lot of scenarios, such as when you have parameters on their own new-lines and you wish to line them up by using indentation.