aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/lua-ts-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov2025-10-161-2/+1
* Fontify all comment delimiters in 'lua-ts-mode'john muhl2025-08-301-2/+5
* * lisp/progmodes/lua-ts-mode.el: Simplify non-ts/ts mode mapping.Juri Linkov2025-08-251-15/+0
* Silence byte-compile warnings when treesit is not availableJuri Linkov2025-08-181-1/+5
* New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov2025-08-141-3/+16
* Add multi-character pairs to lua-ts-mode and texinfo-modeElías Gabriel Pérez2025-08-091-0/+13
* Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov2025-06-201-1/+2
* Revert addition of electric-block-comment-mode & follow-up commitsSean Whitton2025-04-221-2/+0
* Lock tree-sitter language grammars to verified versions.Juri Linkov2025-04-181-1/+6
* ; Fix a typo in last change.Eli Zaretskii2025-04-131-1/+1
* Add block-comment-start and block-comment-end to supported modesElías Gabriel Pérez2025-04-131-0/+2
* ; Update version comment in 'lua-ts-mode'john muhl2025-03-221-3/+3
* Simplify and improve indent rules in 'lua-ts-mode'john muhl2025-03-131-148/+52
* Use TS to support 'hs-minor-mode' in 'lua-ts-mode'john muhl2025-03-081-19/+27
* ; Cleanup sexp things in 'lua-ts-mode'john muhl2025-02-261-11/+2
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Add verified grammar version comment for tree-sitter modesYuan Fu2024-12-301-0/+9
* Merge from origin/emacs-30Eli Zaretskii2024-12-281-1/+1
|\
| * Fix comment indent in 'lua-ts-mode' and old grammarjohn muhl2024-12-261-1/+1
* | Merge from origin/emacs-30Eli Zaretskii2024-12-211-1/+2
|\ \ | |/
| * Add 'lua-ts-mode' to 'interpreter-mode-alist'john muhl2024-12-211-1/+2
* | Make font-lock face variables obsoleteStefan Kangas2024-12-181-2/+2
* | Declare tree-sitter functions with a new macroYuan Fu2024-12-121-13/+1
* | Merge from origin/emacs-30Eli Zaretskii2024-12-071-1/+1
|\ \ | |/
| * Don't restrict 'lua-ts-send-file' to 'lua-ts-mode'john muhl2024-12-071-1/+1
| * Avoid loading 'rx' at runtime in 'lua-ts-mode'john muhl2024-11-241-8/+8
* | Avoid loading 'rx' at runtime in 'lua-ts-mode'john muhl2024-11-241-8/+8
* | Merge from origin/emacs-30Michael Albinus2024-11-141-44/+57
|\ \ | |/
| * Fix some 'lua-ts-mode' options (Bug#74235)john muhl2024-11-141-41/+43
| * Improve comment indenting in 'lua-ts-mode'john muhl2024-11-141-3/+14
| * Revert "Set treesit-primary-parser for tree-sitter modes"Yuan Fu2024-10-081-1/+1
| * Set treesit-primary-parser for tree-sitter modesYuan Fu2024-10-071-1/+1
* | Set treesit-primary-parser for tree-sitter modesYuan Fu2024-10-141-1/+1
* | Merge from origin/emacs-30Eli Zaretskii2024-10-051-3/+3
|\ \ | |/
| * Tag interactive commands in 'lua-ts-mode'john muhl2024-10-011-3/+3
* | Use defvar-keymap in lua-ts-modejohn muhl2024-10-011-8/+6
* | ; Use 'keymap-set' in 'lua-ts-mode'john muhl2024-06-281-4/+4
|/
* ; Fix typo in lua-ts-mode.eljohn muhl2024-06-281-1/+1
* ; Add 'eglot-ensure' option to 'lua-ts-mode-hook'john muhl2024-06-281-1/+2
* ; Fix byte-compilation warnings in lua-ts-mode.elEli Zaretskii2024-05-111-0/+2
* Improve indentation in 'lua-ts-mode' (bug#70785)john muhl2024-05-081-6/+57
* Fix which-function error in 'lua-ts-mode' (bug#70515)john muhl2024-04-251-4/+1
* Mark Flymake regions more accurately in 'lua-ts-mode'john muhl2024-04-131-27/+26
* ; Remove unneeded group in lua-ts-mode defcustomsjohn muhl2024-03-231-11/+0
* ; Open inferior Lua buffer in a window, not a framejohn muhl2024-03-231-1/+1
* Add non-TS modes as extra parent of TS modes (bug#68246)Stefan Monnier2024-03-091-0/+2
* ; Update URL of the tree-sitter-lua grammarjohn muhl2024-02-211-2/+2
* Eagerly indent first field in tables in 'lua-ts-mode'john muhl2024-02-171-0/+2
* Tree-sitter support for outline-minor-mode (bug#68824)Juri Linkov2024-02-121-11/+1