mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-13 07:00:08 +01:00
29 lines
825 B
JSON
29 lines
825 B
JSON
|
{
|
||
|
"contains": [
|
||
|
{
|
||
|
"begin": "[^\\x{2401}\\x{0001}]+",
|
||
|
"end": "[\\x{2401}\\x{0001}]",
|
||
|
"excludeEnd": true,
|
||
|
"returnBegin": true,
|
||
|
"returnEnd": false,
|
||
|
"contains": [
|
||
|
{
|
||
|
"begin": "([^\\x{2401}\\x{0001}=]+)",
|
||
|
"end": "=([^\\x{2401}\\x{0001}=]+)",
|
||
|
"returnEnd": true,
|
||
|
"returnBegin": false,
|
||
|
"className": "attr"
|
||
|
},
|
||
|
{
|
||
|
"begin": "=",
|
||
|
"end": "([\\x{2401}\\x{0001}])",
|
||
|
"excludeEnd": true,
|
||
|
"excludeBegin": true,
|
||
|
"className": "string"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"case_insensitive": true
|
||
|
}
|