feat: add namespaced identifiers
Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
This commit is contained in:
@@ -52,7 +52,7 @@ module.exports = function make_grammar(dialect) {
|
||||
token(
|
||||
seq(
|
||||
choice(/\p{ID_Start}/, "_"),
|
||||
repeat(choice(/\p{ID_Continue}/, "-")),
|
||||
repeat(choice(/\p{ID_Continue}/, "-", "::")),
|
||||
),
|
||||
),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user