Update highlight.js 11.10.0 → 11.11.1 (minor) #1894
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ highlight.js (11.10.0 → 11.11.1) · Repo · Changelog
Release Notes
11.11.1
11.11.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 49 commits:
(release) 11.1.1
bump versions to 11.11.1
fix - ignored .DS_Store files
enh(rust) can also escape a singe quote
fix(rust) prevent symbol from gobbling strings
fix(rust) fix regression with string matching
(release) version 11.11.0 with npm bumps (#4185)
fix(rust) emoji supported in single quote strings (#4156)
enh(apache) support line continuation with `\` (#4158)
fix(parser) prevent gobbling of illegal newlines (#4142)
(docs) update Svelte repo in SUPPORTED_LANGUAGES (#4161)
enh(excel) update keywords from 2016 to 2024 (#4182)
enh(arcade) - update list of keywords, functions, and profile variables to match Arcade version 1.29 (#4181)
(enh) add Liquid to SUPPORTED_LANGUAGES.md (#4174)
enh(nim) add missing keywords (#4171)
Add Raku as 3rd party language (#4166)
(docs) add Odin as 3rd party language (#4165)
fix(yaml) - correct escaping behavior in single-quoted YAML strings (#4159)
(docs) add usage of ES6 Modules in browser (#4099)
(themes) add Cybertopia themes (#4124)
enh(gcode): rewrote language for moden gcode support (#4040)
enh(php) improves attribute highlighting (#4119)
enh(nix): major improvements to grammar (#4140)
fix(swift) - correct class func/var declaration highighting (#4154)
enh(js) add the `using` keyword (#4135)
fix(basic) - closing quotation marks not required for a `PRINT` statement (#4137)
fix(yaml) support `*` and `@` characters in keys (#4105)
Add MetaPost as supported languages (#4141)
enh(cpp) add flat_map and flat_set c++23 new features (#4127)
fix(sql) fix multi-word combos with flexible spacing (#4106)
fix(typescript) improved highlighting of optionals (#4114)
(enh) add PowerOn to supported languages (#4118)
enh(lua) add 'pluto' as an alias (#4110)
(enh) add example to rollup build against Node/esm modules
(enh) add example to rollup build against CDN/esm modules
enh(bash) add `time` and `coproc` reserved keywords (#4113)
Add TTCN-3 to SUPPORTED_LANGUAGES.md (#2999) (#4112)
fix(c) fixed hex decimal numbers (#4094)
fix(parser) Fix memory leak when creating multiple instances (#4095)
fix(ruby) - fix `|=` operator false positives (as block arguments) (#4093)
enh(csharp) add contextual keywords `file`, `args`, `dynamic`, `record`, `required` and `scoped` (#4087)
(themes) update felipec style (#4088)
enh(dart) add support for digit-separators (#4081)
enh(java) add `when` keyword (#4084)
enh(erlang) Erlang/OTP 27 enhancements (#4063)
feat: Add Rose Pine themes (#4046)
(css) add all properties listed on MDN (#4073)
fix(makefile) allow strings inside `$()` expressions
(maint) new CHANGELOG for v11.11
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands