Skip to content

Commit

Permalink
Use green database icon for database code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesprit committed Feb 5, 2020
1 parent 3d79992 commit 7b93b91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Empty file added samples/sample.sql
Empty file.
10 changes: 8 additions & 2 deletions src/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
"iconName": "database",
"iconColor": "@violet"
},
"database_src": {
"iconName": "database",
"iconColor": "@green"
},
"ctags": {
"iconName": "tag",
"iconColor": "@violet"
Expand Down Expand Up @@ -174,8 +178,6 @@
"cs",
"csx",
"v",
"sql",
"dsql",
"java",
"lua",
"py",
Expand Down Expand Up @@ -326,6 +328,10 @@
"sqlite3",
"dump"
],
"database_src": [
"sql",
"dsql"
],
"ctags": [
"ctags",
"tags",
Expand Down

0 comments on commit 7b93b91

Please sign in to comment.