micro icon indicating copy to clipboard operation
micro copied to clipboard

syntax: Use `\w` in rule patterns

Open niten94 opened this issue 11 months ago • 0 comments

[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.

niten94 avatar Feb 23 '25 03:02 niten94