summaryrefslogtreecommitdiff
path: root/docs/Lexer
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Lexer')
-rw-r--r--docs/Lexer4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Lexer b/docs/Lexer
index e945f9b..23626d1 100644
--- a/docs/Lexer
+++ b/docs/Lexer
@@ -12,8 +12,8 @@ ATKEYWORD '@'
STRING '"' | "'"
INVALID_STRING '"' | "'"
HASH '#'
-NUMBER [0-9] | '.'
-PERCENTAGE [0-9] | '.'
+NUMBER [0-9] | '.' | '-' | '+'
+PERCENTAGE [0-9] | '.' | '-' | '+'
DIMENSION [0-9] | '.'
URI [Uu]
UNICODE-RANGE [Uu]