mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 10:34:21 +00:00
Things and readme
This commit is contained in:
parent
33d60fefc1
commit
d34d764c00
5 changed files with 10 additions and 11 deletions
18
README.md
18
README.md
|
@ -1,13 +1,11 @@
|
|||
# README
|
||||
## This is the README for your extension "steffula"
|
||||
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
|
||||
# Steffula Code
|
||||
|
||||
* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
|
||||
* Toggle preview (`Shift+CMD+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
|
||||
* Press `Ctrl+Space` (Windows, Linux) or `Cmd+Space` (macOS) to see a list of Markdown snippets
|
||||
_Steffula theme for Visual Studio Code_
|
||||
|
||||
### For more information
|
||||
* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
|
||||
* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)
|
||||
## Screenshots
|
||||
|
||||
**Enjoy!**
|
||||
![Screenshot 1](screenshots/screenshot-1.png)
|
||||
|
||||
![Screenshot 2](screenshots/screenshot-2.png)
|
||||
|
||||
![Screenshot 3](screenshots/screenshot-3.png)
|
||||
|
|
BIN
screenshots/screenshot-1.png
Normal file
BIN
screenshots/screenshot-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 97 KiB |
BIN
screenshots/screenshot-2.png
Normal file
BIN
screenshots/screenshot-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
BIN
screenshots/screenshot-3.png
Normal file
BIN
screenshots/screenshot-3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
|
@ -259,7 +259,6 @@
|
|||
"scope": [
|
||||
"constant.character.format.placeholder",
|
||||
"entity.name.tag.mustache",
|
||||
"text.html.derivative",
|
||||
"punctuation.definition.bracket.curly.begin.jsdoc",
|
||||
"punctuation.definition.bracket.curly.end.jsdoc",
|
||||
],
|
||||
|
@ -307,6 +306,7 @@
|
|||
"name": "Metadata",
|
||||
"scope": [
|
||||
"meta.tag.preprocessor",
|
||||
"meta.tag.metadata",
|
||||
"meta.attribute",
|
||||
"entity.name.function.decorator",
|
||||
"entity.name.function.macro",
|
||||
|
@ -589,6 +589,7 @@
|
|||
"entity.other.attribute-name.pseudo-class.css",
|
||||
"entity.other.attribute-name.pseudo-element.css",
|
||||
"heading",
|
||||
"meta.tag.metadata.doctype",
|
||||
],
|
||||
"settings": {
|
||||
"fontStyle": "bold"
|
||||
|
|
Loading…
Reference in a new issue