diff options
Diffstat (limited to 'app/Core')
-rw-r--r-- | app/Core/Lexer.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Core/Lexer.php b/app/Core/Lexer.php index f6978bbd..3887dc82 100644 --- a/app/Core/Lexer.php +++ b/app/Core/Lexer.php @@ -40,6 +40,7 @@ class Lexer '/^(yesterday|tomorrow|today)/' => 'T_DATE', '/^("(.*?)")/' => 'T_STRING', "/^(\w+)/" => 'T_STRING', + "/^(#\d+)/" => 'T_STRING', ); /** |