You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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
}