PrismJs bump to restore nested commenting behaviour for clike languages
Updated PrismJs.
New languages: clojure, arff, liquid
Map .vue to HTML
Parse embedded javascript in HTML files
Parse markdown URL brackets
Nunjucks support
Fix cross-contamination of rules across languages
Improve PowerShell support by applying matches to namespaces
Implement non-exact matching of tags. e.g. "</" can now be partially matched with "<"
Fixed JSON parsing (again)
Added attribute parsing to HTML (should make Angular look nicer)
Fixed JSON strings with single quotes in them breaking parsing
Restored HTML support
Improved OpenSCAD support
Replace settings
"bracketPairColorizer.activeScopeBorderStyle"
"bracketPairColorizer.activeScopeBackgroundColor"
with "bracketPairColorizer.activeScopeCSS"
Fix "bracketPairColorizer.highlightActiveScope" setting not being respected
Added feature to highlight active scope
It can be configured with the following settings:
"bracketPairColorizer.highlightActiveScope"
"bracketPairColorizer.activeScopeBorderStyle"
"bracketPairColorizer.activeScopeBackgroundColor"
See README.md for details
Added OpenSCAD support again
Added Visual Basic Support
Removed incorrect OpenSCAD support
Added json with comments support
Previous release broke everything
Fix OpenSCAD support
Fix .jsx and .tsx support
Parsing offloaded to PrismJS.
Stylable support (Thanks @tomrav)
Visual Studio Live Share support (Thanks @lostintangent)
OpenSCAD support (Thanks @atnbueno)
Multi-root ready attempt #2 (Settings were not resource scoped)
Multi-root ready
Better support for detecting rust apostrophes when not being used to define a char
Add multi-root support
Add contextual parsing for:
Add contextual parsing for:
Add contextual parsing for:
Add contextual parsing for:
Add contextual parsing for:
Bracket Colors will no longer bleed into newly typed text when a timeout is set.
Add contextual parsing for:
Add contextual parsing for:
; only)Add PowerShell support
Fix Cannot find module './multipleIndexes'.
Fix ligatures breaking when using empty colors
Fix support for F# multiline comments (* *) Internal refactoring, preparation for big code cleanup
Basic support for F# contextual parsing
Added SCSS and LESS contextual parsing
Added HTML and CSS contextual parsing
Added JSON (with comments) contextual parsing
Fixed line caching
Removed line caching temporarily
Settings will now hot-reload Show error on invalid settings
Improved colorizing documents after closing or changing active document
Fixed an error causing only first document to be parsed
Added swift support for contextual parsing
The following settings were tightly coupled, so have been combined into one setting:
Removed "bracketPairColorizer.colorizeQuotes" setting
Removed "bracketPairColorizer.colorizeComments" setting
Added bracketPairColorizer.contextualParsing setting
Contextual parsing will ignore brackets in comments or strings.
Contextual parsing has experimental support for the following languages:
Added experimental support for python comments in python files
Fix multiple character escapes not being captured
Fix quotes in comments and vice versa breaking bracket coloring
Fix multiline comments breaking bracket coloring
Added backticks ` as quote modifier
Ignore brackets in quotes by default
Added "bracketPairColorizer.colorizeQuotes" setting to toggle
Performance improvements due to reduced string copying
Second attempt at adding support for multiline comments
Rollback to equivalent of 0.5.0 because comments broke
Added support for multiline comments
Ignore brackets in comments by default
Added "bracketPairColorizer.colorizeComments" setting to toggle
Fix an error where editor.document can return undefined
Fix an error where active editor may be undefined at startup
Internal logic cleanup
Markdown cleanup
Fix colorizing all editors, including terminals. Now it will only colorize documents.
forceUniqueOpeningColor now works with independent color pools
forceIterationColorCycle now works with independent color pools
Added forceUniqueOpeningColor
Added forceIterationColorCycle
Prevent opening brackets having same color as previous closing bracket in consecutive mode
Added consecutive bracket coloring
Fixed race condition causing a textEditor to be disposed while updating decoration.
Updated ReadMe
Improved icon
Fixed an issue where timeout wasn't being disabled when set to 0
Initial release