diff options
author | Viktor Kleen | 2023-05-26 07:23:15 +0000 |
---|---|---|
committer | GitHub | 2023-05-26 07:23:15 +0000 |
commit | 0c21c227e1ca9d5681dc7e08739b28458c346692 (patch) | |
tree | 96c60d5f57f430f965ee5c4ff3fa7b1e8d06ee88 /runtime/queries/nickel/highlights.scm | |
parent | 0266ec6ba398e4460785c7a6dec556a36d7171b3 (diff) |
Update languages.toml for Nickel (#7059)
Diffstat (limited to 'runtime/queries/nickel/highlights.scm')
-rw-r--r-- | runtime/queries/nickel/highlights.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/queries/nickel/highlights.scm b/runtime/queries/nickel/highlights.scm index cd458df2..4e4bf669 100644 --- a/runtime/queries/nickel/highlights.scm +++ b/runtime/queries/nickel/highlights.scm @@ -20,7 +20,7 @@ ) (record_operand (atom (ident) @variable)) -(let_expr +(let_in_block "let" @keyword "rec"? @keyword pat: (pattern @@ -53,7 +53,7 @@ (interpolation_end) @punctuation.bracket ["forall" "default" "doc"] @keyword -["if" "then" "else" "switch"] @keyword.control.conditional +["if" "then" "else" "match"] @keyword.control.conditional "import" @keyword.control.import (infix_expr |