Skip to content

Commit

Permalink
fix: highlights artifact from flags #110 (#120)
Browse files Browse the repository at this point in the history
In #110, I changed highlights. I accidentally committed `(val_string)
@variable.parameter`, which should actually be `@string`.
  • Loading branch information
mrdgo authored Sep 26, 2024
1 parent ac6dcd1 commit e3b4c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries/nu/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
) @number
(val_bool) @constant.builtin
(val_nothing) @constant.builtin
(val_string) @variable.parameter
(val_string) @string
arg_str: (val_string) @variable.parameter
file_path: (val_string) @variable.parameter
(val_date) @number
Expand Down

0 comments on commit e3b4c96

Please sign in to comment.