- Fix: Support all regex flags (#103)
- Chore: Update vscode and move to pnpm
- Chore: Add sponsors to package.json
- Fix: Fix typo in
declare class
scope (mroch)
- Fix: Remove < > bracket pairs in jsx languages (#111) (#112)
- Feature: Support VSCode for Web (#97)
- Fix: Update end captures to ensure JS highlighting ends in inline html (#91)
- Feature: Support vscode's bracket colorization in JSX (#92)
- Feature: Support vscode's bracket colorization (#92)
- Fix: add support for createGlobalStyles as CSS (#90)
- Feature: Support stylesheet in astroturf (#84)
- Refactor: Remove Twitter Plug
- Fix: Improve information message
- Docs: Update documentation and description
- Fix: Change all instances of
kewyword
tokeyword
(#66) (dustypomerleau) - Feature: Support syntax highlighting for Flow enums (#63) (gkz)
- Feature: Support docstrings in GraphQL (#62)
- Feature: Support "declare class A implements B {}" syntax (#55)
- Fix: Highlighting of function calls with Flow type args (#43)
- Chore: Update dependencies
- Fix: Prevent ternary operator from incorrectly matching a nullcoalesce
- Fix: Fix support for JS in HTML (#33)
- Feature: Add support for createGlobalStyle from styled-components (#37)
- Fix: Remove html-template highlighting (#23)
- Feature: Support auto-indenting (#21)
- Fix: Change the scopeName of javascriptreact to "source.js" (#31)
- Fix: Revert removal of javascriptreact language (#30)
- Feature: Rename source.js.jsx to source.js (#29)
- Fix: Remove javascriptreact language
- Feature: Add support for stage-1 nullish coalescing operator (#28)
- Feature: add highlighting via comment (#24)
- Reverted changes made in 0.0.13
- [Unsupported]
- Feature: Support empty and extends graphql syntax (#17)
- Remove .es extension (#16)
- Feature: Add support for optional-chaining operator ?. (Thanks larsbs)
- Fix: Support proper commenting in template tag literals (#5)
- Feature: Add folding markers to javascript language configuration
- Add missing JSConfig schema
- Add JSON validation (taken from the default VSCode JavaScript extension)
- Add overwriting of the javascriptreact language
- Various updates to the language-configuration files
- Fix: Remove special highlighting of 'self' keyword
- Fix: Better spacing in JSX comments
- Fix: Use default JavaScript language configuration
- Chore: Add screenshot to README
- Fix: Improve JSX commenting even more
- Fix: Support commenting in JSX