Skip to content

Commit 7f4830f

Browse files
committed
fix semantic token
1 parent a9d58fb commit 7f4830f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/emmylua_ls/src/handlers/semantic_token/build_semantic_tokens.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ fn build_tokens_semantic_token(
123123
parent.kind().into(),
124124
LuaSyntaxKind::TableArrayExpr
125125
| LuaSyntaxKind::TableEmptyExpr
126-
| LuaSyntaxKind::TableFieldAssign
126+
| LuaSyntaxKind::TableObjectExpr
127127
)
128128
{
129129
builder.push(token, SemanticTokenType::OPERATOR);

0 commit comments

Comments
 (0)