GDScript's new annotation style has not been fully integrated yet.

The file type definition still contains a decorator=decorator mapping. As a result, annotations don't show in GDScript files (lines 49, 51):

gdscript-lexilla-524-no-annotations

This appears to be a trivial fix:

diff --git a/data/filedefs/filetypes.gdscript b/data/filedefs/filetypes.gdscript
index 9b3b63951..d2ca49ffe 100644
--- a/data/filedefs/filetypes.gdscript
+++ b/data/filedefs/filetypes.gdscript
@@ -19 +19 @@ word2=keyword_2
-decorator=decorator
+annotation=decorator

gdscript-lexilla-524-with-annotations


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3441/c1610356458@github.com>