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 90feb00 commit 32dd096Copy full SHA for 32dd096
src/languages/freedesktop.js
@@ -8,7 +8,7 @@ Website: https://www.freedesktop.org/
8
export default function(hljs) {
9
const FIELD_CODES = {
10
className: 'variable',
11
- match: /%[a-zA-Z]/,
+ begin: /%[a-zA-Z]/,
12
relevance: 0
13
};
14
0 commit comments