sterzycom/assets/js/components/prism-ini.js
2019-01-25 13:45:36 +01:00

11 lines
No EOL
208 B
JavaScript
Executable file

Prism.languages.ini= {
'comment': /^[ \t]*;.*$/m,
'selector': /^[ \t]*\[.*?\]/m,
'constant': /^[ \t]*[^\s=]+?(?=[ \t]*=)/m,
'attr-value': {
pattern: /=.*/,
inside: {
'punctuation': /^[=]/
}
}
};