aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/java-ts-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ; 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
* Fix tree-sitter comment indentation for C-like languagesYuan Fu2022-11-191-0/+4
* Fix some inconsistencies in *-ts-modesTheodor Thornhill2022-11-141-11/+34
* ; Minor typo fixes for tree-sitter modesYuan Fu2022-11-121-2/+2
* Add tree-sitter modes for C-like languagesTheodor Thornhill2022-11-121-0/+289