Skip to content

Commit 0bbb96e

Browse files
committed
Add Knot logo as VS Code extension icon and to README
1 parent 8a0dbb1 commit 0bbb96e

4 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Knot
22

3+
<center>
4+
<img src="logo.png" width="300px">
5+
</center>
6+
37
Knot is a functional relational programming language. Relations are the primary data structure, computation is pure and functional, and state is automatically persisted to SQLite.
48

59
## Quick Start

editors/vscode/icon.png

748 KB
Loading

editors/vscode/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"activationEvents": [
1919
"onLanguage:knot"
2020
],
21+
"icon": "icon.png",
2122
"main": "./out/extension.js",
2223
"contributes": {
2324
"languages": [
@@ -34,7 +35,10 @@
3435
"icon": {
3536
"light": "./icon.png",
3637
"dark": "./icon.png"
37-
}
38+
},
39+
"filenames": [
40+
"*.knot"
41+
]
3842
}
3943
],
4044
"grammars": [

logo.png

748 KB
Loading

0 commit comments

Comments
 (0)