branch: elpa/raku-mode commit 8a6e17f1749c084251d19c3d58b9c1495891db6d Merge: 77afbe21fe f9016c1d99 Author: Altai-man <alexander.kiryu...@gmail.com> Commit: GitHub <nore...@github.com>
Merge pull request #41 from anquegi/master Fix qe comparator highlighting --- .gitignore | 3 ++- raku-font-lock.el | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8d722a7f8f..cd96b5fcb4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ /.cask/ dist/ perl6-mode-pkg.el -*~ \ No newline at end of file +*~ +ert-profile \ No newline at end of file diff --git a/raku-font-lock.el b/raku-font-lock.el index a0ca383185..0507a1fabe 100644 --- a/raku-font-lock.el +++ b/raku-font-lock.el @@ -181,7 +181,7 @@ "tighter" "looser" "equiv" "assoc" "required"))) (operator-word . ,(rx (or "div" "xx" "x" "mod" "also" "leg" "cmp" "before" "after" "eq" - "ne" "le" "lt" "not" "gt" "eqv" "ff" "fff" "and" "andthen" + "ne" "le" "lt" "not" "gt" "ge" "eqv" "ff" "fff" "and" "andthen" "or" "xor" "orelse" "extra" "lcm" "gcd" "o"))) (operator-char . ,(rx (any "-:+/*~?|=^!%&,<>».;\\∈∉∋∌∩∪≼≽⊂⊃⊄⊅⊆⊇⊈⊉⊍⊎⊖∅∘"))) (set-operator