feat(settings): add setting to disable html highlighting#188
Open
feat(settings): add setting to disable html highlighting#188
Conversation
- Introduced a `Enable HTML highlighting` setting to control syntax highlighting for HTML outside Vento blocks. - Updated `Settings` and `SettingsConfigurable` to support the new feature. - Modified language/file type detection logic to respect the HTML highlighting setting. - Updated tests and Parser TestCases to accommodate setting changes and added new tests to validate behavior. - Introduced a new `HtmlHighlightToggleTest` to ensure functionality is consistent.
- Reformatted multiline assertions in `HtmlHighlightToggleTest.kt` to improve clarity and reduce code clutter. - Fixed whitespace inconsistencies in `ParsingTestCase.kt` and other test files for better formatting. - Adjusted line breaks for improved readability and adherence to standard coding style.
f918ab2 to
9f1d70a
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Add setting to disable HTML highlighting, since Vento does not strictly have to generate HTML
Checklist: