Skip to content

Commit

Permalink
Filetype icon, extension icon, etc
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Brue <[email protected]>
  • Loading branch information
ryanabx committed Aug 26, 2024
1 parent f1acd63 commit 0fd60ad
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Work in progress Djot Visual Studio Code plugin!
# Djot Visual Studio Code Extension

![Djot](res/djot.png)

[djot](https://github.com/jgm/djot) is a lightweight markup language similar to Markdown, developed by John MacFarlane.

Expand Down
Binary file added icons/djot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"displayName": "Djot Markup Language Support",
"description": "Djot syntax highlighting, keybinds, live preview, and export support for VSCode",
"license": "MIT",
"icon": "res/djot.png",
"publisher": "ryanabx",
"author": "ryanabx, contributors",
"author": "ryanabx",
"repository": "https://github.com/ryanabx/djot-vscode",
"bugs": "https://github.com/ryanabx/djot-vscode/issues/new",
"version": "0.2.2",
Expand Down Expand Up @@ -210,7 +211,11 @@
".dj",
".djot"
],
"configuration": "./language-configuration.json"
"configuration": "./language-configuration.json",
"icon": {
"dark": "icons/djot.png",
"light": "icons/djot.png"
}
}
],
"grammars": [
Expand Down
Binary file added res/djot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 57 additions & 0 deletions res/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0fd60ad

Please sign in to comment.