feat: add VBA line marker

This commit is contained in:
Christopher Dehner 2023-08-28 14:42:52 -04:00
parent c90d4c3f82
commit b7b6ec0bfa

View File

@ -732,5 +732,14 @@
}
}
]
},
{
"language": "VBA",
"markers": [
{
"type": "line",
"pattern": "'"
}
]
}
]