diff options
| author | Alex Richardson | 2020-03-18 16:40:31 +0000 |
|---|---|---|
| committer | Alex Richardson | 2020-03-18 16:40:31 +0000 |
| commit | c415a430ce783b442b08bc646487b69b4eb25d21 (patch) | |
| tree | a1bbeb429c36cf21f80660031d81112ccf3bfa2c /README.md | |
| parent | b603e4d7e7008db4f520cdd29badf46147a3f78b (diff) | |
Add documentation for CLion/PyCharm/IntelliJ syntax highlighting
Turns out the TextMate Bundles plugin can load the vscode extension and
provide some basic syntax highlighting.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 ========= |
