Corrected Genie.

This commit is contained in:
Martín Lucas Golini
2026-07-17 10:44:46 -03:00
parent 8745871c8c
commit c1830e3ccf
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ void addPython() {
auto& sd = SyntaxDefinitionManager::instance()->add(
{ "Python",
{ "%.py$", "%.pyw$", "%.bry$", "^SConstruct$" },
{ "%.py$", "%.pyw$", "%.bry$", "^SConstruct$", "%.gs$" },
{
{ { "#", "\n" }, "comment" },
{ { "[ruU]?\"", "\"", "\\" }, "string" },

View File

@@ -8,7 +8,7 @@ SyntaxDefinition& addVala() {
auto& sd = SyntaxDefinitionManager::instance()->add(
{ "Vala",
{ "%.vala$", "%.genie$", "%.vapi$", "%.gs$" },
{ "%.vala$", "%.vapi$" },
{
{ { "//.-\n" }, "comment" },
{ { "/%*", "%*/" }, "comment" },