adoc-mode
adoc-mode copied to clipboard
Replace title and table sregexp to rx samples
- Added
rx
builtin library. - RegExp's for title level 0-5 builded with
rx
. - RegExp for code and tables builded with
rx
. - Updated local variables code (like
dns-mode.el
).
close #24
You should also check the CI error - seems some rx
invocation is incorrect.
Adding a few unit tests covering your changes would be nice as well.
Perhaps it is worth closing this PR and opening it again after fixing all issues.
Should I remove the 'adoc-calc` function?
Perhaps it is worth closing this PR and opening it again after fixing all issues.
Up to you - I don't mind keeping it open and marked as draft.
Should I remove the 'adoc-calc` function?
Yep.