diff options
| author | Ryo Nihei <nihei.dev@gmail.com> | 2022-05-09 00:36:06 +0900 |
|---|---|---|
| committer | Ryo Nihei <nihei.dev@gmail.com> | 2022-05-10 23:14:52 +0900 |
| commit | dd5fd3372cdb53e7a3a36b5ef61b0b0c35023798 (patch) | |
| tree | e29796e3c0aee95e443aeabe6b24e2ed4c81dac0 /spec/lexspec.json | |
| parent | Add #assign directive (diff) | |
| download | cotia-dd5fd3372cdb53e7a3a36b5ef61b0b0c35023798.tar.gz cotia-dd5fd3372cdb53e7a3a36b5ef61b0b0c35023798.tar.xz | |
Add ordered symbol notation
Diffstat (limited to 'spec/lexspec.json')
| -rw-r--r-- | spec/lexspec.json | 4 |
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": "\\(" }, |
