Skip to content

Commit

Permalink
📝 Include specifications in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-castell committed Feb 24, 2021
1 parent 948321c commit 271d164
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
<h1 align="center">
<br>
<img src="https://raw.githubusercontent.com/nico-castell/desktop-file-support/main/assets/extension_icon.png" width="220" height="220" alt="logo">
<br>
Desktop File Support
<br>
<img src="https://raw.githubusercontent.com/nico-castell/desktop-file-support/main/assets/extension_icon.png" width="220" height="220" alt="logo">
<br>
Desktop File Support
</h1>

<p align="center">
<img alt="Visual Studio Marketplace Version" src="https://img.shields.io/visual-studio-marketplace/v/nico-castell.linux-desktop-file?color=yellow&label=Version&style=flat-square">
<img alt="GitHub commits since latest release (by date)" src="https://img.shields.io/github/commits-since/nico-castell/desktop-file-support/latest?color=yellow&label=Commits%20since%20last%20release&style=flat-square">
<img alt="GitHub" src="https://img.shields.io/github/license/nico-castell/desktop-file-support?color=yellow&label=License&style=flat-square">
<img alt="Lines of code" src="https://img.shields.io/tokei/lines/github/nico-castell/desktop-file-support?color=yellow&label=Lines%20of%20code&style=flat-square">
<br><b>Live long, and prosper.<br>- Spock</b>
<img alt="Visual Studio Marketplace Version" src="https://img.shields.io/visual-studio-marketplace/v/nico-castell.linux-desktop-file?color=yellow&label=Version&style=flat-square">
<img alt="GitHub commits since latest release (by date)" src="https://img.shields.io/github/commits-since/nico-castell/desktop-file-support/latest?color=yellow& label=Commits%20since%20last%20release&style=flat-square">
<img alt="GitHub" src="https://img.shields.io/github/license/nico-castell/desktop-file-support?color=yellow&label=License&style=flat-square">
<img alt="Lines of code" src="https://img.shields.io/tokei/lines/github/nico-castell/desktop-file-support?color=yellow&label=Lines%20of%20code&style=flat-square">
<br><b>Live long, and prosper.<br>- Spock</b>
</p>

## Normal .desktop file
This extension allows VS Code to highlight the syntax of a .desktop file, much like in gedit.
## Desktop Entry files
This extension allows VS Code to highlight the syntax of a desktop entry file (`.desktop`), much like in gedit.

For the full documentation of *.desktop* files, visit the freedesktop [specification](https://specifications.freedesktop.org/desktop-entry-spec/latest/index.html).

<!-- <img width="625" height="440" src="assets/code-screenshot.png" alt="logo"> -->
<img width="625" height="440" src="https://raw.githubusercontent.com/nico-castell/desktop-file-support/main/assets/code-screenshot.png" alt="logo">
<img width="625" height="440" src="https://raw.githubusercontent.com/nico-castell/desktop-file-support/main/assets/code-screenshot.png">

## Theme Index Files
Additionally, this extension highlights `[X-GNOME-Metetheme]` and it's keys
Additionally, this extension highlights `[X-GNOME-Metetheme]` and it's keys.

<!-- <img width="625" height="303" src="assets/theme-screenshot.png"> -->
<img width="625" height="303" src="https://raw.githubusercontent.com/nico-castell/desktop-file-support/main/assets/theme-screenshot.png">
<!-- This GNOME theme is found at: https://www.gnome-look.org/p/1253385/ -->
<!-- This GNOME theme can be found at: https://www.gnome-look.org/p/1253385/ -->

## Features
1. Syntax Highlighting for .desktop files.
Expand Down

0 comments on commit 271d164

Please sign in to comment.