Adds support for lua

This commit is contained in:
Miguel Palhas 2024-10-07 16:36:37 +01:00
parent 6a791fdf4e
commit 10c00c3144

View File

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