update inbox list
This commit is contained in:
28
vendor/scrivo/highlight.php/Highlight/languages/fix.json
vendored
Normal file
28
vendor/scrivo/highlight.php/Highlight/languages/fix.json
vendored
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user