Archived
1
0

Require the xor operator to be a seperate word

This commit is contained in:
Jip J. Dekker 2018-02-07 16:32:26 +11:00
parent 63c010c300
commit 294a09dd8e
No known key found for this signature in database
GPG Key ID: 9CB1B58997DD0D58

View File

@ -164,7 +164,7 @@ main : context {
: pattern {
description = logical operator
regex \= (\bnot\b|<->|->|<-|\\/|xor|/\\)
regex \= (\bnot\b|<->|->|<-|\\/|\bxor\b|/\\)
styles [] = .operator;
}