index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
js.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix filling in js-mode and mhtml-mode (js-mode parts), fixing bug #41897
Alan Mackenzie
2020-07-04
1
-1
/
+3
*
* lisp/progmodes/js.el (js-mode): Remove second call to c-init-language-vars
Alan Mackenzie
2020-06-07
1
-1
/
+0
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Ignore comments and strings when matching JSX
Jackson Ray Hamilton
2019-12-07
1
-18
/
+20
*
; * lisp/progmodes/js.el: Fix typo
Jackson Ray Hamilton
2019-12-07
1
-1
/
+1
*
; * lisp/progmodes/js.el: Remove unnecessary concat
Jackson Ray Hamilton
2019-12-07
1
-1
/
+1
*
Add a full set of CC Mode language variables to js.el.
Alan Mackenzie
2019-11-06
1
-8
/
+21
*
lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nil
Juanma Barranquero
2019-10-17
1
-1
/
+1
*
Correct some more custom type specs
Robert Pluim
2019-10-11
1
-1
/
+2
*
Ignore comments and strings when recognizing JSX
Jackson Ray Hamilton
2019-09-22
1
-1
/
+5
*
Make js-jsx-regexps case-sensitive
Jackson Ray Hamilton
2019-09-22
1
-2
/
+4
*
Specify the matching chars for JSX open/close parenthesis
Jackson Ray Hamilton
2019-06-04
1
-2
/
+4
*
Revert "Add extra text property to fix issue with js2-mode integration"
Jackson Ray Hamilton
2019-06-04
1
-13
/
+4
*
Update author/maintainer info
Paul Eggert
2019-05-26
1
-2
/
+2
*
Add extra text property to fix issue with js2-mode integration
Jackson Ray Hamilton
2019-04-10
1
-4
/
+13
*
Add new defcustom js-jsx-align->-with-<
Jackson Ray Hamilton
2019-04-09
1
-4
/
+31
*
Add new defcustom js-jsx-indent-level
Jackson Ray Hamilton
2019-04-09
1
-2
/
+38
*
* lisp/progmodes/js.el (js-mode): Don't set comment-start-skip globally!
Stefan Monnier
2019-04-09
1
-2
/
+2
*
Explain reasonings for JSX syntax support design decisions
Jackson Ray Hamilton
2019-04-08
1
-0
/
+109
*
Move curly functions closer to where they’re used
Jackson Ray Hamilton
2019-04-08
1
-20
/
+20
*
Add open/close parenthesis syntax to “<” and “>” in JSX
Jackson Ray Hamilton
2019-04-08
1
-0
/
+4
*
Permit non-ASCII identifiers in JS
Jackson Ray Hamilton
2019-04-08
1
-1
/
+1
*
Identify JSX strings (for js2-mode)
Jackson Ray Hamilton
2019-04-08
1
-4
/
+9
*
Properly set a dynamic, syntactic mode name
Jackson Ray Hamilton
2019-04-08
1
-27
/
+21
*
Improve whitespace and unary keyword parsing
Jackson Ray Hamilton
2019-04-08
1
-8
/
+11
*
Optimize js-jsx--enclosing-tag-pos
Jackson Ray Hamilton
2019-04-08
1
-5
/
+17
*
Optimize js-jsx--matching-close-tag-pos
Jackson Ray Hamilton
2019-04-08
1
-36
/
+31
*
Split JSX indentation calculation into several functions
Jackson Ray Hamilton
2019-04-08
1
-65
/
+81
*
Indent expressions in JSXAttributes relative to the attribute’s name
Jackson Ray Hamilton
2019-04-08
1
-39
/
+58
*
Fix counting of nested self-closing JSXOpeningElements
Jackson Ray Hamilton
2019-04-08
1
-25
/
+14
*
Indent broken arrow function bodies as an N+1th arg
Jackson Ray Hamilton
2019-04-08
1
-14
/
+8
*
Improve JSX syntax propertization
Jackson Ray Hamilton
2019-04-08
1
-31
/
+43
*
Automatically detect JSX in JavaScript files
Jackson Ray Hamilton
2019-04-08
1
-5
/
+114
*
Finish replacing SGML-based JSX detection with js-mode’s parsing
Jackson Ray Hamilton
2019-04-08
1
-11
/
+3
*
Indent JSX as parsed in a JS context
Jackson Ray Hamilton
2019-04-08
1
-142
/
+165
*
Propertize and font-lock JSXText and JSXExpressionContainers
Jackson Ray Hamilton
2019-04-08
1
-5
/
+211
*
Font-lock JSX while editing it by extending regions
Jackson Ray Hamilton
2019-04-08
1
-7
/
+74
*
Add basic JSX font-locking
Jackson Ray Hamilton
2019-04-08
1
-92
/
+124
*
Use js-jsx- prefix for functions and variables
Jackson Ray Hamilton
2019-04-08
1
-26
/
+26
*
js-syntax-propertize: Disambiguate JS from JSX, fixing some indents
Jackson Ray Hamilton
2019-04-08
1
-1
/
+99
*
Refactor JSX indentation code to improve enclosing JSX discovery
Jackson Ray Hamilton
2019-04-08
1
-196
/
+141
*
More minor regex cleanup
Paul Eggert
2019-03-19
1
-1
/
+1
*
Fix regular-expression glitches and typos
Paul Eggert
2019-03-04
1
-1
/
+1
*
Avoid some double-rounding of Lisp timestamps
Paul Eggert
2019-02-22
1
-2
/
+2
*
Indent arrows’ expression bodies like function bodies (Bug#25904)
Jackson Ray Hamilton
2019-02-13
1
-2
/
+21
*
js-indent-align-list-continuation: Make variable safe
Jackson Ray Hamilton
2019-02-13
1
-0
/
+1
*
js--re-search-backward-inner: Fix infloop
Dmitry Gutov
2019-02-01
1
-8
/
+1
*
* lisp/progmodes/js.el: Remove unused (require 'thingatpt).
Leo Liu
2019-01-08
1
-3
/
+1
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
[next]