Skip to content

Commit

Permalink
Merge pull request #41 from anquegi/master
Browse files Browse the repository at this point in the history
Fix qe comparator highlighting
  • Loading branch information
Altai-man committed Sep 2, 2020
2 parents 77afbe2 + f9016c1 commit 8a6e17f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/.cask/
dist/
perl6-mode-pkg.el
*~
*~
ert-profile
2 changes: 1 addition & 1 deletion raku-font-lock.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a6e17f

Please sign in to comment.