diff --git a/src/oclexer.xrl b/src/oclexer.xrl index 4c215bf..15851ce 100644 --- a/src/oclexer.xrl +++ b/src/oclexer.xrl @@ -154,7 +154,8 @@ Erlang code. {"^(?i)(WHEN)$", 'WHEN'}, {"^(?i)(WHERE)$", 'WHERE'}, {"^(?i)(WITH)$", 'WITH'}, - {"^(?i)(XOR)$", 'XOR'} + {"^(?i)(XOR)$", 'XOR'}, + {"^(?i)(YIELD)$", 'YIELD'} ]). %-define(DEBUG, true).