summaryrefslogtreecommitdiff
path: root/lisp/progmodes/java-ts-mode.el
Commit message (Expand)AuthorAgeFilesLines
* java-ts-mode: Indentation for opening brace on a separate lineDmitry Gutov2024-02-171-4/+9
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Add indentation rules for type_argumentsTheodor Thornhill2023-09-171-0/+2
* Backport: Fix some tree-sitter :match regexpsBasil L. Contovounesios2023-07-301-1/+1
* Revert "Fix some tree-sitter :match regexps"Basil L. Contovounesios2023-06-171-1/+1
* Fix some tree-sitter :match regexpsBasil L. Contovounesios2023-06-171-1/+1
* Fix bol/bos anchors in tree-sitter :match regexpsBasil L. Contovounesios2023-06-131-2/+2
* Add compact_constructor_declaration font-locking to java-ts-modeTheodor Thornhill2023-05-301-0/+3
* ; * lisp/progmodes/java-ts-mode.el (treesit-query-capture): Declare.Eli Zaretskii2023-03-091-0/+2
* java-ts-mode: detect if text_block is supported.Vincenzo Pupillo2023-03-091-2/+11
* Change tree-sitter indent anchor 'point-min' to 'column-0'Yuan Fu2023-03-041-10/+10
* Rename the newly added -ref- faces to -use-Dmitry Gutov2023-02-281-3/+3
* Add more/finer faces for tree-sitterDmitry Gutov2023-02-251-5/+5
* Add super node as a keywordTheodor Thornhill2023-02-151-1/+2
* Add lambda_expression to c-ts-common-indent-type-regexp-alistTheodor Thornhill2023-02-121-0/+1
* Make java-ts-mode use the c-ts-common-indent-type-regexp-alistYuan Fu2023-02-061-14/+16
* Use c-ts-common-statement-offset in java-ts-mode (bug#61142)Theodor Thornhill2023-02-061-9/+27
* Add array_initializer to java-ts-modeTheodor Thornhill2023-02-061-0/+1
* Fix java class member without access modifier (bug#61115)Theodor Thornhill2023-01-281-0/+1
* Add new java indent rulesTheodor Thornhill2023-01-251-0/+2
* Move c-like common utils into own library (bug#60961)Theodor Thornhill2023-01-211-4/+4
* Use point-min to anchor top-level constructs (bug#60602)Theodor Thornhill2023-01-201-1/+1
* Make tree-sitter based modes optionalEli Zaretskii2023-01-201-0/+3
* Add constructor_declaration as java-ts-mode defunTheodor Thornhill2023-01-141-1/+2
* Fix indent and font-lock for annotation_typeTheodor Thornhill2023-01-141-1/+5
* Fix indentation of some declarations and statementsTheodor Thornhill2023-01-141-0/+4
* Add support for annotation_type_declarationTheodor Thornhill2023-01-111-2/+6
* Improve fontification in java-ts-mode (bug#60492)Theodor Thornhill2023-01-021-1/+3
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Avoid treesit-related byte-compiler warningsEli Zaretskii2022-12-281-0/+1
* Fix tree-sitter typosYuan Fu2022-12-281-1/+1
* Update tree-sitter major modes to use the new Imenu facilityYuan Fu2022-12-271-46/+5
* Add comment indent and filling to other tree-sitter major modesYuan Fu2022-12-261-11/+5
* Support treesit-defun-name in tree-sitter major modesYuan Fu2022-12-241-4/+18
* Add lambda_expression-rule to java-ts-mode (bug#60091)Theodor Thornhill2022-12-151-0/+1
* Add "this" keyword to java-ts-mode (bug#60086)Theodor Thornhill2022-12-151-3/+4
* Tweak various ts-mode's indent and fontification (bug#59931)Theodor Thornhill2022-12-121-1/+3
* Make more granular defun-type-regexp (bug#59873)Theodor Thornhill2022-12-091-1/+9
* ; Normalize GPLv3 license statements in new filesStefan Kangas2022-12-091-3/+3
* ; lisp/progmodes/java-ts-mode.el: Fix more typos.Stefan Kangas2022-12-081-3/+2
* ; * lisp/progmodes/java-ts-mode.el (java-ts-mode--keywords): Fix typo.Eli Zaretskii2022-12-081-1/+1
* Fix syntax-table for tree-sitter modesTheodor Thornhill2022-12-071-0/+5
* Fix comment-start-skip in tree-sitter modes (bug#59690)Yuan Fu2022-12-031-1/+2
* Remove treesit-comment-start/end and use comment-start/end-skipYuan Fu2022-11-271-3/+7
* Reorganize treesit-font-lock-feaure-list's to the new level schemeYuan Fu2022-11-261-3/+4
* Utilize new font-lock faces for more tree-sitter modes (Bug#59397)Randy Taylor2022-11-221-6/+9
* Tweak faces in Java and TypeScriptTheodor Thornhill2022-11-221-39/+46
* ; Silence byte-compiler warningsEli Zaretskii2022-11-211-0/+5
* Limit recursion level for tree-sitter imenu functionsYuan Fu2022-11-201-5/+5
* Fix uses of treesit-ready-pYuan Fu2022-11-191-1/+1