文件名称:vim-asciidoctor:Vim的Asciidoctor插件
文件大小:186KB
文件格式:ZIP
更新时间:2024-05-24 19:24:09
Vimscript
Vim :red_heart: 杀虫剂 目录 局限性 所有表格单元格的缩进文本均突出显示 Setext样式的标题突出显示 URL隐藏 介绍 Vim开箱即用地突出显示了asciidoc的语法。 对于我来说,它确实很慢,可能是因为它在语法方面非常聪明。 这个插件: 具有不同的语法突出显示; 是更快的方式(您的vim滞后时间更少:)); 折叠 具有用于编译文档(html,pdf,docx)的命令。 安装 Vim8内置软件包 您可以在命令行上使用git命令: git clone https://github.com/habamax/vim-asciidoctor.git ~ /.vim/pack/my-packages/start/vim-asciidoctor 对于Windows用户,应将~/.vim更改为%USERPROFILE%/vimfiles git clone https://gi
【文件预览】:
vim-asciidoctor-master
----compiler()
--------asciidoctor2docx.vim(3KB)
--------asciidoctor2pdf.vim(2KB)
--------asciidoctor2html.vim(1KB)
----.gitignore(9B)
----indent()
--------asciidoctor.vim(192B)
----images()
--------test_pdf2.png(33KB)
--------test_docx.png(14KB)
--------test_pdf1.png(25KB)
--------image1.png(93KB)
--------test_html.png(27KB)
----README.adoc(15KB)
----LICENSE(1KB)
----doc()
--------asciidoctor.txt(11KB)
----ftdetect()
--------asciidoctor.vim(64B)
----autoload()
--------asciidoctor.vim(7KB)
----syntax()
--------asciidoctor.vim(17KB)
----ftplugin()
--------asciidoctor.vim(9KB)