Skip to content

Commit

Permalink
9.15.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cáceres committed Jul 31, 2019
1 parent 11b8251 commit 4fbbe29
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGES.md
Expand Up @@ -5,7 +5,17 @@ New languages:
New styles:

Improvements:
- Issue #1930 - fix markup for escaped quotes in Bash

## Version 9.15.9

Improvements:
- fix(AutoHotkey): order and extended highlighting (#1579)
- fix(Go): correctly highlight hex numbers, rather than stopping at last 'd' or 'f'. (#2060)
- fix(Mathematica): Improvements to language (#2065)
- fix(Node): Adds SCSS build (#2079)
- fix(Rust): update keywords (#2052)
- fix(Stata): Added keywords for the meta-analysis suite introduced in Stata 16 (#2081)
- fix(Bash): escape double quotes (#2048)

## Version 9.15.8

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '9.15'
# The full version, including alpha/beta/rc tags.
release = '9.15.8'
release = '9.15.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"syntax"
],
"homepage": "https://highlightjs.org/",
"version": "9.15.8",
"version": "9.15.9",
"author": {
"name": "Ivan Sagalaev",
"email": "maniac@softwaremaniacs.org"
Expand Down

0 comments on commit 4fbbe29

Please sign in to comment.