Skip to content

Commit

Permalink
Version 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniyPeshkov committed Mar 20, 2020
1 parent 9720197 commit f259a8e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Syntax Highlighter Change Log

## **Version 0.4.4**
#### New programming languages:
* OCaml


## **Version 0.4.3**
#### Changes:
* Fix highlighting og modules in TypeScript
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.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Syntax Highlighter",
"description": "Syntax highlighting based on Tree-sitter",
"homepage": "https://github.com/EvgeniyPeshkov/syntax-highlighter",
"version": "0.4.3",
"version": "0.4.4",
"publisher": "evgeniypeshkov",
"license": "MIT",
"icon": "images/syntax.png",
Expand Down Expand Up @@ -47,6 +47,7 @@
"Ruby",
"ShellScript",
"Bash",
"OCaml",
"Lua"
],
"engines": {
Expand All @@ -64,6 +65,7 @@
"onLanguage:php",
"onLanguage:ruby",
"onLanguage:shellscript",
"onLanguage:ocaml",
"onLanguage:lua"
],
"main": "./out/extension.js",
Expand Down

0 comments on commit f259a8e

Please sign in to comment.