Releases: nico-castell/desktop-file-support
Desktop File Support v0.0.19
Release v0.0.19
Added various snippets as a simple way to suggest multiple keys. Credit to @EmilySeville7cfg.
Desktop File Support 0.0.18
Release 0.0.18
Fixed a typo in the README. Credit to @QWxleA.
Desktop File Support 0.0.17
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
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 tomarkup.heading
so comments don't make them harder to
see.- Typos like writing
Names
instead ofName
now cause the entire key not to be highlighted,
making typos easier to spot. ;
semi-colons are now scoped asstrong
(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 tomarkup.bold
.
Fixed
- Short arguments (
-l
,-s
) to commands in theExec
key are now highlighted. - When you specify the language of keys such as
Name
andComment
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
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
#7 Added donate button.
Donations are now accepted using PayPal.
Desktop File support 0.0.13
Release
Added
- Link to .desktop file specifications in the README.
- Contribution guidelines
- GitHub workflow to automatically deploy
Desktop File Support v0.0.12
Release 0.0.12
- Added support for Theme Index Files.
- Improved documentation
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
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
Release 0.0.8
Merged pull request #1, which included:
- Addition of folding regions.
- Snippets for folding regions.
- Updated documentation