Check Keep a Changelog for recommendations on how to structure this file.
- Add bracket match theme colors
- Correct the scopes for CSS properties
- Revamp syntax highlighting to be more generic and easier to maintain
- Add demo folder with code examples to simplify manual testing
- Drop support for VS Code versions below 1.48.0
- Fix list drop color and remove other deprecated drop keys
- Add new quickInput.list.focusBackground color
- Mark enums as constants
- Update wording in README
- Add highlighting for C++ namespaces and properties
- Fix color of C++ directives
- Add selection highlight colors
- Update recommended vscode settings in README
- Update dev dependencies
- Add activityBar.dropBorder and panel.dropBorder
- Add much better support for .jsx and .tsx files
- Fix color of commas in graphql arguments
- Add git colors to overview ruler
- Add shadow on widgets for better contrast
- Make color of optional chaining operator same as dot
- Fix nested curly braces color in graphql
- Add note about turning off semantic highlighting
- Change color of empty editor for better contrast
- Fix some GraphQL query syntax
- Make booleans in JSON same color as in JS
- Add scripts to format json and md with prettier
- Add Github action workflow to lint on push and PRs
- Format package.json with prettier
- Format CHANGELOG with prettier
- Add new screenshot to match VS Code's new icons
- Fix colors of constants on built in classes
- Add breadcrumbs and indent guide settings to README
- Make remote development icon consistent with other icons
- Add listFilterWidget colors
- Fix color of peek view for errors
- Add right color on warning swiggles
- Fix colors of input validations
- Color numbered lists in markdown
- Add support for TOML
- Clean up colors in peek view
- Add dropdown colors for Windows
- Improve status bar colors for debugging and prominent items
- Add link to atom icons in README
- Compress screenshot in README
- Make foreground color of notifications consistent with lists
- Improve block quote colors in markdown
- Improve git support and add more color contrast in diffs
- Simplify and fix a few syntax colors
- Make small wording improvement in README
- Fix indentation in package.json
- Improve Python syntax highlighting support
- Fix and standardize some settings colors
- Update description of theme
- Fix some highlighting colors
- Update screenshot
- Add color for ignored files
- Fix attribute color in derivative html
- Fix a few small color discrepancies with Atom
- Add VS Code Marketplace icon
- Make sure all JS keywords are the right color
- Update name of
modifiedItemIndicator
- Remove color on links in code
- Fix color of JS delete
- Added more representative screenshot
- Added MIT license
- Updated readme
- Compressed image in readme
- Initial release