mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
js: Highlight Extends and Super tokens
This commit is contained in:
parent
4dcdad4cc4
commit
1da7fea602
1 changed files with 2 additions and 0 deletions
|
@ -695,12 +695,14 @@ int main(int argc, char** argv)
|
|||
case JS::TokenType::Const:
|
||||
case JS::TokenType::Debugger:
|
||||
case JS::TokenType::Delete:
|
||||
case JS::TokenType::Extends:
|
||||
case JS::TokenType::Function:
|
||||
case JS::TokenType::In:
|
||||
case JS::TokenType::Instanceof:
|
||||
case JS::TokenType::Interface:
|
||||
case JS::TokenType::Let:
|
||||
case JS::TokenType::New:
|
||||
case JS::TokenType::Super:
|
||||
case JS::TokenType::TemplateLiteralExprStart:
|
||||
case JS::TokenType::TemplateLiteralExprEnd:
|
||||
case JS::TokenType::Throw:
|
||||
|
|
Loading…
Add table
Reference in a new issue