From 4d2a389c0ea605413d1cc89ae35f2a3aaa293072 Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Tue, 29 Mar 2022 01:43:36 +0900 Subject: Use IDs and labels as parameters of an #ast directive instead of symbol positions --- spec/lexspec.json | 4 ---- 1 file changed, 4 deletions(-) (limited to 'spec/lexspec.json') diff --git a/spec/lexspec.json b/spec/lexspec.json index 838763b..ff8ff0d 100644 --- a/spec/lexspec.json +++ b/spec/lexspec.json @@ -109,10 +109,6 @@ "kind": "label_marker", "pattern": "@" }, - { - "kind": "position", - "pattern": "$(0|[1-9][0-9]*)" - }, { "kind": "expansion", "pattern": "\\.\\.\\." -- cgit v1.2.3