mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-30 19:28:02 +08:00
1 line
168 B
JavaScript
1 line
168 B
JavaScript
Prism.languages.ini={comment:/^[ \t]*;.*$/m,selector:/^[ \t]*\[.*?\]/m,constant:/^[ \t]*[^\s=]+?(?=[ \t]*=)/m,"attr-value":{pattern:/=.*/,inside:{punctuation:/^[=]/}}}; |