mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 14:40:09 +01:00
28 lines
825 B
JSON
28 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
|
|
}
|