micro
micro copied to clipboard
syntax: Use `\w` in rule patterns
[0-9A-Za-z_] can be replaced with \w like suggested in #3663. The replacement is done with patterns in all syntax files in this pull request, but sh.yaml is changed in #3663 instead.