08-27-周三_17-09-29
This commit is contained in:
11
node_modules/prismjs/components/prism-ini.js
generated
vendored
Normal file
11
node_modules/prismjs/components/prism-ini.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
Prism.languages.ini= {
|
||||
'comment': /^[ \t]*[;#].*$/m,
|
||||
'selector': /^[ \t]*\[.*?\]/m,
|
||||
'constant': /^[ \t]*[^\s=]+?(?=[ \t]*=)/m,
|
||||
'attr-value': {
|
||||
pattern: /=.*/,
|
||||
inside: {
|
||||
'punctuation': /^[=]/
|
||||
}
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user