Skip to content

Releases: wooorm/starry-night

3.0.0

Choose a tag to compare

@wooorm wooorm released this 13 Sep 14:37
fc3e7b3

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: 2.2.0...3.0.0

2.2.0

Choose a tag to compare

@wooorm wooorm released this 13 Sep 10:17
7cd9718

Data

  • b17147f Regenerate for linguist@7.27.0
  • de42e09 Regenerate style sheets for changes on github

Full Changelog: 2.1.1...2.2.0

2.1.1

Choose a tag to compare

@wooorm wooorm released this 01 Jul 15:06
1b85c76

Full Changelog: 2.1.0...2.1.1

2.1.0

Choose a tag to compare

@wooorm wooorm released this 19 Jun 15:38
04790c4

Update

  • 427003b Regenerate for linguist@7.26.0

Full Changelog: 2.0.0...2.1.0

2.0.0

Choose a tag to compare

@wooorm wooorm released this 26 Mar 17:15
d98b421

(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: 1.7.0...2.0.0

1.7.0

Choose a tag to compare

@wooorm wooorm released this 20 Mar 17:36
2b7359c

Data

  • bb7eb3a Regenerate for linguist@7.25.0

Deps

Types

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

Full Changelog: 1.6.0...1.7.0

1.6.0

Choose a tag to compare

@wooorm wooorm released this 08 Mar 19:50
dff9fa4

Fix

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

Dependencies

Misc

Full Changelog: 1.5.0...1.6.0

1.5.0

Choose a tag to compare

@wooorm wooorm released this 30 Dec 15:18
971244b

Full Changelog: 1.4.2...1.5.0

1.4.2

Choose a tag to compare

@wooorm wooorm released this 30 Nov 09:46
c73aac7
  • 6d53b66 Fix internal types for changes in vscode-textmate

Full Changelog: 1.4.1...1.4.2

1.4.1

Choose a tag to compare

@wooorm wooorm released this 30 Nov 09:23
8ddc1c6
  • a1170aa Regenerate for linguist@7.24.1

Full Changelog: 1.4.0...1.4.1