streetsidesoftware / cspell-dicts

Various cspell dictionaries
Other
221 stars 206 forks source link

Keyword stoplist of for GDScript (Godot's language) #3468

Open LaraSQP opened 2 months ago

LaraSQP commented 2 months ago

Great extension. Thank you for developing it and making it available to us all. I have been using it for years.

I am currently doing some programming in Godot and would like to add the stoplist of keywords for its language (GDScript) to the spellchecker.

How does one go about it?

Thanks again.

Jason3S commented 2 months ago

@LaraSQP,

Thank you for the offer. cspell-dicts is where all the dictionaries packaged with the spell checker extension are located.

Directions on How to create a new dictionary should be a good place to start.

If you have questions, please feel free to ask.

LaraSQP commented 2 months ago

@LaraSQP,

Thank you for the offer. cspell-dicts is where all the dictionaries packaged with the spell checker extension are located.

Directions on How to create a new dictionary should be a good place to start.

If you have questions, please feel free to ask.

Much appreciated. Will look into it.