We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9fba3 commit c9217bcCopy full SHA for c9217bc
src/languages/desktop.js
@@ -9,7 +9,7 @@ Website: https://www.freedesktop.org/wiki/Specifications/desktop-entry-spec/
9
export default function(hljs) {
10
const LITERALS = {
11
className: 'literal',
12
- begin: /\b(true|false|Application|Link|Directory)\b/,
+ begin: /\b(true|false|Application|Link|Directory|forking|oneshot|simple)\b/,
13
relevance: 0
14
};
15
0 commit comments