Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 357da2e

Browse files
committed
🎨
1 parent f63d12f commit 357da2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grammars/javascript.cson

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@
12581258
'name': 'entity.name.function.js'
12591259
}
12601260
{
1261-
'match': '[\\d][\\w$]*'
1261+
'match': '\\d[\\w$]*'
12621262
'name': 'invalid.illegal.identifier.js'
12631263
}
12641264
]
@@ -1292,7 +1292,7 @@
12921292
'name': 'entity.name.function.js'
12931293
}
12941294
{
1295-
'match': '[\\d][\\w$]*'
1295+
'match': '\\d[\\w$]*'
12961296
'name': 'invalid.illegal.identifier.js'
12971297
}
12981298
]

0 commit comments

Comments
 (0)