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 6a05f44 commit 4dd771bCopy full SHA for 4dd771b
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: /%[fFuUcCiIkKvV]/,
+ match: /%[a-zA-Z]/,
12
relevance: 0
13
};
14
0 commit comments