JohnNilsson / awk-sublime

Awk syntax highlighting in Sublime Text
MIT License
25 stars 6 forks source link

# in regex displays as comment #16

Open cmcknigh opened 1 year ago

cmcknigh commented 1 year ago

A regular expression with # in it, treats all characters after as if commented rather than treating it as a content of the regular expression.

/#n_proc / { print $0 }

bjornekelund commented 4 months ago

I wish this could be fixed