diff options
author | Hirokazu Hata <h.hata.ai.t@gmail.com> | 2019-10-27 11:58:28 +0900 |
---|---|---|
committer | Hirokazu Hata <h.hata.ai.t@gmail.com> | 2019-10-27 11:58:28 +0900 |
commit | f9da2673737d8585c573f04099f1efe0dd30f526 (patch) | |
tree | 8d97373f90db21469e870521b01e7899b1e920b3 /scripts/gen_vimdoc.py | |
parent | c2fc4255f92157b65a2f0d5b299027195541d6b8 (diff) | |
download | rneovim-f9da2673737d8585c573f04099f1efe0dd30f526.tar.gz rneovim-f9da2673737d8585c573f04099f1efe0dd30f526.tar.bz2 rneovim-f9da2673737d8585c573f04099f1efe0dd30f526.zip |
scripts/lua2dox.lua: Remove class declaration block
Judging class definitions in the form "string.find (line, '=% s * class% (')"
must force writing class definitions in this format, but such a mechanism is Absent.
Also, Lua has no formal class in the language specification, and implements inheritance with setmetadable.
To detect this, we should have a parser for it, not a simple regular expression.
Diffstat (limited to 'scripts/gen_vimdoc.py')
0 files changed, 0 insertions, 0 deletions