Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: GitHub noreply@github.com Date: Fri, 01 Nov 2024 17:02:28 UTC Commit: eb831d7c846abdf567c79fe0e0d64ce212acf7ca https://github.com/geany/geany/commit/eb831d7c846abdf567c79fe0e0d64ce212acf7...
Log Message: ----------- Merge pull request #4014 from techee/java_kw
Java: add Java SE23 keywords
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).