diff options
| author | Simen Heggestøyl | 2016-05-05 21:21:10 +0200 |
|---|---|---|
| committer | Simen Heggestøyl | 2016-05-05 21:22:36 +0200 |
| commit | d546ed13b04521308ef7ec8e7e5b68e03f1bbb38 (patch) | |
| tree | e1d3f242d491fa6ae40cb2c6177697fd1d9848ec /etc | |
| parent | 67fa7f13d499eb5fc1d697da6c636b20728da22f (diff) | |
| download | emacs-d546ed13b04521308ef7ec8e7e5b68e03f1bbb38.tar.gz emacs-d546ed13b04521308ef7ec8e7e5b68e03f1bbb38.zip | |
Support completion of HTML tags in CSS selectors
* lisp/textmodes/css-mode.el (css--html-tags): New variable holding a
list of HTML tags for completion.
(css--nested-selectors-allowed): New variable for determining whether
nested selectors are allowed in the current mode.
(css--complete-selector): New function for completing part of a CSS
selector.
(css-completion-at-point): Support completion of selectors.
(scss-mode): Allow nested selectors.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -282,8 +282,8 @@ different group ID. | |||
| 282 | ** CSS mode | 282 | ** CSS mode |
| 283 | 283 | ||
| 284 | --- | 284 | --- |
| 285 | *** Support for completing attribute values and bang-rules using the | 285 | *** Support for completing attribute values, at-rules, bang-rules, and |
| 286 | 'completion-at-point' command. | 286 | HTML tags using the 'completion-at-point' command. |
| 287 | 287 | ||
| 288 | +++ | 288 | +++ |
| 289 | ** Emacs now supports character name escape sequences in character and | 289 | ** Emacs now supports character name escape sequences in character and |