summaryrefslogtreecommitdiff
path: root/lisp/progmodes/js.el
Commit message (Expand)AuthorAge
...
| * Tweak various ts-mode's indent and fontification (bug#59931)Theodor Thornhill2022-12-12
* | Add prog-fill-reindent-defun (bug#59664)Theodor Thornhill2022-12-11
|/
* Fix fontification of method-invocations in js-ts-mode (bug#59904)Jostein Kjønigsen2022-12-09
* ; Fix typo in js--treesit-imenuRandy Taylor2022-12-06
* Improve treesit-fontify-with-overrideYuan Fu2022-12-04
* Fix comment-start-skip in tree-sitter modes (bug#59690)Yuan Fu2022-12-03
* Remove treesit-comment-start/end and use comment-start/end-skipYuan Fu2022-11-27
* Reorganize treesit-font-lock-feaure-list's to the new level schemeYuan Fu2022-11-26
* Utilize new font-lock faces for more tree-sitter modes (Bug#59397)Randy Taylor2022-11-22
* ; * lisp/progmodes/js.el (js-ts-mode): Add autoload cookie.Yuan Fu2022-11-21
* ; Silence byte-compiler warningsEli Zaretskii2022-11-21
* Add separate keymaps for js/python/css-ts-modeYuan Fu2022-11-21
* Limit recursion level for tree-sitter imenu functionsYuan Fu2022-11-20
* Fix uses of treesit-ready-pYuan Fu2022-11-19
* Remove tree-sitter setup from js-json-modeYuan Fu2022-11-19
* Fix tree-sitter comment indentation for C-like languagesYuan Fu2022-11-19
* Separate native and tree-sitter variant of js-modeYuan Fu2022-11-19
* Remove the contextual hack in tree-sitter fontificationYuan Fu2022-11-15
* Improve tree-sitter imenu for c-mode and js-modeYuan Fu2022-11-12
* Allow tree-sitter indent offset to be a variableYuan Fu2022-11-05
* ; Minor fixes to documentationEli Zaretskii2022-11-05
* ; * lisp/progmodes/js.el (js--fontify-template-string): Fix typo.Yuan Fu2022-11-04
* Add contextual tree-sitter font-lock to ts-mode and js-modeYuan Fu2022-11-03
* Minor change to tree-sitter imenu function of js-modeYuan Fu2022-11-03
* Pass region start and end to tree-sitter fontification functionsYuan Fu2022-11-02
* Change signature of tree-sitter font-lock functionsYuan Fu2022-11-02
* Use treesit-fontify-with-override in tree-sitter functionsYuan Fu2022-10-31
* Add an argument OVERRIDE to tree-sitter font-lock functionsYuan Fu2022-10-31
* Add treesit-node-top-levelYuan Fu2022-10-29
* Remove hack in js-mode's tree-sitter indentation rulesYuan Fu2022-10-29
* Add in new font lock features in js/ts-modeTheodor Thornhill2022-10-28
* Improve tree-sitter indent rules in ts-mode and js-modeTheodor Thornhill2022-10-28
* Add some js-mode tree-sitter indent rulesYuan Fu2022-10-28
* Remove tree-sitter-indent's integration with cc-modeYuan Fu2022-10-28
* Plug tree-sitter-simple-indent into c-offset-alistYuan Fu2022-10-26
* Generalize js--treesit-imenu-top-level-pYuan Fu2022-10-26
* Add tree-sitter imenu support for js-mode and ts-modeYuan Fu2022-10-26
* Don't disable parse cache in tree-sitter activated js-modeYuan Fu2022-10-25
* New tree-sitter toggle schemeYuan Fu2022-10-25
* Revise the toggle scheme of tree-sitter (again)Yuan Fu2022-10-19
* Add more granular features in font-lockingTheodor Thornhill2022-10-18
* Install new toggle scheme for tree-sitterYuan Fu2022-10-18
* Fix js/ts tree-sitter template_string font-lockYuan Fu2022-10-17
* Rework tree-sitter font-lockYuan Fu2022-10-13
* Fix byte-compile warning for js--treesit-defun-type-regexpTheodor Thornhill2022-10-11
* Fix js--treesit-beginning/end-of-defunYuan Fu2022-10-10
* Add tree-sitter functionality to js-modeTheodor Thornhill2022-10-10
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-23
* js.el: Tweak last changeStefan Monnier2022-08-13
* js--font-lock-keywords-2: Remove the 'for each' matcherDmitry Gutov2022-08-10