]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
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...
2022-10-27 Yuan FuGeneralize js--treesit-imenu-top-level-p
2022-10-26 Yuan FuAdd tree-sitter navigation support to python-mode
2022-10-26 Yuan FuAdd tree-sitter imenu support for js-mode and ts-mode
2022-10-26 Yuan FuFix tree-sitter navigation
2022-10-26 Yuan Fu* src/treesit.c (treesit_search_dfs): Fix traverse...
2022-10-26 Yuan Fu; * src/treesit.c (treesit_search_forward): Fix comment.
2022-10-26 Yuan Fu* src/treesit.c (treesit_search_forward): Fix traverses...
2022-10-26 Yuan FuDon't disable parse cache in tree-sitter activated...
2022-10-25 Yuan Fu* lisp/treesit.el (treesit-simple-indent-rules): Make...
2022-10-25 Yuan FuFix treesit-language-at
2022-10-25 Yuan FuNew tree-sitter toggle scheme
2022-10-24 Yuan Fu* lisp/progmodes/ts-mode.el (ts-mode): Fix font-lock...
2022-10-24 Yuan Fu* lisp/treesit.el (treesit-node-at): Remove argument...
2022-10-24 Yuan Fu* lisp/treesit.el (treesit-parser-range-on): New function.
2022-10-24 Yuan FuFix treesit-beginning/end-of-defun
2022-10-24 Yuan FuMake treesit-search-forward-goto accept a NODE argument
2022-10-24 Yuan FuMake treesit-node-at return the last leaf node at EOB
2022-10-24 Yuan FuMake treesit-node-child and fiends accept negative...
2022-10-23 Yuan Fu; * lisp/treesit.el (treesit-range-functions): Fix...
2022-10-23 Yuan Fu* lisp/treesit.el (treesit-node-at): Add LARGEST argument.
2022-10-23 Yuan FuChange function signiture of treesit search functions
2022-10-23 Yuan Fu; Resolve FIXME's in tree-sitter manual sections
2022-10-23 Eli Zaretskii; Minor copyedits of tree-sitter stuff in ELisp manual
2022-10-23 Yuan FuFix infinite loop in treesit-search-forward-goto
2022-10-23 Yuan FuResolve FIXME's in tree-sitter manual sections
2022-10-22 Eli ZaretskiiClean up tree-sitter sections of the ELisp manual
2022-10-22 Yuan Fu* lisp/treesit.el (treesit-font-lock-enable): Add funct...
2022-10-19 Yuan FuRevise the toggle scheme of tree-sitter (again)
2022-10-18 Yuan FuAdd a new section to tree-sitter's manual node
2022-10-18 Yuan Fu; * lisp/progmodes/python.el (python--backend-toggle...
2022-10-18 Theodor ThornhillAdd more granular features in font-locking
2022-10-18 Yuan FuRename tree-sitter group to treesit
2022-10-18 Yuan Fu* lisp/treesit.el: Add commentary.
2022-10-18 Yuan FuInstall new toggle scheme for tree-sitter
2022-10-18 Daniel Martín; Fix typos in treesit.c
2022-10-18 Yuan FuChange free to xfree in treesit.el
2022-10-18 Yuan FuChange malloc to xmalloc in treesit.c
2022-10-18 Yuan FuFix casts to uint32_t in treesit.c
next