File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ This project adheres to [Semantic Versioning](http://semver.org).
1414* __ Fixed:__ Duplication warning shown when evaluating Lisp expressions
1515* __ Fixed:__ Duplicated output when ` language-emacs-lisp:run-selection `
1616evaluates an expression which is already enclosed by ` (message "%s" …) `
17+ * __ Fixed:__ Incomplete highlighting of ` <= ` and ` >= ` as function names
1718
1819
1920[ v1.1.1]
Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ repository:
456456
457457 # Comparison operators
458458 name: "keyword.operator.comparison.emacs.lisp"
459- match: "(?<=\\(|\\s|^)[= <>]|[/ <>]= (?=\\s|\\)|$)"
459+ match: "(?<=\\(|\\s|^)[/ <>]=|[= <>](?=\\s|\\)|$)"
460460 },{
461461
462462 # Pair separator
You can’t perform that action at this time.
0 commit comments