summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Add new file completion tables, change project.el to allow using themscratch/project-uniquify-filesStephen Leake2019-04-251-44/+26
* Fix Bug#33618; define search path variables for grep, byte-compileStephen Leake2019-04-251-0/+9
* Restore fontification of delimiters of multiline CC Mode strings.Alan Mackenzie2019-04-254-22/+56
* Fix some corner cases in the recognition of C++ raw strings.Alan Mackenzie2019-04-251-40/+42
* * lisp/progmodes/sql.elMichael R. Mauger2019-04-241-16/+30
* Fix project-find-regexp search for '--'Dmitry Gutov2019-04-251-1/+1
* Optimize for typing characters into long C++ raw strings.Alan Mackenzie2019-04-232-478/+492
* Merge from origin/emacs-26Glenn Morris2019-04-211-1/+19
|\
| * Add a package: line to c-submit-bug-report.Glenn Morris2019-04-201-1/+19
* | * lisp/progmodes/sql.el Bug#35307Michael R. Mauger2019-04-211-0/+6
* | * lisp/progmodes/sql.el Bug#24483Michael R. Mauger2019-04-211-4/+5
* | * lisp/progmodes.sql.elMichael R. Mauger2019-04-211-19/+23
* | Fix Pike Mode's autodoc doc comments style's continued lines.Alan Mackenzie2019-04-203-23/+173
* | Remove subsumed regexp branchesMattias Engdegård2019-04-191-2/+2
* | Fix regexp branches that subsume other branchesPaul Eggert2019-04-192-2/+2
* | Merge from origin/emacs-26Glenn Morris2019-04-171-9/+10
|\ \ | |/
| * * lisp/progmodes/python.el: Be more careful about temp file removalStefan Monnier2019-04-141-9/+10
* | Make python-shell-prompt-block-regexp match IPython promptAndrii Kolomoiets2019-04-161-1/+1
* | Properly bracket concat of comment-start-skip (Bug#34805)Noam Postavsky2019-04-152-4/+7
* | Sort files in the default impl of project-files alphabeticallyDmitry Gutov2019-04-151-1/+2
* | New faces in xref (bug#23179)Juri Linkov2019-04-141-4/+15
* | * lisp/progmodes/cc-langs.el (c-class-id-suffix-ws-ids-kwds): Correct a typoAlan Mackenzie2019-04-131-1/+1
* | Implement "final" before C++ class inheritance lists.Alan Mackenzie2019-04-132-0/+20
* | Omit/rewrite useless regexp repetitionsPaul Eggert2019-04-122-6/+6
* | Analyze C++ method with & or && ref-qualifier as defun, not brace listAlan Mackenzie2019-04-121-12/+26
* | Fix rgrep in dired using directory for search file patternChristopher Thorne2019-04-111-2/+10
* | 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
* | Use lexical-binding in bug-reference.elAlex Branham2019-04-091-3/+3
* | python.el: don't syntax-propertize single/double quoted stringsStefan Monnier2019-04-091-24/+16
* | * 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
* | Improve JSX syntax propertizationJackson Ray Hamilton2019-04-081-31/+43
* | Automatically detect JSX in JavaScript filesJackson Ray Hamilton2019-04-081-5/+114
* | Finish replacing SGML-based JSX detection with js-mode’s parsingJackson Ray Hamilton2019-04-081-11/+3
* | Indent JSX as parsed in a JS contextJackson Ray Hamilton2019-04-081-142/+165
* | Propertize and font-lock JSXText and JSXExpressionContainersJackson Ray Hamilton2019-04-081-5/+211