aboutsummaryrefslogtreecommitdiff
path: root/spec/lexspec.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lexspec.json')
-rw-r--r--spec/lexspec.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/spec/lexspec.json b/spec/lexspec.json
index 76fb0e9..6d1dd93 100644
--- a/spec/lexspec.json
+++ b/spec/lexspec.json
@@ -31,7 +31,7 @@
},
{
"kind": "newline",
- "pattern": "\\f{newline}"
+ "pattern": "\\f{newline}+"
},
{
"kind": "line_comment",
@@ -79,11 +79,7 @@
"pattern": ";"
},
{
- "kind": "modifier_marker",
- "pattern": "@"
- },
- {
- "kind": "action_leader",
+ "kind": "directive_marker",
"pattern": "#"
},
{