Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
syntax: Reorganize links to highlight groups a little more
Two things: * regular expressions use a syntax group for the / delimiters but they are not linked to a highlight group. regular expression are a little bit like strings in that their content is treated as some special kind of data. * bracket/brace/parens should not be marked as delimiters. sure, they contain things but what they contain is not treated as special and doesn't represent actual data like strings and regexps -- if there's data in between those then other syntax groups should already be highlighting those parts. switching them to Operator adds more diversity in the symbols and makes the code more readable.
- Loading branch information