JohnNilsson / awk-sublime

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

in-line comments with brackets #10

Closed pyed closed 4 years ago

pyed commented 7 years ago
{ line[NR] = $0 }  # remember each input line

the comment won't be highlighted, removing the closing bracket will fix it and break the script :p

pyed commented 4 years ago

It was worth the wait, thanks for this fix 😄