Skip to content

Commit

Permalink
Merge branch 'next'
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Dec 10, 2021
2 parents 8e0a624 + 9455ea2 commit d168593
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
===

## Version 6.36.0-next.1

### ✨ New & Improved

* upgrading syntax-highlighter to support Lua and Solidity ([#391](https://github.com/readmeio/markdown/issues/391)) ([3466ece](https://github.com/readmeio/markdown/commit/3466ecefc97405a3e2ebe953a1d754f4eb8be6b2))

## Version 6.35.1

### 🛠 Fixes & Updates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ To make changes to the RDMD engine locally is to run the local development serve

## Credits

- **Lisence**: MIT
- **License**: MIT
- **Authors**: [Dom Harrington](https://github.com/domharrington/), [Rafe Goldberg](https://github.com/rafegoldberg)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/code-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ We support syntax highlighting on a number of languages:
| Julia | `jl`, `julia` |
| Kotlin | `kotlin`, `kt` |
| Liquid | `liquid` |
| Lua | `lua` |
| Markdown | `markdown` |
| Objective-C | `objc`, `objectivec`, |
| Objective-C++ | `objc++`, `objcpp`, `objectivecpp`, `objectivecplusplus`, |
Expand All @@ -112,6 +113,7 @@ We support syntax highlighting on a number of languages:
| Rust | `rs`, `rust` |
| Scala | `scala` |
| Shell | `bash`, `sh`, `shell`, `zsh` |
| Solidity | `sol`, `solidity` |
| SQL | `cql`, `mssql`, `mysql`, `plsql`, `postgres`, `postgresql`, `pgsql`, `sql`, `sqlite` |
| Swift | `swift` |
| TypeScript | `ts`, `typescript` |
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@readme/markdown",
"description": "ReadMe's React-based Markdown parser",
"author": "Rafe Goldberg <[email protected]>",
"version": "6.35.1",
"version": "6.36.0-next.1",
"main": "dist/main.node.js",
"browser": "dist/main.js",
"files": [
Expand All @@ -29,7 +29,7 @@
},
"dependencies": {
"@readme/emojis": "^4.0.0",
"@readme/syntax-highlighter": "^10.13.2",
"@readme/syntax-highlighter": "^10.14.0",
"copy-to-clipboard": "^3.3.1",
"hast-util-sanitize": "^4.0.0",
"hast-util-to-string": "^1.0.4",
Expand Down Expand Up @@ -115,7 +115,7 @@
"files": [
{
"path": "dist/main.js",
"maxSize": "400KB"
"maxSize": "450KB"
},
{
"path": "dist/main.node.js",
Expand Down

0 comments on commit d168593

Please sign in to comment.