summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGeorger Araújo <4930759+georgeraraujo@users.noreply.github.com>2022-05-28 06:39:00 -0300
committerDan Allen <dan.j.allen@gmail.com>2022-05-28 03:39:37 -0600
commita040b60300efaa0d75cc6a3b031241dbe7b5a864 (patch)
treea09c012a9b9c6fdb6b5540c949978105f7e3ab8f /docs
parent75350c4ad7d6401f95308b0ade391e5895fff44d (diff)
Add SciTE to the list of text editors that support AsciiDoc (PR #4294)
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/tooling/pages/index.adoc14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/modules/tooling/pages/index.adoc b/docs/modules/tooling/pages/index.adoc
index ef139ad5..2f5eac34 100644
--- a/docs/modules/tooling/pages/index.adoc
+++ b/docs/modules/tooling/pages/index.adoc
@@ -9,6 +9,7 @@
:url-eclipse-plugin-github: https://github.com/de-jcup/eclipse-asciidoctor-editor
:url-intellij-plugin-quickstart: https://intellij-asciidoc-plugin.ahus1.de/docs/users-guide/quick-start.html
:url-intellij-plugin-features: https://intellij-asciidoc-plugin.ahus1.de/docs/users-guide/features.html
+:url-scite: https://www.scintilla.org/SciTE.html
Since AsciiDoc syntax is just plain text, you can write an AsciiDoc document using any text editor.
You don't need complex word processing programs like Microsoft Word or Google Docs.
@@ -48,7 +49,7 @@ Then you can see the AsciiDoc file rendered as HTML just by visiting it.
== IDEs and text editors
-The following IDEs and text editors support the AsciiDoc syntax and provide document preview rendering with Asciidoctor.
+The following IDEs and text editors support the AsciiDoc syntax and most provide document preview rendering with Asciidoctor.
=== AsciiDocFX
@@ -91,6 +92,17 @@ It works with the free community editions as well as with the paid editions of I
{url-intellij-plugin-quickstart}[Install the AsciiDoc plugin^] or {url-intellij-plugin-features}[learn more about its features^].
+=== SciTE
+
+Install {url-scite}[SciTE^] 5.2.3 or later.
+To enable the AsciiDoc lexer, follow these steps:
+
+. Edit the user properties file and remove `asciidoc` from the list in `imports.exclude`.
+. Restart SciTE.
+. SciTE will automatically apply AsciiDoc syntax highlighting to files ending in `.adoc` and `.asciidoc`.
+
+SciTE does not provide document preview rendering like other editors listed on this page.
+
=== Visual Studio Code
Visual Studio Code provides rich language support for AsciiDoc and a live preview as you type.