Update IntelliJ contrib README.

This commit is contained in:
jcamiel 2022-09-08 18:03:10 +02:00
parent e49ff139f2
commit b9e4b71208
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC
4 changed files with 6 additions and 6 deletions

View File

@ -9,8 +9,8 @@
</options>
<keywords keywords="CONNECT;DELETE;GET;HEAD;OPTIONS;PATCH;POST;PUT;TRACE" ignore_case="false" />
<keywords2 keywords="[Asserts];[Captures];[Cookies];[FormParams];[MultipartFormData];[QueryStringParams];[Options]" />
<keywords3 keywords="body;bytes;cookie;duration;header;jsonpath;regex;sha256;status;variable;xpath" />
<keywords4 keywords="&lt;;&lt;=;==;&gt;;&gt;=;contains;count;exists;includes;not;startsWith" />
<keywords3 keywords="body;bytes;cookie;duration;header;jsonpath;regex;sha256;status;variable;xpath;HTTP/" />
<keywords4 keywords="&lt;;&lt;=;==;&gt;;&gt;=;contains;count;exists;includes;not;startsWith;endsWith;matches" />
</highlighting>
<extensionMap>
<mapping ext="hurl" />

View File

@ -11,8 +11,8 @@ is welcome 🤓).
1. Quit IntelliJ (or CLion etc...)
2.
```shell
$ mkdir -p ~/Library/Application\ Support/JetBrains/filetype/[YOUR_INTELLIJ_VERSION]/filetypes
$ cp Hurl.xml ~/Library/Application\ Support/JetBrains/filetype/[YOUR_INTELLIJ_VERSION]/filetypes
$ mkdir -p ~/Library/Application\ Support/JetBrains/[YOUR_INTELLIJ_VERSION]/filetypes
$ cp Hurl.xml ~/Library/Application\ Support/JetBrains/[YOUR_INTELLIJ_VERSION]/filetypes
```
3. Start IntelliJ

View File

@ -20,5 +20,5 @@
</span><span class="response"><span class="line"><span class="version">HTTP/1.0</span> <span class="number">200</span></span>
<span class="line section-header">[Asserts]</span>
<span class="line"><span class="query-type">body</span> <span class="predicate-type">==</span> <span class="string">"\u{2708}"</span></span>
<span class="line"><span class="query-type">bytes</span> <span class="subquery-type">count</span> <span class="predicate-type">equals</span> <span class="number">3</span></span>
<span class="line"><span class="query-type">bytes</span> <span class="subquery-type">count</span> <span class="predicate-type">==</span> <span class="number">3</span></span>
</span></span></code></pre>

View File

@ -20,4 +20,4 @@ GET http://localhost:8000/predicates-string-unicode
HTTP/1.0 200
[Asserts]
body == "\u{2708}"
bytes count equals 3
bytes count == 3