11 lines
No EOL
208 B
JavaScript
Executable file
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': /^[=]/
|
|
}
|
|
}
|
|
}; |