mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-20 09:31:39 +03:00
25 lines
742 B
Markdown
25 lines
742 B
Markdown
# Support for Hurl Syntax coloring
|
|
|
|
This enables basic syntax coloring for Hurl files in [IntelliJ](https://www.jetbrains.com/help/idea/directories-used-by-the-ide-to-store-settings-caches-plugins-and-logs.html#config-directory), until a proper Hurl Intellij plugin is developed (help
|
|
is welcome 🤓).
|
|
|
|
|
|
## Linux
|
|
|
|
1. Quit IntelliJ (or CLion etc...)
|
|
2. Copy Hurl.xml to ~/.config/JetBrains/[YOUR IDE DIR]/filetypes
|
|
3. Start IntelliJ
|
|
|
|
## macOS
|
|
|
|
1. Quit IntelliJ (or CLion etc...)
|
|
2. Copy Hurl.xml to ~/Library/Application Support/JetBrains/[YOUR IDE DIR]/filetypes
|
|
3. Start IntelliJ
|
|
|
|
## Windows
|
|
|
|
1. Quit IntelliJ (or CLion etc...)
|
|
2. Copy Hurl.xml to C:\Users\[YOUR USER]\AppData\Roaming\JetBrains\[YOUR IDE DIR]\filetypes
|
|
3. Start IntelliJ
|
|
|