Skip to content

Commit cbed039

Browse files
committed
support Upper Camel case for Terminal;StartupNotify
1 parent 2463865 commit cbed039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/languages/systemd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default function(hljs) {
5757
},
5858
{
5959
className: 'literal',
60-
begin: /(?<=^(Terminal|StartupNotify)\s*=)\s*\b(true|false)\b/,
60+
begin: /(?<=^(Terminal|StartupNotify)\s*=)\s*\b(true|false|True|False)\b/,
6161
relevance: 10
6262
},
6363
QUOTED_STRING,

0 commit comments

Comments
 (0)