Skip to content
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

Is removing language features possible? #24

Closed
acnebs opened this issue Jan 25, 2023 · 1 comment
Closed

Is removing language features possible? #24

acnebs opened this issue Jan 25, 2023 · 1 comment

Comments

@acnebs
Copy link
Contributor

acnebs commented Jan 25, 2023

Hi, I want to remove certain language features (namely setext-style headers) from parsing. Is this possible in an extensible way or will I need to modify the parser itself in order to do this? Had a look at the code but it wasn't clear to me if this is possible. Basically I want to do this but for CM6.

Thanks!

@marijnh
Copy link
Contributor

marijnh commented Jan 27, 2023

Yes, you can use the remove extension field to remove parsers by name (in this case "SetextHeading").

Please use the forum for questions, and this issue tracker for bugs.

@marijnh marijnh closed this as completed Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants