Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/hurl/highlights.scm')
| -rw-r--r-- | runtime/queries/hurl/highlights.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/queries/hurl/highlights.scm b/runtime/queries/hurl/highlights.scm index a2037637..e591add2 100644 --- a/runtime/queries/hurl/highlights.scm +++ b/runtime/queries/hurl/highlights.scm @@ -1,7 +1,10 @@ [ "[QueryStringParams]" + "[Query]" "[FormParams]" + "[Form]" "[MultipartFormData]" + "[Multipart]" "[Cookies]" "[Captures]" "[Asserts]" @@ -116,6 +119,9 @@ "isBoolean" "isString" "isCollection" + "isNumber" + "isIsoDate" + "isEmpty" ] @keyword.operator (integer) @constant.numeric.integer |