You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I frequently use bash with embed GAWK in my tools. In order to syntax highlight the awk sections, I have to toggle between shell and awk syntax, which gets tedious and makes it so that refactoring gets clunky as it cannot tell where bash ends and GAWK begins. Example:
I frequently use bash with embed GAWK in my tools. In order to syntax highlight the awk sections, I have to toggle between shell and awk syntax, which gets tedious and makes it so that refactoring gets clunky as it cannot tell where bash ends and GAWK begins. Example:
Begin of FIle: Test.txt
End of File: Test.txt
Begin BASH/AWK Script Example:
I've seen embed awk syntax highlighting within VIM before (see answer here) was hoping to have that support after moving to a full IDE like PhpStorm.
Here's to hoping for better tomorrow :)
The text was updated successfully, but these errors were encountered: