Add from symbol to support ESM (#1754)

This commit is contained in:
Aziz Mazouz Jaber 2024-03-24 20:25:44 +02:00 committed by GitHub
parent 5d264e14ef
commit 6e849890be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ syntax.add {
["get"] = "keyword",
["if"] = "keyword",
["import"] = "keyword",
["from"] = "keyword",
["in"] = "keyword",
["of"] = "keyword",
["instanceof"] = "keyword",