aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSimen Heggestøyl2016-05-05 21:21:10 +0200
committerSimen Heggestøyl2016-05-05 21:22:36 +0200
commitd546ed13b04521308ef7ec8e7e5b68e03f1bbb38 (patch)
treee1d3f242d491fa6ae40cb2c6177697fd1d9848ec /etc
parent67fa7f13d499eb5fc1d697da6c636b20728da22f (diff)
downloademacs-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/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 21602ff954c..e2026121b95 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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. 286HTML 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