]> git.lizzy.rs Git - micro.git/blobdiff - syntax_files/perl6.micro
Proper window resize handling
[micro.git] / syntax_files / perl6.micro
index c857aed446bf0b6fdf9d01bbbb7ba82a383f78e1..92194f500cb965d9382fbc422fceeaaa760d39f8 100644 (file)
@@ -8,9 +8,10 @@ color brightblue "\b(continue|else|elsif|do|for|foreach|if|unless|until|while|eq
 
 # Perl 6 words
 color brightcyan "\b(has|is|class|role|given|when|BUILD|multi|returns|method|submethod|slurp|say|sub)\b"
-color brightmagenta "(?s)[$@%].*?( |\\W|-)"
+color brightmagenta (s) "[$@%].*?( |\\W|-)"
 color brightred "".*"|qq\|.*\|"
 color white "[sm]/.*/"
-color brightblue "(?s)(^use| = new).*?;"
+color brightblue (s) "(^use| = new).*?;"
 color brightgreen "#.*"
-color brightred "(?s)<<EOSQL.*?EOSQL"
+color brightred (s) "<<EOSQL.*?EOSQL"
+