Skip to content

Releases: nico-castell/desktop-file-support

Desktop File Support v0.0.19

17 Apr 13:36
a7b69e8
Compare
Choose a tag to compare

Release v0.0.19

Added various snippets as a simple way to suggest multiple keys. Credit to @EmilySeville7cfg.

Desktop File Support 0.0.18

26 Jul 14:44
0ca44d6
Compare
Choose a tag to compare

Release 0.0.18

Fixed a typo in the README. Credit to @QWxleA.

Desktop File Support 0.0.17

19 Jul 18:37
63720f5
Compare
Choose a tag to compare

Release 0.0.17

Nothing special here, just a pair of bug fixes.

Changelog

Fixed

  • Numbers outside of the proper context (such as in URLs) are no longer highlighted.
  • The = equals operator is no longer highlighted outside of the proper context.

Desktop File Support 0.0.16

19 Jul 17:35
b289b3d
Compare
Choose a tag to compare

Release 0.0.16

This release remaps some of the scoping of the syntax highlighting, while fixing some bad behaviour.

Changelog

Added

  • Files that end with the .theme extension are now opened as desktop entries.
  • The CursorTheme key was added for index.theme files.

Changed

  • [Desktop Entry] lines are now mapped to markup.heading so comments don't make them harder to
    see.
  • Typos like writing Names instead of Name now cause the entire key not to be highlighted,
    making typos easier to spot.
  • ; semi-colons are now scoped as strong (it's up to the theme to highlight them).
  • Changed the rules for % arguments in the value of the Exec key, they're now scoped to
    variable.language, and they only highlight values allowed by the
    specification
  • Changed the textmate scope of freedesktop recognized categories for the Categories key. They're
    now scoped to markup.bold.

Fixed

  • Short arguments (-l, -s) to commands in the Exec key are now highlighted.
  • When you specify the language of keys such as Name and Comment by using [], you no longer
    need to type the = operator to have syntax highlighting.
  • Removed patterns that weren't useful.
  • The categories recognized by freedesktop are no longer highlighted outside the Categories key.

Desktop File Support 0.0.15

17 Jul 18:04
0ba1e05
Compare
Choose a tag to compare

Release 0.0.15

This release fixes some missing keys (thanks to @Luxcium), and adds support for extending the format by using keys that start with "X-".

Desktop File support 0.0.14

09 Mar 15:35
Compare
Choose a tag to compare

#7 Added donate button.

Donations are now accepted using PayPal.

Desktop File support 0.0.13

24 Feb 23:07
Compare
Choose a tag to compare

Release

Added

  • Link to .desktop file specifications in the README.
  • Contribution guidelines
  • GitHub workflow to automatically deploy

Desktop File Support v0.0.12

20 Feb 03:44
Compare
Choose a tag to compare

Release 0.0.12

About releases 0.0.10 and 0.0.11
These releases were skipped to coordinate the extension in the Visual Studio Marketplace and the Open VSX Registry.

Desktop File Support v0.0.9

01 Feb 03:06
Compare
Choose a tag to compare

Release 0.0.9

Fixes a bug where vscode would open files without an extension as .desktop, when they weren't .desktop files.

Desktop File Support v0.0.8

01 Feb 00:14
27f7fbc
Compare
Choose a tag to compare

Release 0.0.8

Merged pull request #1, which included:

  1. Addition of folding regions.
  2. Snippets for folding regions.
  3. Updated documentation