added color support for json, yaml and xml

This commit is contained in:
2024-06-15 13:17:27 +02:00
parent 7c62a16146
commit 995564382a
6 changed files with 53 additions and 1 deletions

View File

@ -101,5 +101,11 @@
}
}
}
},
"colors": {
"main": {
"31-28": "#FF0000",
"11-4": [34, 176, 43]
}
}
}

Binary file not shown.

View File

@ -65,4 +65,7 @@
<description>offset register</description>
</range>
</structure>
<color structure="main" color="#FF0000" start="28" end="31" />
<color structure="main" color="#255961" start="4" end="11" />
<color structure="immediateOffset" color="89,97,37" start="4" end="11" />
</schema>

View File

@ -71,3 +71,11 @@ structures:
3-0:
name: Rm
description: offset register
colors:
main:
31-28: "#3EFA6B"
25-23:
- 100
- 150
- 200