summaryrefslogtreecommitdiff
path: root/lisp/progmodes/js.el
Commit message (Expand)AuthorAgeFilesLines
* Add comment indent and filling to other tree-sitter major modesYuan Fu2022-12-261-12/+5
* Support treesit-defun-name in tree-sitter major modesYuan Fu2022-12-241-27/+15
* Fix empty pairs in js tree-sitter imenu alist (bug#59945)Charl P. Botha2022-12-201-3/+8
* Indentation fixes for jsx/tsx (bug#60169)Theodor Thornhill2022-12-171-6/+5
* ; Fix typosStefan Kangas2022-12-161-2/+2
* Add indent rules to js/typescript/tsx-ts-mode (bug#60074)Theodor Thornhill2022-12-141-0/+3
* Fix syntax tables of tree-sitter modes (bug#59807)Kai Ma2022-12-131-1/+2
* Tweak various ts-mode's indent and fontification (bug#59931)Theodor Thornhill2022-12-121-0/+1
* Fix fontification of method-invocations in js-ts-mode (bug#59904)Jostein Kjønigsen2022-12-091-12/+15
* ; Fix typo in js--treesit-imenuRandy Taylor2022-12-061-1/+1
* Improve treesit-fontify-with-overrideYuan Fu2022-12-041-1/+1
* Fix comment-start-skip in tree-sitter modes (bug#59690)Yuan Fu2022-12-031-1/+2
* Remove treesit-comment-start/end and use comment-start/end-skipYuan Fu2022-11-271-3/+6
* Reorganize treesit-font-lock-feaure-list's to the new level schemeYuan Fu2022-11-261-3/+4
* Utilize new font-lock faces for more tree-sitter modes (Bug#59397)Randy Taylor2022-11-221-21/+48
* ; * lisp/progmodes/js.el (js-ts-mode): Add autoload cookie.Yuan Fu2022-11-211-0/+1
* ; Silence byte-compiler warningsEli Zaretskii2022-11-211-0/+10
* Add separate keymaps for js/python/css-ts-modeYuan Fu2022-11-211-0/+3
* Limit recursion level for tree-sitter imenu functionsYuan Fu2022-11-201-3/+4
* Fix uses of treesit-ready-pYuan Fu2022-11-191-1/+1
* Remove tree-sitter setup from js-json-modeYuan Fu2022-11-191-38/+1
* Fix tree-sitter comment indentation for C-like languagesYuan Fu2022-11-191-0/+5
* Separate native and tree-sitter variant of js-modeYuan Fu2022-11-191-21/+47
* Remove the contextual hack in tree-sitter fontificationYuan Fu2022-11-151-4/+1
* Improve tree-sitter imenu for c-mode and js-modeYuan Fu2022-11-121-30/+14
* Allow tree-sitter indent offset to be a variableYuan Fu2022-11-051-24/+24
* ; Minor fixes to documentationEli Zaretskii2022-11-051-1/+1
* ; * lisp/progmodes/js.el (js--fontify-template-string): Fix typo.Yuan Fu2022-11-041-2/+2
* Add contextual tree-sitter font-lock to ts-mode and js-modeYuan Fu2022-11-031-1/+14
* Minor change to tree-sitter imenu function of js-modeYuan Fu2022-11-031-5/+5
* Pass region start and end to tree-sitter fontification functionsYuan Fu2022-11-021-10/+12
* Change signature of tree-sitter font-lock functionsYuan Fu2022-11-021-3/+3
* Use treesit-fontify-with-override in tree-sitter functionsYuan Fu2022-10-311-6/+11
* Add an argument OVERRIDE to tree-sitter font-lock functionsYuan Fu2022-10-311-1/+1
* Add treesit-node-top-levelYuan Fu2022-10-291-1/+2
* Remove hack in js-mode's tree-sitter indentation rulesYuan Fu2022-10-291-11/+1
* Add in new font lock features in js/ts-modeTheodor Thornhill2022-10-281-41/+54
* Improve tree-sitter indent rules in ts-mode and js-modeTheodor Thornhill2022-10-281-1/+3
* Add some js-mode tree-sitter indent rulesYuan Fu2022-10-281-26/+33
* Remove tree-sitter-indent's integration with cc-modeYuan Fu2022-10-281-118/+2
* Plug tree-sitter-simple-indent into c-offset-alistYuan Fu2022-10-261-1/+117
* Generalize js--treesit-imenu-top-level-pYuan Fu2022-10-261-13/+1
* Add tree-sitter imenu support for js-mode and ts-modeYuan Fu2022-10-261-0/+99
* Don't disable parse cache in tree-sitter activated js-modeYuan Fu2022-10-251-3/+4
* New tree-sitter toggle schemeYuan Fu2022-10-251-31/+40
* Revise the toggle scheme of tree-sitter (again)Yuan Fu2022-10-191-104/+32
* Add more granular features in font-lockingTheodor Thornhill2022-10-181-38/+46
* Install new toggle scheme for tree-sitterYuan Fu2022-10-181-137/+119
* Fix js/ts tree-sitter template_string font-lockYuan Fu2022-10-171-4/+21
* Rework tree-sitter font-lockYuan Fu2022-10-131-1/+3