aboutsummaryrefslogtreecommitdiff
path: root/spec/lexspec.json
diff options
context:
space:
mode:
authorRyo Nihei <nihei.dev@gmail.com>2022-05-09 00:36:06 +0900
committerRyo Nihei <nihei.dev@gmail.com>2022-05-10 23:14:52 +0900
commitdd5fd3372cdb53e7a3a36b5ef61b0b0c35023798 (patch)
treee29796e3c0aee95e443aeabe6b24e2ed4c81dac0 /spec/lexspec.json
parentAdd #assign directive (diff)
downloadcotia-dd5fd3372cdb53e7a3a36b5ef61b0b0c35023798.tar.gz
cotia-dd5fd3372cdb53e7a3a36b5ef61b0b0c35023798.tar.xz
Add ordered symbol notation
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 6a11a4a..7222be0 100644
--- a/spec/lexspec.json
+++ b/spec/lexspec.json
@@ -118,6 +118,10 @@
"pattern": "#"
},
{
+ "kind": "ordered_symbol_marker",
+ "pattern": "$"
+ },
+ {
"kind": "l_paren",
"pattern": "\\("
},