summaryrefslogtreecommitdiff
path: root/test/lisp/textmodes
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-26Noam Postavsky2019-06-251-0/+2
|\
| * Fix sgml-mode handling of quotes within parens (Bug#36347)Noam Postavsky2019-06-251-0/+22
* | Split up and add tests for two page.el functionsSimen Heggestøyl2019-06-231-1/+18
* | Use lexical-binding in underline.el and add testsStefan Kangas2019-06-091-0/+42
* | Fix some SGML syntax edge cases (Bug#33887)Noam Postavsky2019-06-041-7/+38
* | Use lexical-binding in paragraphs.el and add testsStefan Kangas2019-06-011-0/+165
* | Use lexical-binding in page.el and add testsSimen Heggestøyl2019-06-011-0/+86
* | * lisp/textmodes/sgml-mode.el: Fix lone `>` in sgml textStefan Monnier2019-05-221-0/+4
* | * lisp/textmodes/sgml-mode.el (sgml-syntax-propertize-rules): Fix typoStefan Monnier2019-05-151-0/+7
* | Merge from origin/emacs-26Glenn Morris2019-05-141-1/+0
|\ \ | |/
| * Recognize single quote attribute values in nxml and sgml (Bug#35381)Noam Postavsky2019-05-091-1/+0
* | * test/lisp/textmodes/conf-mode-tests.el (conf-test-align-assignments):Glenn Morris2019-02-151-1/+1
* | Add basic conf-mode testsAlex Branham2019-02-151-0/+204
* | Update more copyright yearsPaul Eggert2018-12-311-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-12-316-6/+6
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-016-6/+6
* | Add Imenu support to CSS mode and its derivativesSimen Heggestøyl2018-05-291-1/+14
* | Handle quotation marks and apostrophes in ‘sgml-quote’Michal Nazarewicz2018-04-071-0/+30
* | Merge from origin/emacs-26Glenn Morris2018-02-091-1/+1
|\ \ | |/
| * Fix shr and CSS 4 color mapsBasil L. Contovounesios2018-02-071-1/+1
* | Shorten CSS hex colors when possibleSimen Heggestøyl2018-01-281-3/+12
* | Fix off-by-one error in 'css--hex-to-rgb'Simen Heggestøyl2018-01-281-1/+3
* | ; * test/lisp/textmodes/fill-tests.el: Fix copyright years.Glenn Morris2018-01-261-1/+1
* | Merge branch 'fix/bug-20871-cur'Marcin Borkowski2018-01-241-0/+50
|\ \
| * | Add simple tests for the `fill-polish-nobreak-p' functionMarcin Borkowski2018-01-151-0/+50
* | | Parse percent values in CSS alpha componentsSimen Heggestøyl2018-01-211-7/+9
|/ /
* | Merge from origin/emacs-26Paul Eggert2018-01-016-6/+6
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-016-6/+6
* | Add command for cycling between CSS color formatsSimen Heggestøyl2017-12-171-0/+73
|/
* Fix off-by-one error in 'css--hex-color'Simen Heggestøyl2017-12-161-0/+6
* Add tests for `css-current-defun-name'Simen Heggestøyl2017-09-281-0/+21
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-136-6/+6
* Complete CSS property values less eagerly (Bug#27392)Simen Heggestøyl2017-06-171-1/+6
* ; Move recent test file to correct directory (my mistake)Glenn Morris2017-05-231-0/+58
* Add color highlighting to css-modeTom Tromey2017-05-031-1/+45
* ; Spelling and punctuation fixesPaul Eggert2017-04-061-4/+4
* add mhtml-mode.elTom Tromey2017-04-051-0/+58
* Fix bug in css--mdn-find-symbolTom Tromey2017-02-111-1/+2
* css-mode documentation lookup featureTom Tromey2017-01-301-0/+15
* test/*.el: Avoid byte-compiler warningsJuanma Barranquero2017-01-281-1/+1
* Update copyright year to 2017 in masterPaul Eggert2017-01-011-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-013-3/+3
* Add tests for foreign completions in CSS modeSimen Heggestøyl2016-10-151-1/+35
* Complete "initial" and "unset" in CSS modeSimen Heggestøyl2016-07-061-1/+2
* Add completion of colors in CSS modeEtienne Prud’homme2016-05-221-1/+1
* Add tests for CSS mode completionSimen Heggestøyl2016-05-071-10/+114
* Add completion of `calc()' in CSS modeSimen Heggestøyl2016-04-261-2/+2
* Don't let `css--property-values' return duplicatesSimen Heggestøyl2016-04-241-4/+14
* Cache results of `css--property-values'Simen Heggestøyl2016-04-241-0/+7
* Support completion of attribute values in CSS modeSimen Heggestøyl2016-03-231-0/+66