From 362198e0a22f4208cf04b6490b4334c101adab17 Mon Sep 17 00:00:00 2001 From: EvgeniyPeshkov <50870158+EvgeniyPeshkov@users.noreply.github.com> Date: Mon, 10 Jun 2019 18:10:07 +0300 Subject: [PATCH] Version 0.3.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84c7aec..28be76e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Syntax Highlighter Change Log +## **Version 0.3.1** +#### Changes: +* Demo of {Syntax Highlighter} in README.md +* C++: `noexcept` keyword is highlighted +* C++: definition of operator (e.g. `operator!()`) is highlighted +* C++: `default` is highlighted as *modifier* instead of *control* + + ## **Version 0.3.0** #### New programming languages: * Ruby diff --git a/package-lock.json b/package-lock.json index b6c2857..b5e567b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "syntax-highlighter", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4370c2c..75e9bf9 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.3.0", + "version": "0.3.1", "publisher": "evgeniypeshkov", "license": "MIT", "icon": "images/syntax.png",