heynote
heynote copied to clipboard
Support for language abbreviations
This PR implements #262
I added an abbreviations field to the Language class, which represents the abbreviations for each language. This field is now used in LanguageSelector.vue to enable filtering by abbreviations.
For example, the Language instance for JavaScript includes js as an abbreviation. This allows users to filter for the JavaScript language by typing js in the filter input.
If this change aligns with the project's goals, I would appreciate your review.