From f9481a5686c63d89e51c3913907f5b8d108aa564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Sun, 21 Sep 2025 21:09:13 -0300 Subject: [PATCH] Added this keyword to elena. --- .../src/eepp/ui/doc/languages/elena.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/languages-syntax-highlighting/src/eepp/ui/doc/languages/elena.cpp b/src/modules/languages-syntax-highlighting/src/eepp/ui/doc/languages/elena.cpp index 39e92143e..95a432afb 100644 --- a/src/modules/languages-syntax-highlighting/src/eepp/ui/doc/languages/elena.cpp +++ b/src/modules/languages-syntax-highlighting/src/eepp/ui/doc/languages/elena.cpp @@ -82,7 +82,7 @@ SyntaxDefinition& addElena() { { "constructor", "keyword" }, { "singleton", "keyword" }, { "real", "type" }, { "ifnot", "keyword" }, { "symbol", "keyword" }, { "use", "keyword" }, - { "pointer", "type" } + { "pointer", "type" }, { "this", "keyword" }, }, "//",