Skip to content

Commit d513536

Browse files
committed
add omitted keyword for nmconnection
1 parent 825ab9d commit d513536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/languages/freedesktop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function(hljs) {
2929

3030
const SECTION = {
3131
className: 'section',
32-
begin: /^\[(Desktop Entry|Unit|Service|Install|Socket|Mount|Automount|Swap|Path|Timer|Slice|Scope|Manager|connection|ipv4|ipv6|802-3-ethernet|802-11-wireless|802-11-wireless-security|vpn|Journal|Bridge|Desktop Action\s+[A-Za-z0-9_-]+)\]$/,
32+
begin: /^\[(Desktop Entry|Unit|Service|Install|Socket|Mount|Automount|Swap|Path|Timer|Slice|Scope|Manager|connection|ipv4|wifi|wifi-security|ipv6|802-3-ethernet|802-11-wireless|802-11-wireless-security|vpn|Journal|Bridge|Desktop Action\s+[A-Za-z0-9_-]+)\]$/,
3333
relevance: 10
3434
};
3535

0 commit comments

Comments
 (0)