master
svkalinin 2022-12-08 09:39:44 +03:00
parent 64a4a35cc6
commit b3ac2fb649
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ dict set lexers PL procRegexpCommand {regexp -nocase -all -- {^\s*?(sub)\s([a-zA
dict set lexers PL varRegexpCommand {regexp -nocase -all -- {^(\s*?)\$([a-zA-Z0-9\-_$]+)\s+=\s+(.+?)(\s*;$)} $line match indent varName varValue lineEnd} dict set lexers PL varRegexpCommand {regexp -nocase -all -- {^(\s*?)\$([a-zA-Z0-9\-_$]+)\s+=\s+(.+?)(\s*;$)} $line match indent varName varValue lineEnd}
#-------------------------------------------------- #--------------------------------------------------
# Perl # INI
dict set lexers INI commentSymbol {#} dict set lexers INI commentSymbol {#}
dict set lexers INI tabSize 4 dict set lexers INI tabSize 4
dict set lexers INI procFindString {(\[)PROCNAME(\])} dict set lexers INI procFindString {(\[)PROCNAME(\])}