aboutsummaryrefslogtreecommitdiff
path: root/doc/markdowndoc.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-09-16 21:26:43 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-09-16 21:26:43 -0400
commit095980fbbc1f5f4956afdee2802b87ce45f245e7 (patch)
treef1c214a39b66bd939dde2f7deb26e449f7fe57c9 /doc/markdowndoc.lua
parentdbef5c3fa8ca9f842f75a6db1f0aa0fb029a4be6 (diff)
downloadtextadept-095980fbbc1f5f4956afdee2802b87ce45f245e7.tar.gz
textadept-095980fbbc1f5f4956afdee2802b87ce45f245e7.zip
Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.
Also removed more unused constants.
Diffstat (limited to 'doc/markdowndoc.lua')
-rw-r--r--doc/markdowndoc.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/markdowndoc.lua b/doc/markdowndoc.lua
index ea1ba26a..e8947784 100644
--- a/doc/markdowndoc.lua
+++ b/doc/markdowndoc.lua
@@ -269,7 +269,6 @@ function M.start(doc)
template.toc = template.toc:gsub('(<a.-)%b()(</a>)', '%1%2') -- strip params
:gsub('<code>([^<]+)</code>', '%1') -- sans serif
:gsub('>rectangular_[%w_]+', '><small%0</small>')
- :gsub('>SC_[%u]+', '><small%0</small>')
:gsub('>_G.(events.[%w_]+)',
'><small>%1</small>')
f = io_open(M.options.output_dir..'/api/'..name..'.html', 'wb')