Add support [readonly] modifier to lua docs

This commit is contained in:
peelz
2022-08-03 21:34:42 -04:00
parent 987907bd05
commit 014bddf5ee
2 changed files with 8 additions and 0 deletions

View File

@@ -544,6 +544,9 @@ a.reference {
background-color: rgb(115, 53, 142);
}
.tag.readonly {
background-color: rgb(47, 100, 74);
}
.tag.type {
background-color: rgb(31, 141, 155);