]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
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
2022-10-17 Yuan FuSimplify error reported by loading tree-sitter language...
2022-10-17 Yuan FuSkip tree-sitter tests unless language definition is...
2022-10-17 Yuan FuFix memory leak in ts_load_language
2022-10-17 Eli ZaretskiiMake sure the treesit path variables are lists
2022-10-17 Eli Zaretskii; Rename ts_* symbols in treesit.c
2022-10-17 Yuan FuFix js/ts tree-sitter template_string font-lock
2022-10-17 Yuan Fu; * src/treesit.c (ts_search_dfs): Fix tab inline.
2022-10-17 Yuan Fu; * src/treesit.c: Change commentary to reflect recent...
2022-10-17 Yuan Fu* lisp/treesit.el (treesit-font-lock-rules): Warn about...
2022-10-17 Eli Zaretskii; Fix doc strings in treesit.c
2022-10-16 Eli Zaretskii; * src/treesit.c: Fix some indentation problems and...
2022-10-16 Eli ZaretskiiSupport MinGW build on MS-Windows
2022-10-15 Yuan FuUpdate ts-mode font-lock to work with tree-sitter's...
2022-10-13 Yuan FuUpdate tree-sitter manual to reflect the previous commit
2022-10-13 Yuan FuRework tree-sitter font-lock
2022-10-13 Yuan Fu* doc/lispref/parsing.texi: Add manual for treesit...
2022-10-13 Yuan Fu* src/treesit.c (Ftreesit_query_language): New function.
2022-10-12 Yuan FuBetter signal data for treesit-load-language-error
2022-10-12 Yuan Fu; Comment and docstring fixup in ts-mode.el
2022-10-12 Theodor ThornhillAdd TypeScript support with tree-sitter
2022-10-11 Theodor ThornhillFix byte-compile warning for js--treesit-defun-type...
2022-10-11 Yuan FuLazily compile tree-sitter query
2022-10-10 Daniel MartínFix typo in Makefile.in
2022-10-10 Yuan FuMake treesit-node-at faster
2022-10-10 Theodor ThornhillFix typo in treesit--check-manual-covarage
2022-10-10 Yuan FuImprove treesit-search-forward-goto so it doens't stuck...
2022-10-10 Yuan Fu* admin/notes/tree-sitter/starter-guide (Navigation...
2022-10-10 Yuan FuFix js--treesit-beginning/end-of-defun
2022-10-10 Theodor ThornhillAdd tree-sitter functionality to js-mode
2022-10-10 Yuan FuFix tree-sitter build script in admin/notes
2022-10-10 Yuan FuRename custom group treesit to tree-sitter
2022-10-10 Yuan FuAdd :version tag for new tree-sitter custom options
2022-10-10 Yuan FuMake python tree-sitter font-lock support decoration...
2022-10-10 Yuan FuMake tree-sitter font-lock support decoration levels
2022-10-10 Yuan FuAdd note on tree-sitter's naming convention
2022-10-07 Yuan FuAdd a :toggle option for tree-sitter font-lock
2022-10-06 Yuan Fu* src/treesit.c (syms_of_treesit): Add Streesit_languag...
2022-10-06 Yuan FuMerge branch 'master' into feature/tree-sitter
2022-10-06 Arash EsbatiPass correct environment name to `reftex-label'
2022-10-06 Lars Ingebrigtsenetc/NEWS: Fix typo in seq-keep entry.
2022-10-06 Justus WinterReplace aging OpenPGP artifacts in gnus' mml-sec tests.
2022-10-06 Justus WinterReplace aging OpenPGP artifacts in the package-resource...
2022-10-06 Justus WinterReplace aging OpenPGP artifacts in the epg tests.
2022-10-06 Justus WinterFix epg's reliance on an implicit GnuPG command.
2022-10-06 Manuel GiraudFix BSD battery mode over TRAMP (bug#58307)
2022-10-06 Matt ArmstrongFix calling `package-reinstall' just after quick initia...
2022-10-06 Gerd MöllmannAdd missing staticpro (bug#58327)
2022-10-06 Gerd MöllmannInhibit GC in probably_quit (bug#58042)
2022-10-06 Stefan Kangas* etc/NEWS: Document how to continue using 'linum'...
next