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 {
|
||||
description = logical operator
|
||||
regex \= (\bnot\b|<->|->|<-|\\/|xor|/\\)
|
||||
regex \= (\bnot\b|<->|->|<-|\\/|\bxor\b|/\\)
|
||||
styles [] = .operator;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user