Skip to content

Commit

Permalink
highlight Wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexErrant committed Mar 22, 2024
1 parent 1fc07f0 commit ebe4a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-dom/src/language/query.highlight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function childStringKeys() {

export const queryHighlighting = styleTags({
// eslint-disable-next-line @typescript-eslint/naming-convention
'Not Or': t.operatorKeyword,
'Not Or Wildcard': t.operatorKeyword,
[childStringKeys()]: childStringTag,
[prefixes.join(' ')]: t.labelName,
})
Expand Down

0 comments on commit ebe4a62

Please sign in to comment.