Releases: wooorm/starry-night
Releases · wooorm/starry-night
3.5.0
Data
- 1278dcc Regenerate CSS
- 9934fa9 Regenerate for
[email protected]
Docs
- 00bf209 Fix docs of
GetOnigurumaUrl
by @darthmaim in #46 - 746f62e Refactor docs to use
rehype-starry-night
Types
Full Changelog: 3.4.0...3.5.0
3.4.0
- ecaabb3 Regenerate for
[email protected]
- f0b4880 Regenerate CSS
Full Changelog: 3.3.0...3.4.0
3.3.0
3.2.0
Data
- 4aa7fb5 Regenerate for [email protected]
Types
- 304108b Add declaration maps
Full Changelog: 3.1.0...3.2.0
3.1.0
3.0.0
Change
- 92b666a Change to require Node.js 16
migrate: update too - 1d0ef1d Change to use export map
migrate: do not uselang/
or.js
to get grammars:do not use-import mdx from '@wooorm/starry-night/lang/source.mdx.js' +import mdx from '@wooorm/starry-night/source.mdx'
.css
for styles either - 607c3f9 Remove aliases
source.brightscript
,source.gfm
,source.vtt
migrate: usesource.brs
,text.md
, andtext.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
Data
- b17147f Regenerate for [email protected]
- de42e09 Regenerate style sheets for changes on github
Full Changelog: 2.1.1...2.2.0
2.1.1
2.1.0
2.0.0
(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 fromflagToScope
. 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 seemissingScopes()
, 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