hurl/contrib/intellij
2024-09-19 10:08:18 +00:00
..
Hurl.xml Implements short syntax for [Form], [Query], [Multipart]. 2024-09-19 10:08:18 +00:00
README.md Add Windows and linux filetypes section in intellij contrib 2023-07-19 16:38:57 +02:00

Support for Hurl Syntax coloring

This enables basic syntax coloring for Hurl files in IntelliJ, 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