summaryrefslogtreecommitdiff
path: root/lisp/progmodes/js.el
Commit message (Expand)AuthorAge
* * lisp/progmodes/js.el (js--make-framework-matcher): Use a closureStefan Monnier2021-05-18
* Tweak indentation of #foo in js-modeLars Ingebrigtsen2021-05-12
* Fix indentation of lines starting with # in js-modeLars Ingebrigtsen2021-05-09
* Remove unnecessary call to message in js.elMatt Beshara2021-05-05
* ; Normalize and add missing first and last linesStefan Kangas2021-04-19
* Don't hard-code "~/.emacs.d/" in two more placesStefan Kangas2021-04-19
* Speed up json.el encodingBasil L. Contovounesios2021-03-06
* Add "of" as a keyword in js-modeLars Ingebrigtsen2021-03-04
* Remove redundant :group args in progmodes/*.elStefan Kangas2021-02-13
* Prefer defvar-local in progmodes/*.elStefan Kangas2021-01-31
* Update copyright year to 2021Paul Eggert2021-01-01
* Comment JSX lines using JSX syntaxLars Ingebrigtsen2020-10-22
* Fix filling in js-mode and mhtml-mode (js-mode parts), fixing bug #41897Alan Mackenzie2020-07-04
* * lisp/progmodes/js.el (js-mode): Remove second call to c-init-language-varsAlan Mackenzie2020-06-07
* Update copyright year to 2020Paul Eggert2020-01-01
* Ignore comments and strings when matching JSXJackson Ray Hamilton2019-12-07
* ; * lisp/progmodes/js.el: Fix typoJackson Ray Hamilton2019-12-07
* ; * lisp/progmodes/js.el: Remove unnecessary concatJackson Ray Hamilton2019-12-07
* Add a full set of CC Mode language variables to js.el.Alan Mackenzie2019-11-06
* lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-17
* Correct some more custom type specsRobert Pluim2019-10-11
* Ignore comments and strings when recognizing JSXJackson Ray Hamilton2019-09-22
* Make js-jsx-regexps case-sensitiveJackson Ray Hamilton2019-09-22
* Specify the matching chars for JSX open/close parenthesisJackson Ray Hamilton2019-06-04
* Revert "Add extra text property to fix issue with js2-mode integration"Jackson Ray Hamilton2019-06-04
* Update author/maintainer infoPaul Eggert2019-05-26
* Add extra text property to fix issue with js2-mode integrationJackson Ray Hamilton2019-04-10
* Add new defcustom js-jsx-align->-with-<Jackson Ray Hamilton2019-04-09
* Add new defcustom js-jsx-indent-levelJackson Ray Hamilton2019-04-09
* * lisp/progmodes/js.el (js-mode): Don't set comment-start-skip globally!Stefan Monnier2019-04-09
* Explain reasonings for JSX syntax support design decisionsJackson Ray Hamilton2019-04-08
* Move curly functions closer to where they’re usedJackson Ray Hamilton2019-04-08
* Add open/close parenthesis syntax to “<” and “>” in JSXJackson Ray Hamilton2019-04-08
* Permit non-ASCII identifiers in JSJackson Ray Hamilton2019-04-08
* Identify JSX strings (for js2-mode)Jackson Ray Hamilton2019-04-08
* Properly set a dynamic, syntactic mode nameJackson Ray Hamilton2019-04-08
* Improve whitespace and unary keyword parsingJackson Ray Hamilton2019-04-08
* Optimize js-jsx--enclosing-tag-posJackson Ray Hamilton2019-04-08
* Optimize js-jsx--matching-close-tag-posJackson Ray Hamilton2019-04-08
* Split JSX indentation calculation into several functionsJackson Ray Hamilton2019-04-08
* Indent expressions in JSXAttributes relative to the attribute’s nameJackson Ray Hamilton2019-04-08
* Fix counting of nested self-closing JSXOpeningElementsJackson Ray Hamilton2019-04-08
* Indent broken arrow function bodies as an N+1th argJackson Ray Hamilton2019-04-08
* Improve JSX syntax propertizationJackson Ray Hamilton2019-04-08
* Automatically detect JSX in JavaScript filesJackson Ray Hamilton2019-04-08
* Finish replacing SGML-based JSX detection with js-mode’s parsingJackson Ray Hamilton2019-04-08
* Indent JSX as parsed in a JS contextJackson Ray Hamilton2019-04-08
* Propertize and font-lock JSXText and JSXExpressionContainersJackson Ray Hamilton2019-04-08
* Font-lock JSX while editing it by extending regionsJackson Ray Hamilton2019-04-08
* Add basic JSX font-lockingJackson Ray Hamilton2019-04-08