code review

This commit is contained in:
Miguel Palhas
2024-10-09 18:21:46 +01:00
6 changed files with 65 additions and 14 deletions

View File

@@ -838,6 +838,22 @@
}
]
},
{
"language": "Lua",
"markers": [
{
"type": "line",
"pattern": "--"
},
{
"type": "block",
"pattern": {
"start": "--\\[\\[",
"end": "--\\]\\]"
}
}
]
},
{
"language": "Solidity",
"markers": [