summaryrefslogtreecommitdiff
path: root/src/GF/CFGM/LexCFG.x
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/CFGM/LexCFG.x')
-rw-r--r--src/GF/CFGM/LexCFG.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/CFGM/LexCFG.x b/src/GF/CFGM/LexCFG.x
index f33598070..e59d8652a 100644
--- a/src/GF/CFGM/LexCFG.x
+++ b/src/GF/CFGM/LexCFG.x
@@ -15,7 +15,7 @@ $i = [$l $d _ '] -- identifier character
$u = [\0-\255] -- universal: any character
@rsyms = -- reserved words consisting of special symbols
- \; | \: | \. | \- \> | \[ | \] | \, | \/ | \{ | \} | \!
+ \; | \: | \. | \- \> | \[ | \] | \, | \/ | \{ | \} | \! | \= | \( | \)
:-