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.
- Theme: Monokai Dark
Additionally, this extension highlights [X-GNOME-Metatheme]
and it's keys.
- Syntax Highlighting for .desktop files.
- Extra syntax highlighting for Theme Index files.
- Support for extensions to the format by using
X-
. - Folding regions through the use of
#region
and#endregion
. This is not officially part of the specification, but it should help you.