hurl/contrib/intellij
2022-11-30 18:28:11 +01:00
..
Hurl.xml Add support for LINK, UNLINK, PURGE, LOCK, UNLOCK, PROPFIND and VIEW HTTP method 2022-11-30 18:28:11 +01:00
README.md Update IntelliJ contrib README. 2022-09-08 22:34:35 +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

macOS

  1. Quit IntelliJ (or CLion etc...)
  2. $ mkdir -p ~/Library/Application\ Support/JetBrains/[YOUR_INTELLIJ_VERSION]/filetypes
    $ cp Hurl.xml ~/Library/Application\ Support/JetBrains/[YOUR_INTELLIJ_VERSION]/filetypes
    
  3. Start IntelliJ

Windows