summaryrefslogtreecommitdiff
path: root/lisp/progmodes/lua-ts-mode.el
AgeCommit message (Expand)Author
2026-05-23Add treesit-ready-p check back to tree-sitter major modes (bug#80909)Yuan Fu
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-10-16Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov
2025-08-30Fontify all comment delimiters in 'lua-ts-mode'john muhl
2025-08-25* lisp/progmodes/lua-ts-mode.el: Simplify non-ts/ts mode mapping.Juri Linkov
2025-08-18Silence byte-compile warnings when treesit is not availableJuri Linkov
2025-08-14New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov
2025-08-09Add multi-character pairs to lua-ts-mode and texinfo-modeElías Gabriel Pérez
2025-06-20Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov
2025-04-22Revert addition of electric-block-comment-mode & follow-up commitsSean Whitton
2025-04-18Lock tree-sitter language grammars to verified versions.Juri Linkov
2025-04-13; Fix a typo in last change.Eli Zaretskii
2025-04-13Add block-comment-start and block-comment-end to supported modesElías Gabriel Pérez
2025-03-22; Update version comment in 'lua-ts-mode'john muhl
2025-03-13Simplify and improve indent rules in 'lua-ts-mode'john muhl
2025-03-08Use TS to support 'hs-minor-mode' in 'lua-ts-mode'john muhl
2025-02-26; Cleanup sexp things in 'lua-ts-mode'john muhl
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-30Add verified grammar version comment for tree-sitter modesYuan Fu
2024-12-28Merge from origin/emacs-30Eli Zaretskii
2024-12-26Fix comment indent in 'lua-ts-mode' and old grammarjohn muhl
2024-12-21Merge from origin/emacs-30Eli Zaretskii
2024-12-21Add 'lua-ts-mode' to 'interpreter-mode-alist'john muhl
2024-12-18Make font-lock face variables obsoleteStefan Kangas
2024-12-12Declare tree-sitter functions with a new macroYuan Fu
2024-12-07Merge from origin/emacs-30Eli Zaretskii
2024-12-07Don't restrict 'lua-ts-send-file' to 'lua-ts-mode'john muhl
2024-11-24Avoid loading 'rx' at runtime in 'lua-ts-mode'john muhl
2024-11-24Avoid loading 'rx' at runtime in 'lua-ts-mode'john muhl
2024-11-14Merge from origin/emacs-30Michael Albinus
2024-11-14Fix some 'lua-ts-mode' options (Bug#74235)john muhl
2024-11-14Improve comment indenting in 'lua-ts-mode'john muhl
2024-10-14Set treesit-primary-parser for tree-sitter modesYuan Fu
2024-10-08Revert "Set treesit-primary-parser for tree-sitter modes"Yuan Fu
2024-10-07Set treesit-primary-parser for tree-sitter modesYuan Fu
2024-10-05Merge from origin/emacs-30Eli Zaretskii
2024-10-01Use defvar-keymap in lua-ts-modejohn muhl
2024-10-01Tag interactive commands in 'lua-ts-mode'john muhl
2024-06-28; Use 'keymap-set' in 'lua-ts-mode'john muhl
2024-06-28; Fix typo in lua-ts-mode.eljohn muhl
2024-06-28; Add 'eglot-ensure' option to 'lua-ts-mode-hook'john muhl
2024-05-11; Fix byte-compilation warnings in lua-ts-mode.elEli Zaretskii
2024-05-08Improve indentation in 'lua-ts-mode' (bug#70785)john muhl
2024-04-25Fix which-function error in 'lua-ts-mode' (bug#70515)john muhl
2024-04-13Mark Flymake regions more accurately in 'lua-ts-mode'john muhl
2024-03-23; Remove unneeded group in lua-ts-mode defcustomsjohn muhl
2024-03-23; Open inferior Lua buffer in a window, not a framejohn muhl
2024-03-09Add non-TS modes as extra parent of TS modes (bug#68246)Stefan Monnier
2024-02-21; Update URL of the tree-sitter-lua grammarjohn muhl
2024-02-17Eagerly indent first field in tables in 'lua-ts-mode'john muhl