Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-31 | removed lite-xl version and left only mod version | jgmdev | |
2022-05-22 | Bumping versions. | Adam Harrison | |
2021-11-21 | Add names to language plugins | Guldoman | |
2021-09-10 | updated the Java keyword list | msrocka | |
taken from https://docs.oracle.com/javase/specs/jls/se16/html/jls-3.html#jls-3.9 (e.g. `then` is not a keyword in Java) I also added the context restricted keywords `var`, `record` etc. to the list; see https://en.wikipedia.org/wiki/List_of_Java_keywords | |||
2021-08-17 | Updated mod-version and made things 2.0 instead of 2.00. | Adam Harrison | |
2021-08-17 | Updated all lua plugins to be compatible with 2.0. | Adam Harrison | |
2021-05-22 | Add new tag modversion | Francesco Abbate | |
2021-04-08 | Add version tag in all language plugins | Francesco Abbate | |
2020-06-16 | Add Java language syntax support | tiziw | |
As title says. Patterns part is based on C# language lua file |