[DEV] add perl parsing

This commit is contained in:
2018-02-22 22:00:00 +01:00
parent 43c841608e
commit e07b79db49
7 changed files with 128 additions and 4 deletions

View File

@@ -2,9 +2,9 @@
<EdnLang version="0.1" lang="Bash script">
<ext>(sh|bash|zsh)</ext>
<pass1><!-- multiline section & parse all file (now) and when modification retrive previous modification -->
<rule name="first line">
<color>commentDoxygen</color>
<regex>#!(\\[\\\n]|.)*$</regex>
<rule name="main declaration of executable">
<color>DECLARE_EXECUTABLE</color>
<regex>#!.*$</regex>
</rule>
<rule name="comment line">
<color>comment</color>