update inbox list

This commit is contained in:
manhlab
2021-04-07 19:25:18 -04:00
parent fda7245f7c
commit 436de2efd6
8576 changed files with 1013325 additions and 3 deletions

View File

@@ -0,0 +1,28 @@
{
"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
}