Skip to content
Snippets Groups Projects
Commit 35fe842c authored by Patrick Baudin's avatar Patrick Baudin
Browse files

[headers] skip first line starting by '#!' for 'script.sh' files

parent 33f8fd57
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@
# Shell scripts #
#################
| ".*\.sh" -> frame open:"#" line:"#" close:"#"
| ".*\.sh" -> skip match:"#!.*"
#########################
# MS-Windows Ressources #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment