]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2022-11-12 Yuan Fu; * lisp/treesit.el (treesit--indent-1): Fix treesit...
2022-11-12 Yuan FuImprove treesit-node-at
2022-11-10 Yuan FuIn end-of-defun, terminate early if no further defun...
2022-11-10 Yuan Fu; Fix docstring graph alignment in Ftreesit_search_forward
2022-11-10 Yuan FuUtilize new face font-lock-escape-face in python-mode
2022-11-10 Yuan FuAccept older versions of tree-sitter library
2022-11-10 Robert Pluim; * lisp/font-lock.el (font-lock-bracket-face): Improve...
2022-11-10 Robert Pluim; * lisp/treesit.el (treesit-font-lock-rules): Improve...
2022-11-10 Eli Zaretskii; * etc/NEWS: Fix last change.
2022-11-10 Randy TaylorAdd more font-lock faces (Bug#58940)
2022-11-10 Yuan Fu; Revert back to requiring tree-sitter v0.0 for now
2022-11-09 Yuan Fu; Update tree-sitter HTML manuals in admin/notes
2022-11-09 Yuan Fu* configure.ac: Change required tree-sitter version...
2022-11-09 Yuan FuMake tree-sitter node type match case-sensitive
2022-11-09 Yuan FuNew function fast_c_string_match and fast_c_string_matc...
2022-11-09 Yuan FuAdd tree-sitter shortdoc
2022-11-09 Yuan Fu; Fix treesit-query-range docstring
2022-11-09 Yuan FuMimic existing python-mode beg/end-of-defun behavior...
2022-11-09 Eli Zaretskii; Minor improvements in wording of tree-sitter docs
2022-11-08 Yuan Fu; Improve tree-sitter documentation
2022-11-07 Yuan Fu; Improve docstring of treesit-simple-indent-presets
2022-11-07 Yuan FuAdd tree-sitter indent preset "point-min"
2022-11-07 Yuan FuAdd treesit--indent-rules-optimize
2022-11-07 Yuan Fu; Documentation fixes for tree-sitter
2022-11-06 Eli Zaretskii; More documentation improvements for treesit
2022-11-06 Yuan FuFix incorrect tree-sitter fontification
2022-11-06 Yuan FuAllow tree-sitter indent offset to be a variable
2022-11-06 Yuan FuDon't indent empty lines in treesit-indent-region
2022-11-06 Yuan FuMake treesit-language-at work in more situations
2022-11-06 Yuan Fu; Fix documentation for tree-sitter
2022-11-05 Eli Zaretskii; Minor fixes to documentation
2022-11-05 Eli Zaretskii; Fix minor issues with Tree-sitter documentation in...
2022-11-04 Yuan Fu; * lisp/treesit.el (treesit-inspect-node-at-point...
2022-11-04 Yuan Fu; * lisp/treesit.el (treesit-ready-p): Fix typo.
2022-11-04 Yuan Fu; Minor improvement in treesit-inspect-mode
2022-11-04 Yuan Fu; * lisp/treesit.el (treesit-update-ranges): Update...
2022-11-04 Yuan Fu; Replace error with signal in treesit.el
2022-11-04 Yuan Fu; Remove unused tree-sitter functions
2022-11-04 Yuan FuAdd treesit-indent-error
2022-11-04 Yuan FuRevise tree-sitter facility for multi-language buffers
2022-11-04 Yuan Fu; * lisp/progmodes/js.el (js--fontify-template-string...
2022-11-04 Yuan FuFix treesit-parser-set-included-ranges
2022-11-04 Yuan Fu; * src/treesit.c: Minor comment change.
2022-11-04 Yuan Fu; Tree-sitter: Don't refontify if entity contained...
2022-11-03 Yuan FuAdd contextual tree-sitter font-lock to ts-mode and...
2022-11-03 Yuan FuMinor change to tree-sitter imenu function of js-mode
2022-11-03 Yuan Fu; Update guides in /admin/notes/tree-sitter
2022-11-03 Po LuMore style fixes to tree-sitter code
2022-11-03 Po LuMinor fixes to last tree-sitter change
2022-11-03 Po LuStylistic changes to tree-sitter code
2022-11-03 Yuan FuCheck for outdated tree-sitter node when printing
2022-11-03 Yuan Fu; * src/print.c (print_vectorlike): Fix comment for...
2022-11-03 Yuan FuPass region start and end to tree-sitter fontification...
2022-11-02 Yuan FuAdd handling of contextual entities in tree-sitter...
2022-11-02 Yuan FuChange signature of tree-sitter font-lock functions
2022-11-01 Yuan FuFix string fontification for tree-sitter python-mode
2022-11-01 Yuan FuDon't print buffer when printing tree-sitter node and...
2022-11-01 Yuan Fu; Tree-sitter font-lock debugging: print node type...
2022-11-01 Yuan FuAllow user to add/remove tree-sitter font-lock features
2022-11-01 Yuan FuQuery on the root node in tree-sitter font-lock
2022-10-31 Yuan Fu; Explain the BEG and END argument in treesit-query...
2022-10-31 Yuan FuUse treesit-fontify-with-override in tree-sitter functions
2022-10-31 Yuan FuAdd an argument OVERRIDE to tree-sitter font-lock functions
2022-10-31 Yuan Fu; * lisp/treesit.el (tresit--font-lock-verbose): Fix...
2022-10-31 Yuan FuUse tree-sitter for font-lock's syntactic function...
2022-10-31 Yuan FuImprove python tree-sitter's string fontification
2022-10-31 Yuan FuAdd tresit--font-lock-verbose
2022-10-31 Yuan FuSet jit-lock-contextually in treesit-major-mode-setup
2022-10-30 Yuan FuSeparate python tree-sitter fontification into features
2022-10-29 Yuan FuFix byte-compile warning in treesit.el
2022-10-29 Yuan FuNot return noindent in treesit-indent
2022-10-29 Yuan FuAdd treesit-node-top-level
2022-10-29 Yuan FuReflect recent change in tree-sitter manual sections
2022-10-29 Yuan FuFix parent-bol preset for tree-sitter indent
2022-10-29 Yuan FuKeep cursor position in treesit-indent
2022-10-29 Yuan FuRemove hack in js-mode's tree-sitter indentation rules
2022-10-29 Yuan FuRefine handling of node at point in treesit-indent
2022-10-29 Yuan FuFix treesit-indent-region
2022-10-29 Yuan FuRemove test of treesit-language-at
2022-10-29 Yuan FuByte-compile treesit-simple-indent-presets
2022-10-29 Yuan FuAdd treesit-indent-region
2022-10-28 Yuan FuMake Emacs compile without tree-sitter library
2022-10-28 Yuan Fu; Make ts-mode indent rules more compact (whitespace...
2022-10-28 Theodor ThornhillAdd in new font lock features in js/ts-mode
2022-10-28 Yuan Fu* configure.ac (emacs_config_features): Change to TREE_...
2022-10-28 Stefan KangasMinor doc fixes in treesit.el
2022-10-28 Yuan FuReflect tree-sitter indent rule presets change in manual
2022-10-28 Theodor ThornhillImprove tree-sitter indent rules in ts-mode and js...
2022-10-28 Yuan FuAdd some js-mode tree-sitter indent rules
2022-10-28 Yuan Fu; * lisp/treesit.el (treesit-simple-indent-presets...
2022-10-28 Yuan FuRemove tree-sitter-indent's integration with cc-mode
2022-10-28 Yuan Fu* configure.ac (WINDOW_SYSTEM_OBJ): Move tree-sitter...
2022-10-27 Stefan KangasMinor copy-edits in tree-sitter docs
2022-10-27 Stefan Kangas; Fix typos and formatting in tree-sitter docs
2022-10-27 Stefan Kangas; Update copyright years
2022-10-27 Stefan Kangas; Fix typos and formatting in treesit.[ch]
2022-10-27 Stefan Kangas; * src/treesit.c: Fix typos.
2022-10-27 Stefan Kangas; * lisp/treesit.el: Minor copy-edits of documentation.
2022-10-27 Yuan FuPlug tree-sitter-simple-indent into c-offset-alist
2022-10-27 Yuan Fu* lisp/treesit.el (treesit-node-top-level-p): New argum...
next