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 5829270 commit 5ea1300Copy full SHA for 5ea1300
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|forking|oneshot|simple|OneShot)\b/,
+ begin: /\b(true|false|Application|Link|Directory|forking|oneshot|OneShot)\b/,
13
relevance: 0
14
};
15
0 commit comments