aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/js.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Fix another narrow-to-defun problem in js-modeLars Ingebrigtsen2021-11-201-1/+1
* | Fix `narrow-to-defun' in "async function" in js-modeLars Ingebrigtsen2021-11-181-12/+20
* | Don't use obsolete variable `find-tag-marker-ring`Mattias Engdegård2021-10-241-6/+3
* | Remove MozRepl stuff from js.elLars Ingebrigtsen2021-10-041-1128/+10
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-9/+7
* * lisp/progmodes/js.el (js--make-framework-matcher): Use a closureStefan Monnier2021-05-181-8/+8
* Tweak indentation of #foo in js-modeLars Ingebrigtsen2021-05-121-0/+5
* Fix indentation of lines starting with # in js-modeLars Ingebrigtsen2021-05-091-1/+0
* Remove unnecessary call to message in js.elMatt Beshara2021-05-051-1/+0
* ; Normalize and add missing first and last linesStefan Kangas2021-04-191-1/+1
* Don't hard-code "~/.emacs.d/" in two more placesStefan Kangas2021-04-191-2/+3
* Speed up json.el encodingBasil L. Contovounesios2021-03-061-3/+3
* Add "of" as a keyword in js-modeLars Ingebrigtsen2021-03-041-1/+1
* Remove redundant :group args in progmodes/*.elStefan Kangas2021-02-131-36/+16
* Prefer defvar-local in progmodes/*.elStefan Kangas2021-01-311-13/+6
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Comment JSX lines using JSX syntaxLars Ingebrigtsen2020-10-221-0/+11
* Fix filling in js-mode and mhtml-mode (js-mode parts), fixing bug #41897Alan Mackenzie2020-07-041-1/+3
* * lisp/progmodes/js.el (js-mode): Remove second call to c-init-language-varsAlan Mackenzie2020-06-071-1/+0
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Ignore comments and strings when matching JSXJackson Ray Hamilton2019-12-071-18/+20
* ; * lisp/progmodes/js.el: Fix typoJackson Ray Hamilton2019-12-071-1/+1
* ; * lisp/progmodes/js.el: Remove unnecessary concatJackson Ray Hamilton2019-12-071-1/+1
* Add a full set of CC Mode language variables to js.el.Alan Mackenzie2019-11-061-8/+21
* lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-171-1/+1
* Correct some more custom type specsRobert Pluim2019-10-111-1/+2
* Ignore comments and strings when recognizing JSXJackson Ray Hamilton2019-09-221-1/+5
* Make js-jsx-regexps case-sensitiveJackson Ray Hamilton2019-09-221-2/+4
* Specify the matching chars for JSX open/close parenthesisJackson Ray Hamilton2019-06-041-2/+4
* Revert "Add extra text property to fix issue with js2-mode integration"Jackson Ray Hamilton2019-06-041-13/+4
* Update author/maintainer infoPaul Eggert2019-05-261-2/+2
* Add extra text property to fix issue with js2-mode integrationJackson Ray Hamilton2019-04-101-4/+13
* Add new defcustom js-jsx-align->-with-<Jackson Ray Hamilton2019-04-091-4/+31
* Add new defcustom js-jsx-indent-levelJackson Ray Hamilton2019-04-091-2/+38
* * lisp/progmodes/js.el (js-mode): Don't set comment-start-skip globally!Stefan Monnier2019-04-091-2/+2
* Explain reasonings for JSX syntax support design decisionsJackson Ray Hamilton2019-04-081-0/+109
* Move curly functions closer to where they’re usedJackson Ray Hamilton2019-04-081-20/+20
* Add open/close parenthesis syntax to “<” and “>” in JSXJackson Ray Hamilton2019-04-081-0/+4
* Permit non-ASCII identifiers in JSJackson Ray Hamilton2019-04-081-1/+1
* Identify JSX strings (for js2-mode)Jackson Ray Hamilton2019-04-081-4/+9
* Properly set a dynamic, syntactic mode nameJackson Ray Hamilton2019-04-081-27/+21
* Improve whitespace and unary keyword parsingJackson Ray Hamilton2019-04-081-8/+11
* Optimize js-jsx--enclosing-tag-posJackson Ray Hamilton2019-04-081-5/+17
* Optimize js-jsx--matching-close-tag-posJackson Ray Hamilton2019-04-081-36/+31
* Split JSX indentation calculation into several functionsJackson Ray Hamilton2019-04-081-65/+81
* Indent expressions in JSXAttributes relative to the attribute’s nameJackson Ray Hamilton2019-04-081-39/+58
* Fix counting of nested self-closing JSXOpeningElementsJackson Ray Hamilton2019-04-081-25/+14
* Indent broken arrow function bodies as an N+1th argJackson Ray Hamilton2019-04-081-14/+8