We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda899f commit 108cb14Copy full SHA for 108cb14
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.2.2
2
+* Fix PHP functions color
3
+* Improve package description
4
+
5
## 0.2.1
6
* Fix invisible invisible characters
7
package.json
@@ -1,9 +1,19 @@
{
"name": "notepad-plus-plus-syntax",
"theme": "syntax",
- "version": "0.2.1",
- "description": "Notepad++ default syntax theme",
+ "version": "0.2.2",
+ "description": "Notepad++'s default theme ported to Atom.",
"repository": "https://github.com/classikd/notepad-plus-plus-syntax",
+ "keywords": [
8
+ "syntax",
9
+ "theme",
10
+ "notepad",
11
+ "notepad++",
12
+ "default",
13
+ "atom",
14
+ "light",
15
+ "white"
16
+ ],
17
"license": "GNU/GPL",
18
"engines": {
19
"atom": ">1.0"
0 commit comments