mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-02-01 15:21:47 +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:/^[=]/}}}; |