summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaniv Mordekhay <y.mordekhay@gmail.com>2024-10-12 01:51:50 +0300
committerYaniv Mordekhay <y.mordekhay@gmail.com>2024-10-12 01:51:50 +0300
commitcfc15d7476a5cd465303d2ad75ac4a0d7a8c4e04 (patch)
treea285a50b82992969ace07d18bc42f16cd3b72ca1
parent8e2317409c755c0759fd9a22fd48b5cc36eeb7f4 (diff)
docs: mention navi syntax highlighting vs-code extension
-rw-r--r--docs/cheatsheet_syntax.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cheatsheet_syntax.md b/docs/cheatsheet_syntax.md
index ea0aefd..78d8a5e 100644
--- a/docs/cheatsheet_syntax.md
+++ b/docs/cheatsheet_syntax.md
@@ -32,6 +32,9 @@ Lines starting with:
All the other non-empty lines are considered as executable commands.
+Tip: if you are editing cheatsheets in Visual Studio Code, you could enable syntax highlighting
+by installing [this extension](https://marketplace.visualstudio.com/items?itemName=yanivmo.navi-cheatsheet-language).
+
### Variables
The interface prompts for variable names inside brackets (eg `<branch>`).