Skip to content

Commit 19435f2

Browse files
committed
New project logo and icon
1 parent a900a6e commit 19435f2

6 files changed

Lines changed: 4 additions & 5 deletions

File tree

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.vscode/**
22
.vscode-test/**
3+
images/**
34
src/**
45
.gitignore
56
.yarnrc

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/deimonn/code-re2c/refs/heads/master/assets/logo.png">
2+
<img src="https://raw.githubusercontent.com/deimonn/code-re2c/refs/heads/master/images/logo.png">
33
</p>
44

5-
Experimental linting and syntax highlighting for [re2c](http://re2c.org)!
6-
7-
Now with support for re2c 4.0.
5+
Experimental linting and syntax highlighting for [re2c](http://re2c.org)! Up-to-date with re2c 4.4.
86

97
## Usage
108

assets/icon.png

1.43 KB
Loading

assets/logo.png

-62.8 KB
Binary file not shown.

images/logo.png

1.84 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "git",
1010
"url": "https://github.com/deimonn/code-re2c"
1111
},
12-
"icon": "assets/logo.png",
12+
"icon": "assets/icon.png",
1313
"keywords": [
1414
"re2c", "c", "cpp", "c++",
1515
"re2d", "d",

0 commit comments

Comments
 (0)