more documentation;
authorwenzelm
Wed, 11 Jan 2017 16:11:39 +0100
changeset 64873 ee5aaf7bce0d
parent 64872 9c194386db8d
child 64874 e13ff666af96
more documentation;
src/Tools/VSCode/extension/README.md
--- a/src/Tools/VSCode/extension/README.md	Wed Jan 11 16:01:19 2017 +0100
+++ b/src/Tools/VSCode/extension/README.md	Wed Jan 11 16:11:39 2017 +0100
@@ -13,3 +13,13 @@
   * `isabelle.home` points to the main Isabelle directory (ISABELLE_HOME).
   * `isabelle.cygwin_root` (on Windows) points to the Cygwin installation,
     e.g. ISABELLE_HOME/cygwin for a regular Isabelle application bundle.
+
+
+## Isabelle symbols ##
+
+Isabelle symbols like `\<forall>` may be rendered using the extension Prettify
+Symbols Mode. It needs to be configured manually as follows:
+
+ISABELLE_HOME/src/Tools/VSCode/extension/isabelle-symbols.json contains a
+configuration (generated via `isabelle vscode_symbols`). Its content needs to
+be copied carefully into the regular VSCode User Preferences.