aboutsummaryrefslogtreecommitdiff
path: root/spec/lexspec.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lexspec.json')
-rw-r--r--spec/lexspec.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/lexspec.json b/spec/lexspec.json
index 7889f3e..86d58ae 100644
--- a/spec/lexspec.json
+++ b/spec/lexspec.json
@@ -34,6 +34,10 @@
"pattern": "\\f{newline}"
},
{
+ "kind": "line_comment",
+ "pattern": "//[^\\u{000A}\\u{000D}]*"
+ },
+ {
"kind": "identifier",
"pattern": "[A-Za-z_][0-9A-Za-z_]*"
},