aboutsummaryrefslogtreecommitdiff
path: root/plugins/language_wren.lua
AgeCommit message (Collapse)Author
2023-01-22Added annotations to language_wren.lua (#175)ThaCuber
* Added annotations to language_wren.lua * sneaked in Fn.new being highlighted as a literal also fixed file formatting, looks less ugly now
2022-12-25Improved language_wren.lua (#171)ThaCuber
* optimize and improve language_wren.lua * <number>. was highlighted when it shouldn't be * added scientific notation * added hexadecimal and scientific notation * fixed identifier highlight * added a bunch of things setters and getters are now highlighted as functions (it just looks nice) when extending a class, the derived class' name is the one highlighted, and not the parent class' name (kinda hacky at the moment) highlighted anything in between two pipes (|) that isn't a pipe for when making standalone functions with parameters
2022-06-07changed indentation to 2 spaces for consistency across the repojgmdev
2022-05-31removed lite-xl version and left only mod versionjgmdev
2022-05-22Bumping versions.Adam Harrison
2021-11-21Add names to language pluginsGuldoman
2021-08-17Updated mod-version and made things 2.0 instead of 2.00.Adam Harrison
2021-08-17Updated all lua plugins to be compatible with 2.0.Adam Harrison
2021-05-22Add new tag modversionFrancesco Abbate
2021-04-08Add version tag in all language pluginsFrancesco Abbate
2020-04-23Moved all plugins to `plugins` dirrxi