awk-sublime icon indicating copy to clipboard operation
awk-sublime copied to clipboard

Awk syntax highlighting in Sublime Text

Results 4 awk-sublime issues
Sort by recently updated
recently updated
newest added

Hi, This is not an issue, but rather a request. I'd like to have the debugger option with gawk added. I tried to attach to a session without success--I'm a...

After downloading this plugin from package control, no AWK entry was available in the syntax dropdown for me. Looking through the commit history a bit, 9422856e, where `.YAML-tmLanguage` was converted...

Can you check that the escaping of quotation marks is working so that these do not indicate the start of a string? ![Screenshot 2023-11-07 at 13 14 40](https://github.com/JohnNilsson/awk-sublime/assets/110987481/843d29b1-43b5-45fc-b1c8-7a9a7f8b5f62)

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