Require the xor operator to be a seperate word
This commit is contained in:
parent
63c010c300
commit
294a09dd8e
@ -164,7 +164,7 @@ main : context {
|
|||||||
|
|
||||||
: pattern {
|
: pattern {
|
||||||
description = logical operator
|
description = logical operator
|
||||||
regex \= (\bnot\b|<->|->|<-|\\/|xor|/\\)
|
regex \= (\bnot\b|<->|->|<-|\\/|\bxor\b|/\\)
|
||||||
styles [] = .operator;
|
styles [] = .operator;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user