]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2022-11-19 Yuan FuExpand css-ts-mode and merge it into css-mode
2022-11-19 Yuan FuChange tree-sitter indent preset 'match' to count on...
2022-11-19 Yuan FuUse keyword-face for declaration commands in tree-sitte...
2022-11-19 Yuan Fu; * lisp/treesit.el (treesit--font-lock-notifier):...
2022-11-19 Yuan FuFix python-mode tree-sitter fontification
2022-11-17 Randy TaylorUtilize new font-lock faces for C/C++ and Python tree...
2022-11-17 Yuan FuImprovements to the tree-sitter setup in sh-script.el
2022-11-17 Yuan Fu; Minor stylistic fix for previous change on sh-script.el
2022-11-17 João P. L.... Initial fontification in sh-mode with tree-sitter
2022-11-17 Yuan Fu; Elaborate on tree-sitter fontification features docum...
2022-11-17 Eli ZaretskiiFix documentation of recent treesit changes
2022-11-16 Yuan FuFix treesit-search-forward not matching leaf nodes
2022-11-16 Yuan FuTweaks on c-ts-mode fontification rules
2022-11-16 Yuan FuFix c-ts-mode-imenu
2022-11-16 Yuan FuAllow checking for outdated nodes in tree-sitter
2022-11-16 Yuan Fu; Add documentation for tree-sitter parser after-change...
2022-11-16 Yuan FuAdd treesit-explore-mode
2022-11-15 Yuan FuAdd emacs-devel-specific font-lock rules to c-ts-mode
2022-11-15 Yuan Fu; * src/treesit.c: Minor stylistic changes.
2022-11-15 Eli ZaretskiiFix the MS-Windows build due to use of a new TS function
2022-11-15 Yuan Fu; Enable highlighting error in c-ts-mode--base-mode
2022-11-15 Yuan FuMake tree-sitter fontification automatically update
2022-11-15 Yuan FuRemove the contextual hack in tree-sitter fontification
2022-11-15 Yuan FuAllow tree-sitter to notify parse-tree changes
2022-11-15 Yuan FuExtract out treesit_make_ranges
2022-11-14 Yuan FuDon't highlight syntax error in c-ts-mode
2022-11-14 Yuan Fu; Remove some tree-sitter tests
2022-11-14 Theodor ThornhillFix some inconsistencies in *-ts-modes
2022-11-14 Yuan Fu; * test/src/treesit-tests.el (treesit-node-check)...
2022-11-14 Yuan FuRemove feature that checks whether tree-sitter node...
2022-11-13 Eli ZaretskiiFix crash on MS-Windows due to memory-allocation proble...
2022-11-12 Yuan FuImprove tree-sitter imenu for c-mode and js-mode
2022-11-12 Yuan Fu; Minor typo fixes for tree-sitter modes
2022-11-12 Theodor ThornhillAdd tree-sitter modes for C-like languages
2022-11-12 Eli ZaretskiiFix recent changes in documentation
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...
next