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 c4c9772 commit 941c8adCopy full SHA for 941c8ad
src/languages/ini.js
@@ -66,7 +66,7 @@ export default function(hljs) {
66
begin: /\[+/, end: /\]+/
67
},
68
{
69
- begin: /^[a-z0-9\[\]_\.-]+(?=\s*=\s*)/,
+ begin: /^\s*([A-Za-z0-9_-]+|(\s*\.\s*)|"(\\"|[^"])*"|'[^']*')+(?=\s*=\s*)/,
70
className: 'attr',
71
starts: {
72
end: /$/,
0 commit comments