aerial.nvim/tests/static/asciidoc_test.adoc
DragonBillow c45d5672c8
feat(backend): add asciidoc (#348)
* feat(backend): add asciidoc

Signed-off-by: DragonBillow <DragonBillow@outlook.com>

* test(asciidoc): add test for asciidoc

Signed-off-by: DragonBillow <DragonBillow@outlook.com>

* fix: move asciidoc test into separate file

* fix(asciidoc): remove call to treesitter extensions

* test(asciidoc): update asciidoc test

Signed-off-by: DragonBillow <DragonBillow@outlook.com>

* feat(asciidoc): check title like text in block

Signed-off-by: DragonBillow <DragonBillow@outlook.com>

* test: fix symbols files

---------

Signed-off-by: DragonBillow <DragonBillow@outlook.com>
Co-authored-by: Steven Arcangeli <stevearc@stevearc.com>
2024-03-02 15:23:47 -08:00

46 lines
308 B
Text

= Title 1
== Title 2
=== Title 3
==== Title 4
===== Title 5
== title2
contents
[, c]
====
int main(int argc, char** argv){
}
====
----
==== not title
----
....
==== not title
....
====
== not title
====
****
== not title
****
====
----
== not title
----
====
|===
== error gramma in table
|===