Adds support for solidity

This commit is contained in:
Miguel Palhas 2024-10-07 16:35:17 +01:00
parent 6a791fdf4e
commit 6750a91222

View File

@ -837,5 +837,21 @@
}
}
]
}
},
{
"language": "Solidity",
"markers": [
{
"type": "line",
"pattern": "//"
},
{
"type": "block",
"pattern": {
"start": "/\\*",
"end": "\\*/"
}
}
]
},
]