Starry Night Versions Save

Syntax highlighting, like GitHub

3.3.0

2 months ago

Data

Full Changelog: https://github.com/wooorm/starry-night/compare/3.2.0...3.3.0

3.2.0

5 months ago

Data

Types

  • 304108b Add declaration maps

Full Changelog: https://github.com/wooorm/starry-night/compare/3.1.0...3.2.0

3.1.0

6 months ago
  • 7a3beaf Regenerate style sheets
  • fb118c0 Update import-meta-resolve

Full Changelog: https://github.com/wooorm/starry-night/compare/3.0.0...3.1.0

3.0.0

8 months ago

Change

  • 92b666a Change to require Node.js 16 migrate: update too
  • 1d0ef1d Change to use export map migrate: do not use lang/ or .js to get grammars:
    -import mdx from '@wooorm/starry-night/lang/source.mdx.js'
    +import mdx from '@wooorm/starry-night/source.mdx'
    
    do not use .css for styles either
  • 607c3f9 Remove aliases source.brightscript, source.gfm, source.vtt migrate: use source.brs, text.md, and text.vtt
  • 972372f Update @types/hast migrate: update too
  • 32da2a3 Remove Root type migrate: get it from @types/hast
  • cc3a7b2 Update vscode-oniguruma migrate: should be ok

Full Changelog: https://github.com/wooorm/starry-night/compare/2.2.0...3.0.0

2.2.0

8 months ago

Data

  • b17147f Regenerate for [email protected]
  • de42e09 Regenerate style sheets for changes on github

Full Changelog: https://github.com/wooorm/starry-night/compare/2.1.1...2.2.0

2.1.1

10 months ago
  • 4989dfd Fix missing .d.ts files

Full Changelog: https://github.com/wooorm/starry-night/compare/2.1.0...2.1.1

2.1.0

10 months ago

2.0.0

1 year ago

(P.S. If you’re interesting in testing out an MDX grammar, please see: https://github.com/wooorm/markdown-tm-language and share feedback!)

Breaking

  • 8513679 Fix handling of duplicate extensions Migrate: you might get different results from flagToScope. The new results match GitHub precisely, which is different in a few edge cases. For example, ```md maps to Lisp, not markdown (this one will be fixed in the next Linguist release!)

Add

  • 6d8244d Add support for file paths in flagToScope

Fix

  • b2482b9 Fix to load needed grammars, add missing deep grammars Migrate: if you manually choose which grammars to load, please see missingScopes(), you might be missing a grammar that’s needed

Misc

  • bdaa13f Update some counts in the readme
  • c54d505 Update example in readme
  • e72a129 Refactor some types
  • 4637e3e Add more tests for funky language names
  • f4ec5bd Add support for aliases when linguist renames scopes

Full Changelog: https://github.com/wooorm/starry-night/compare/1.7.0...2.0.0

1.7.0

1 year ago

Data

Deps

  • e079148 Update vscode-textmate

Types

  • 9048e8a Add support for hardly ever used whileCaptures
  • 03547d3 Fix grammar types to better reflect reality

Full Changelog: https://github.com/wooorm/starry-night/compare/1.6.0...1.7.0

1.6.0

1 year ago

Fix

  • cf5dbd7 Fix grammars depending on empty lines
  • c65bb70 Fix typo in GH styles

Dependencies

  • f62e7e5 Update vscode-textmate

Misc

  • eb28bed Update Rust grammar

Full Changelog: https://github.com/wooorm/starry-night/compare/1.5.0...1.6.0