elpasync pushed a change to branch elpa/adoc-mode.
from d1a03364d9 Stop heading navigation and imenu tripping over code
blocks
new 3c3665ad90 Add Asciidoctor preview and export integration
new 5e8aaeeba4 Add context-aware completion-at-point
Summary of changes:
CHANGELOG.md | 6 +
README.adoc | 60 ++++++++-
adoc-asciidoctor.el | 263 +++++++++++++++++++++++++++++++++++++
adoc-mode.el | 200 +++++++++++++++++++++++++++-
test/adoc-mode-asciidoctor-test.el | 128 ++++++++++++++++++
test/adoc-mode-completion-test.el | 146 ++++++++++++++++++++
6 files changed, 801 insertions(+), 2 deletions(-)
create mode 100644 adoc-asciidoctor.el
create mode 100644 test/adoc-mode-asciidoctor-test.el
create mode 100644 test/adoc-mode-completion-test.el