Update pascal.cpp

This commit is contained in:
3oheicrw
2024-03-29 23:17:01 +07:00
committed by GitHub
parent 560733d25a
commit 1557ccb9fa

View File

@@ -8,7 +8,7 @@ void addPascal() {
SyntaxDefinitionManager::instance()->add(
{ "Pascal",
{ "%.pas$" },
{ "%.pas$", "%.dpr$", "%.dpk$" },
{
{ { "//.*" }, "comment" },
{ { "%(%*", "%*%)" }, "comment" },