mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
feat(highlights): add support for syntax features in hurl
version 6.0.0 (#12725)
This commit is contained in:
committed by
GitHub
parent
05a99c2cca
commit
71038266e8
@@ -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
|
||||
|
Reference in New Issue
Block a user