mirror of https://github.com/openXC7/prjxray.git
docs: JSON highlighter doesn't exist, use Javascript instead.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
0c0068697a
commit
ac97aa6f5c
|
|
@ -36,7 +36,7 @@ Each entry has the following fields:
|
||||||
|
|
||||||
Sample entry:
|
Sample entry:
|
||||||
|
|
||||||
.. code-block:: json
|
.. code-block:: javascript
|
||||||
|
|
||||||
"SEG_CLBLL_L_X16Y149": {
|
"SEG_CLBLL_L_X16Y149": {
|
||||||
"baseaddr": [
|
"baseaddr": [
|
||||||
|
|
@ -79,7 +79,7 @@ Each entry has the following fields:
|
||||||
|
|
||||||
Sample entry:
|
Sample entry:
|
||||||
|
|
||||||
.. code-block:: json
|
.. code-block:: javascript
|
||||||
|
|
||||||
"CLBLL_L_X16Y149": {
|
"CLBLL_L_X16Y149": {
|
||||||
"grid_x": 43,
|
"grid_x": 43,
|
||||||
|
|
@ -111,7 +111,7 @@ The file contains one large list. Each entry has the following fields:
|
||||||
|
|
||||||
Sample entry:
|
Sample entry:
|
||||||
|
|
||||||
.. code-block:: json
|
.. code-block:: javascript
|
||||||
|
|
||||||
{
|
{
|
||||||
"grid_deltas": [
|
"grid_deltas": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue