mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-23 02:52:34 +03:00
Update IntelliJ contrib README.
This commit is contained in:
parent
e49ff139f2
commit
b9e4b71208
@ -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="<;<=;==;>;>=;contains;count;exists;includes;not;startsWith" />
|
||||
<keywords3 keywords="body;bytes;cookie;duration;header;jsonpath;regex;sha256;status;variable;xpath;HTTP/" />
|
||||
<keywords4 keywords="<;<=;==;>;>=;contains;count;exists;includes;not;startsWith;endsWith;matches" />
|
||||
</highlighting>
|
||||
<extensionMap>
|
||||
<mapping ext="hurl" />
|
||||
|
@ -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
|
||||
|
||||
|
@ -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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user