forked from jgm/lunamark
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add debugExtensions
and debugExtensionsFileName
Lua options for debugging user-defined syntax extensions
#192
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Witiko
added
bug
lua
Related to the Lua interface and implementation
plaintex
Related to the plain TeX interface and implementation
syntax extension
Related to syntax extensions and dialects of markdown
quality of life
Related to quality-of-life improvements to the interface
markdown3
labels
Oct 3, 2022
Witiko
force-pushed
the
fix/add-debug-extensions-option
branch
from
October 3, 2022 09:16
470b08b
to
a59ec3c
Compare
Witiko
force-pushed
the
fix/add-debug-extensions-option
branch
from
October 3, 2022 09:49
6cf2a30
to
e960bdb
Compare
Witiko
force-pushed
the
fix/add-debug-extensions-option
branch
7 times, most recently
from
October 3, 2022 11:38
b8e8123
to
c8398a5
Compare
We track these names in `walkable_grammar` via the `reader->insert_pattern()` and `...->update_rule()` functions.
Witiko
force-pushed
the
fix/add-debug-extensions-option
branch
from
October 3, 2022 11:56
88e1dc7
to
a66e0b1
Compare
Witiko
force-pushed
the
fix/add-debug-extensions-option
branch
from
October 3, 2022 12:04
ce4afab
to
658fbbe
Compare
Witiko
changed the title
Add
Add Oct 3, 2022
debugExtensions
and debugExtensionsFileName
for debugging user-defined syntax extensionsdebugExtensions
and debugExtensionsFileName
Lua options for debugging user-defined syntax extensions
Witiko
added
the
automerge
This pull request will be automatically merged after continuous integration has succeeded
label
Oct 3, 2022
Witiko
force-pushed
the
fix/add-debug-extensions-option
branch
from
October 3, 2022 12:35
d1f277a
to
52d2423
Compare
Witiko
pushed a commit
that referenced
this pull request
Oct 3, 2022
Add `debugExtensions` and `debugExtensionsFileName` Lua options for debugging user-defined syntax extensions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
automerge
This pull request will be automatically merged after continuous integration has succeeded
bug
lua
Related to the Lua interface and implementation
plaintex
Related to the plain TeX interface and implementation
quality of life
Related to quality-of-life improvements to the interface
syntax extension
Related to syntax extensions and dialects of markdown
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #191.
Tasks
debugExtensions
Lua option of typeboolean
that serializeswalkable_grammar
to a JSON document.debugExtensionsFileName
Lua option of typepath
.walkable_grammar
via thereader->insert_pattern()
function.debugExtensions
anddebugExtensionsFileName
options.pattern_name
optional argument toreader->insert_pattern()
and incrementapi_version
.debugExtensions
option to the user manual.CHANGES.md
.