diff --git a/CHANGELOG.md b/CHANGELOG.md index 64d1fdf..07258d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 4ab99c1..045bbff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "syntax-highlighter", - "version": "0.4.3", + "version": "0.4.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4775af0..accf33b 100644 --- a/package.json +++ b/package.json @@ -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", @@ -47,6 +47,7 @@ "Ruby", "ShellScript", "Bash", + "OCaml", "Lua" ], "engines": { @@ -64,6 +65,7 @@ "onLanguage:php", "onLanguage:ruby", "onLanguage:shellscript", + "onLanguage:ocaml", "onLanguage:lua" ], "main": "./out/extension.js",