face-hh / griddycode

A code editor made with Godot. Code has never been more lit!
Apache License 2.0
1.75k stars 108 forks source link

The c++ lang file is not written right. #147

Open Autonvilkku opened 3 months ago

Autonvilkku commented 3 months ago

Describe the bug The c++ lang file uses "add_comment()" function wrong and the autocorrect is used wrong.

Expected behavior I expected the add comment fucnction to add comments in the "Ctrl+L" menu, but it's written like this:

--- Comments
add_comment("//", "", "comments", true)
add_comment("/*", "*/", "comments", false)

And the autocorrect feature is written wrong. It trys to autocorrect types as variables and functions.

Desktop (please complete the following information):

And sorry for my bad english.

Autonvilkku commented 3 months ago

I ment it shouldnt autocorrect types