We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58ed70 commit 8901210Copy full SHA for 8901210
grammar.js
@@ -1189,7 +1189,7 @@ module.exports = grammar({
1189
$._backtick_identifier,
1190
),
1191
1192
- _alpha_identifier: $ => /[\p{L}_][\p{L}\p{Nd}_]*/,
+ _alpha_identifier: $ => /[a-zA-Z_][a-zA-Z_0-9]*/,
1193
1194
_backtick_identifier: $ => /`[^\r\n`]+`/,
1195
0 commit comments