mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
14 lines
343 B
JSON
14 lines
343 B
JSON
{
|
|
"name": "Handlebars",
|
|
"website": "http://handlebarsjs.com",
|
|
"matches": [
|
|
{
|
|
"regexp": "<[^>]*type=[^>]text\\/x-handlebars-template"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "handlebars(?:\\.runtime)?(?:-v([\\d.]+?))?(?:\\.min)?\\.js",
|
|
"offset": 1
|
|
}
|
|
]
|
|
} |