Also highlight tables in string literals

This commit is contained in:
Alexey Milovidov 2024-04-29 00:26:46 +02:00
parent f891da8db8
commit 2d7c8948de

View File

@ -47,6 +47,7 @@ public:
protected:
const char * getName() const override { return "string literal table identifier"; }
bool parseImpl(Pos & pos, ASTPtr & node, Expected & expected) override;
Highlight highlight() const override { return Highlight::identifier; }
};