syntax: awk: recognize any {g,m,n,}awk script also by its shebang line

This fulfills https://savannah.gnu.org/bugs/?54516.

Suggested-by: Javier Valencia <javiervalencia80@gmail.com>
master
Benno Schulenberg 2018-08-15 20:12:20 +02:00
parent 07447f3278
commit 18419b5e3f
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
## Here is an example for awk.
syntax awk "\.awk$"
header "^#!.*awk"
magic "awk script"
comment "#"