js: Highlight Extends and Super tokens

This commit is contained in:
Jack Karamanian 2020-06-30 19:57:06 -05:00 committed by Andreas Kling
parent 4dcdad4cc4
commit 1da7fea602
Notes: sideshowbarker 2024-07-19 05:18:24 +09:00

View file

@ -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: