summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
...
* | Font-lock JSX while editing it by extending regionsJackson Ray Hamilton2019-04-081-7/+74
* | Add basic JSX font-lockingJackson Ray Hamilton2019-04-081-92/+124
* | Use js-jsx- prefix for functions and variablesJackson Ray Hamilton2019-04-081-26/+26
* | js-syntax-propertize: Disambiguate JS from JSX, fixing some indentsJackson Ray Hamilton2019-04-081-1/+99
* | Refactor JSX indentation code to improve enclosing JSX discoveryJackson Ray Hamilton2019-04-081-196/+141
* | Rename variable for clarityMattias Engdegård2019-04-071-3/+3
* | Fix more regexp odditiesPaul Eggert2019-04-072-3/+2
* | Don't check comp-buffer-name-function in derived mode (Bug#34956)Troy Hinckley2019-04-041-2/+1
* | * lisp/progmodes/compile.el (compilation-error-regexp-alist): TypoStefan Monnier2019-04-041-1/+1
* | Fix bug in gud-gdb-marker-filter: first marker does not start with \nStephen Leake2019-04-031-1/+1
* | * lisp/progmodes/compile.el: Use non-nil values for *-functionStefan Monnier2019-04-031-14/+19
* | * lisp/progmodes/compile.el: Allow 'line' functions in error-regexp-alistStefan Monnier2019-04-031-126/+89
* | Fix verilog-mode vmm statements and AUTOINPUTREG ignores.Wilson Snyder2019-04-021-14/+20
* | Improve regexp advice again, and unchain rangesPaul Eggert2019-04-022-2/+2
* | Allow a CC Mode derived mode to have strings delimited by single quotes.Alan Mackenzie2019-03-302-21/+43
* | Fix (again) regexp bug in CC Mode.Alan Mackenzie2019-03-291-1/+1
* | Improve C++ raw string fontification.Alan Mackenzie2019-03-275-238/+562
* | 2019-03-26 regex cleanupPaul Eggert2019-03-261-5/+3
* | Avoid occasional confusion of Flymake C/C++ backendJoão Távora2019-03-251-1/+3
* | Make bundled Flymake C backend work for C++, tooJoão Távora2019-03-251-1/+5
* | i18n: Add function ngettext for pluralization.Juri Linkov2019-03-241-2/+5
* | * lisp/progmodes/xref.el (xref--show-xrefs): Push mark. (Bug#34908)Juri Linkov2019-03-241-0/+1
* | * lisp/progmodes/sql.el Bug#25424Michael R. Mauger2019-03-221-1/+1
* | Merge from origin/emacs-26Glenn Morris2019-03-201-1/+1
|\ \ | |/
| * * lisp/progmodes/cc-defs.el: Update c-version to 5.33.2 for Emacs 26.2Alan Mackenzie2019-03-101-1/+1
* | More minor regex cleanupPaul Eggert2019-03-192-2/+2
* | Fix more regular expression typosPaul Eggert2019-03-1811-22/+22
* | Ebrowse: Use invisibility-spec instead of selective-displayStefan Monnier2019-03-181-98/+77
* | Fix some ineffective backslashes in string literalsMattias Engdegård2019-03-164-6/+6
* | Bring back Emacs 26 compatibility to flymake.elPaul Eggert2019-03-151-1/+3
* | * lisp/progmodes/python.el (python-rx-constituents): Fix ordering in `or`Stefan Monnier2019-03-131-1/+1
* | Correct the indentation of CC Mode brace listsAlan Mackenzie2019-03-127-167/+402
* | More regexp corrections and tweaksPaul Eggert2019-03-103-3/+3
* | (ruby-add-log-current-method): Recognize methods ending with ? or !Dmitry Gutov2019-03-111-1/+1
* | project--find-regexp-in-files: Use 'grep -E'Dmitry Gutov2019-03-111-1/+1
* | Merge from origin/emacs-26Glenn Morris2019-03-091-1/+1
|\ \ | |/
| * Avoid undefined behavior in gdb-mi.elEli Zaretskii2019-03-071-1/+1
* | CC Mode: Correct some incorrect regular expressions:Alan Mackenzie2019-03-092-3/+3
* | Do not hardcode "/bin/sh" in compile. Bug#24338, Bug#29723Michael Albinus2019-03-091-9/+10
* | More regexp corrections and tweaksPaul Eggert2019-03-083-7/+7
* | Be safer about "%" in message formatsPaul Eggert2019-03-072-6/+4
* | Fix regexp issues introduced in last trunk commit.Wilson Snyder2019-03-051-2/+2
* | Fix regular-expression glitches and typos. Update verilog-mode from upstream.Wilson Snyder2019-03-051-19/+21
* | Fix regular-expression glitches and typosPaul Eggert2019-03-0419-50/+50
* | Correct some slightly incorrect regular expressions:Alan Mackenzie2019-03-033-5/+5
* | Merge from origin/emacs-26Glenn Morris2019-03-011-1/+1
|\ \ | |/
| * Fix last change on 'compilation-parse-errors'Tobias Bading2019-03-011-1/+1
| * Backport: js--re-search-backward-inner: Fix infloopDmitry Gutov2019-02-251-8/+1
* | Add 'breakpoint' to builtins for PythonEvan Moses2019-03-011-1/+1
* | Jump to the current error in xref with zero prefix argFelicián Németh2019-02-231-2/+4