diff options
Diffstat (limited to 'queries/purescript')
| -rw-r--r-- | queries/purescript/highlights.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/queries/purescript/highlights.scm b/queries/purescript/highlights.scm index 5f07e9b48..02426b0ab 100644 --- a/queries/purescript/highlights.scm +++ b/queries/purescript/highlights.scm @@ -118,11 +118,12 @@ "role" @keyword role: (type_role) @keyword.modifier) -(hole) @character.special - ; `_` wildcards in if-then-else and case-of expressions, ; as well as record updates and operator sections -(wildcard) @variable.parameter +[ + "_" + (hole) +] @character.special ; ---------------------------------------------------------------------------- ; Functions and variables |
