com.vaadin.polymer.public.bower_components.prism.components.prism-ini.js Maven / Gradle / Ivy
The newest version!
Prism.languages.ini= {
'comment': /^[ \t]*;.*$/m,
'selector': /^[ \t]*\[.*?\]/m,
'constant': /^[ \t]*[^\s=]+?(?=[ \t]*=)/m,
'attr-value': {
pattern: /=.*/,
inside: {
'punctuation': /^[=]/
}
}
};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy