aboutsummaryrefslogtreecommitdiffstats
path: root/queries
diff options
context:
space:
mode:
Diffstat (limited to 'queries')
-rw-r--r--queries/prql/highlights.scm7
1 files changed, 2 insertions, 5 deletions
diff --git a/queries/prql/highlights.scm b/queries/prql/highlights.scm
index 09bf7066b..92f74f089 100644
--- a/queries/prql/highlights.scm
+++ b/queries/prql/highlights.scm
@@ -35,12 +35,8 @@
alias: (identifier) @field
-
-
(comment) @comment @spell
-(keyword_func) @keyword.function
-
(function_call
(identifier) @function.call)
@@ -59,6 +55,7 @@ alias: (identifier) @field
"&&"
"||"
"//"
+ "~="
(bang)
] @operator
@@ -138,7 +135,7 @@ alias: (identifier) @field
] @keyword.operator
(function_definition
- (keyword_func)
+ (keyword_let)
name: (identifier) @function)
(parameter