diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-11-23 17:44:00 -0700 |
|---|---|---|
| committer | Sarah White <graphitefriction@gmail.com> | 2020-12-08 14:32:53 -0700 |
| commit | f096ff14e7aa881d0bb797e481ae2b66daccdebd (patch) | |
| tree | e27f3b1796a2841bb8bca52d4b3fefb60c2af342 | |
| parent | 44d1d3c25d12b70b8346d4435461601d20b66839 (diff) | |
rename source-highlighters module to syntax-highlighting
| -rw-r--r-- | docs/antora.yml | 2 | ||||
| -rw-r--r-- | docs/modules/html-backend/pages/source-highlighting-stylesheets.adoc | 2 | ||||
| -rw-r--r-- | docs/modules/syntax-highlighting/nav.adoc (renamed from docs/modules/source-highlighters/nav.adoc) | 0 | ||||
| -rw-r--r-- | docs/modules/syntax-highlighting/pages/coderay.adoc (renamed from docs/modules/source-highlighters/pages/coderay.adoc) | 0 | ||||
| -rw-r--r-- | docs/modules/syntax-highlighting/pages/highlightjs.adoc (renamed from docs/modules/source-highlighters/pages/highlightjs.adoc) | 0 | ||||
| -rw-r--r-- | docs/modules/syntax-highlighting/pages/index.adoc (renamed from docs/modules/source-highlighters/pages/index.adoc) | 2 | ||||
| -rw-r--r-- | docs/modules/syntax-highlighting/pages/pygments.adoc (renamed from docs/modules/source-highlighters/pages/pygments.adoc) | 0 | ||||
| -rw-r--r-- | docs/modules/syntax-highlighting/pages/rouge.adoc (renamed from docs/modules/source-highlighters/pages/rouge.adoc) | 0 |
8 files changed, 3 insertions, 3 deletions
diff --git a/docs/antora.yml b/docs/antora.yml index 1bbdc65f..df98585c 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -29,7 +29,7 @@ nav: - modules/ROOT/nav-safe-modes.adoc - modules/ROOT/nav-docinfo.adoc - modules/tooling/nav.adoc -- modules/source-highlighters/nav.adoc +- modules/syntax-highlighting/nav.adoc - modules/stem/nav.adoc - modules/extensions/nav.adoc - modules/ROOT/nav-lang.adoc diff --git a/docs/modules/html-backend/pages/source-highlighting-stylesheets.adoc b/docs/modules/html-backend/pages/source-highlighting-stylesheets.adoc index 0b9ad08a..447595ad 100644 --- a/docs/modules/html-backend/pages/source-highlighting-stylesheets.adoc +++ b/docs/modules/html-backend/pages/source-highlighting-stylesheets.adoc @@ -7,7 +7,7 @@ Asciidoctor can embed the stylesheet for the CodeRay or Pygments syntax highligh == Requirements First, make sure the appropriate library is installed on your system. -See xref:source-highlighters:rouge.adoc[], xref:source-highlighters:coderay.adoc[], or xref:source-highlighters:pygments.adoc[] for installation instructions. +See xref:syntax-highlighting:rouge.adoc[], xref:syntax-highlighting:coderay.adoc[], or xref:syntax-highlighting:pygments.adoc[] for installation instructions. Next, set the xref:asciidoc:verbatim:source-highlighter.adoc[source-highlighter attribute] and assign it the value that corresponds to the library you installed. [#coderay] diff --git a/docs/modules/source-highlighters/nav.adoc b/docs/modules/syntax-highlighting/nav.adoc index 7464bc7e..7464bc7e 100644 --- a/docs/modules/source-highlighters/nav.adoc +++ b/docs/modules/syntax-highlighting/nav.adoc diff --git a/docs/modules/source-highlighters/pages/coderay.adoc b/docs/modules/syntax-highlighting/pages/coderay.adoc index c7b035a9..c7b035a9 100644 --- a/docs/modules/source-highlighters/pages/coderay.adoc +++ b/docs/modules/syntax-highlighting/pages/coderay.adoc diff --git a/docs/modules/source-highlighters/pages/highlightjs.adoc b/docs/modules/syntax-highlighting/pages/highlightjs.adoc index 17372031..17372031 100644 --- a/docs/modules/source-highlighters/pages/highlightjs.adoc +++ b/docs/modules/syntax-highlighting/pages/highlightjs.adoc diff --git a/docs/modules/source-highlighters/pages/index.adoc b/docs/modules/syntax-highlighting/pages/index.adoc index 4312be25..bc3d4222 100644 --- a/docs/modules/source-highlighters/pages/index.adoc +++ b/docs/modules/syntax-highlighting/pages/index.adoc @@ -1,4 +1,4 @@ -= Source Highlighting += Syntax Highlighting [%autowidth] |=== diff --git a/docs/modules/source-highlighters/pages/pygments.adoc b/docs/modules/syntax-highlighting/pages/pygments.adoc index a049b690..a049b690 100644 --- a/docs/modules/source-highlighters/pages/pygments.adoc +++ b/docs/modules/syntax-highlighting/pages/pygments.adoc diff --git a/docs/modules/source-highlighters/pages/rouge.adoc b/docs/modules/syntax-highlighting/pages/rouge.adoc index b6022864..b6022864 100644 --- a/docs/modules/source-highlighters/pages/rouge.adoc +++ b/docs/modules/syntax-highlighting/pages/rouge.adoc |
