summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair Armstrong2020-03-25 17:04:10 +0000
committerGitHub2020-03-25 17:04:10 +0000
commit0d625f8777c8536b7e71d0e3b2e85ce138ccdbdf (patch)
treefbc4002c42236d3b14efd48fb8de547968e51e2d
parentf91839f0e8a625ea2f0b106a22a7095718a3e461 (diff)
parentc415a430ce783b442b08bc646487b69b4eb25d21 (diff)
Merge pull request #64 from arichardson/intellij-syntax
Add documentation for CLion/PyCharm/IntelliJ syntax highlighting
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 628e13cd..620569e2 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,19 @@ VSCode Mode
which provides some basic syntax highlighting. It is also available
on the VSCode Marketplace.
+CLion/PyCharm Syntax highlighting
+===========
+
+[editors/vscode/sail](editors/vscode/sail) contains a Visual Studio Code
+mode which provides some basic syntax highlighting. CLion/PyCharm can also
+parse the [editors/vscode/sail/syntax/sail.tmLanguage.json](sail.tmLanguage.json)
+file and use it to provide basic syntax highlighting.
+To install open `Preferences > Editor > TextMate Bundles`. On that settings
+page press the `+` icon and locate the [editors/vscode/sail](editors/vscode/sail)
+directory.
+
+This requires the [TextMate Bundles plugin](https://plugins.jetbrains.com/plugin/7221-textmate-bundles).
+
Licensing
=========