Skip to content

Commit 8901210

Browse files
committed
accidental alpha ident change
1 parent f58ed70 commit 8901210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ module.exports = grammar({
11891189
$._backtick_identifier,
11901190
),
11911191

1192-
_alpha_identifier: $ => /[\p{L}_][\p{L}\p{Nd}_]*/,
1192+
_alpha_identifier: $ => /[a-zA-Z_][a-zA-Z_0-9]*/,
11931193

11941194
_backtick_identifier: $ => /`[^\r\n`]+`/,
11951195

0 commit comments

Comments
 (0)