aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries
diff options
context:
space:
mode:
authorErasin Wang2024-03-17 23:01:25 +0000
committerGitHub2024-03-17 23:01:25 +0000
commit64389f97fe8e226a0bcf19cdc292eaf7d42478af (patch)
treeb14a1d43b7a7bf310b20a1e973d0c3fc4d731915 /runtime/queries
parentf7913c1a3bc7609c9c1d6eaa0fbd0e3dda18be63 (diff)
Updated grammar for hurl 4 (#9775)
Diffstat (limited to 'runtime/queries')
-rw-r--r--runtime/queries/hurl/highlights.scm19
1 files changed, 18 insertions, 1 deletions
diff --git a/runtime/queries/hurl/highlights.scm b/runtime/queries/hurl/highlights.scm
index c066b284..a2037637 100644
--- a/runtime/queries/hurl/highlights.scm
+++ b/runtime/queries/hurl/highlights.scm
@@ -51,6 +51,20 @@
"sha256"
"md5"
"bytes"
+ "daysAfterNow"
+ "daysBeforeNow"
+ "htmlEscape"
+ "htmlUnescape"
+ "decode"
+ "format"
+ "nth"
+ "replace"
+ "split"
+ "toDate"
+ "toInt"
+ "urlEncode"
+ "urlDecode"
+ "count"
] @function.builtin
(filter) @attribute
@@ -59,8 +73,11 @@
[
"null"
"cacert"
+ "compressed"
"location"
"insecure"
+ "path-as-is"
+ "proxy"
"max-redirs"
"retry"
"retry-interval"
@@ -124,4 +141,4 @@
"base64,"
"file,"
"hex,"
-] @string.special \ No newline at end of file
+] @string.special