Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cho committed May 5, 2023
1 parent f8ae0cd commit 71c5bd4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ vscode language extension for [fluent-bit](https://fluentbit.io/)

### Todos

- [ ] More detailed tokenize
- [ ] Config file snippets


Expand Down
Binary file added images/extension-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "vscode-fluent-bit",
"displayName": "vscode-fluent-bit",
"description": "fluent-bit conf file language support",
"description": "fluent-bit conf file language support for vscode",
"version": "0.1.0",
"publisher": "sh-cho",
"icon": "./images/extension-icon.png",
"engines": {
"vscode": "^1.78.0"
},
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://raw.githubusercontent.com/sh-cho/vscode-fluent-bit/main/README.md",
"repository": {
"type": "git",
"url": "https://github.com/sh-cho/vscode-fluent-bit.git"
Expand Down

0 comments on commit 71c5bd4

Please sign in to comment.