diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/hurl/highlights.scm | 19 |
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 |