F0rce / ace

Ace Editor for Vaadin 14 & 23
MIT License
27 stars 13 forks source link

fix: add all necessary modes, themes to editor via annotations #20

Closed rudiejd closed 3 years ago

rudiejd commented 3 years ago

Resolves https://github.com/F0rce/ace/issues/19.

Unfortunately, I do not think there is any better syntax for including a ton of JavaScript modules. According to the Vaadin docs, you just have to use the annotation multiple times for multiple module imports :(