Skip to content

Commit 508c633

Browse files
Version 0.4.1
1 parent fb53cec commit 508c633

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
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.1**
4+
#### New programming languages:
5+
* ShellScript/Bash
6+
7+
38
## **Version 0.4.0**
49
#### New programming languages:
510
* TypeScript React (TSX)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* Rust
1717
* Php
1818
* Ruby
19+
* ShellScript
20+
* Bash
1921
* Lua
2022
* More to come...
2123

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.0",
6+
"version": "0.4.1",
77
"publisher": "evgeniypeshkov",
88
"license": "MIT",
99
"icon": "images/syntax.png",
@@ -45,6 +45,8 @@
4545
"Rust",
4646
"Php",
4747
"Ruby",
48+
"ShellScript",
49+
"Bash",
4850
"Lua"
4951
],
5052
"engines": {

0 commit comments

Comments
 (0)