Skip to content

Commit f259a8e

Browse files
Version 0.4.4
1 parent 9720197 commit f259a8e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Syntax Highlighter Change Log
22

3+
## **Version 0.4.4**
4+
#### New programming languages:
5+
* OCaml
6+
7+
38
## **Version 0.4.3**
49
#### Changes:
510
* Fix highlighting og modules in TypeScript

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Syntax Highlighter",
44
"description": "Syntax highlighting based on Tree-sitter",
55
"homepage": "https://github.com/EvgeniyPeshkov/syntax-highlighter",
6-
"version": "0.4.3",
6+
"version": "0.4.4",
77
"publisher": "evgeniypeshkov",
88
"license": "MIT",
99
"icon": "images/syntax.png",
@@ -47,6 +47,7 @@
4747
"Ruby",
4848
"ShellScript",
4949
"Bash",
50+
"OCaml",
5051
"Lua"
5152
],
5253
"engines": {
@@ -64,6 +65,7 @@
6465
"onLanguage:php",
6566
"onLanguage:ruby",
6667
"onLanguage:shellscript",
68+
"onLanguage:ocaml",
6769
"onLanguage:lua"
6870
],
6971
"main": "./out/extension.js",

0 commit comments

Comments
 (0)