Skip to content

Commit 108cb14

Browse files
committed
Change version to 0.2.2
1 parent dda899f commit 108cb14

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.2
2+
* Fix PHP functions color
3+
* Improve package description
4+
15
## 0.2.1
26
* Fix invisible invisible characters
37

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
{
22
"name": "notepad-plus-plus-syntax",
33
"theme": "syntax",
4-
"version": "0.2.1",
5-
"description": "Notepad++ default syntax theme",
4+
"version": "0.2.2",
5+
"description": "Notepad++'s default theme ported to Atom.",
66
"repository": "https://github.com/classikd/notepad-plus-plus-syntax",
7+
"keywords": [
8+
"syntax",
9+
"theme",
10+
"notepad",
11+
"notepad++",
12+
"default",
13+
"atom",
14+
"light",
15+
"white"
16+
],
717
"license": "GNU/GPL",
818
"engines": {
919
"atom": ">1.0"

0 commit comments

Comments
 (0)