Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Fri, 01 Nov 2024 15:28:25 UTC Commit: b46ca22f173bf323eef4adafa750b56824c99c9d https://github.com/geany/geany/commit/b46ca22f173bf323eef4adafa750b56824c99c...
Log Message: ----------- Java: add Java SE23 keywords
See https://docs.oracle.com/javase/specs/jls/se23/html/jls-3.html#jls-3.9
Modified Paths: -------------- data/filedefs/filetypes.java
Modified: data/filedefs/filetypes.java 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -2,7 +2,7 @@ [styling=C]
[keywords] -primary=abstract assert break case catch class const continue default do else enum extends final finally for goto if implements import instanceof interface native new package private protected public return static strictfp super switch synchronized this throw throws transient try volatile while true false null +primary=abstract assert break case catch class const continue default do else enum exports extends final finally for goto if implements import instanceof interface module native new non-sealed open opens package permits private protected provides public record requires return sealed static strictfp super switch synchronized this throw throws to transient transitive try uses var volatile when while with yield true false null secondary=boolean byte char double float int long short void # documentation keywords for javadoc doccomment=author deprecated exception param return see serial serialData serialField since throws todo version
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).