]> git.eshelyaron.com Git - emacs.git/commit
Allow underscores in CSS variable names
authorSimen Heggestøyl <simenheg@gmail.com>
Sun, 10 May 2020 12:44:26 +0000 (14:44 +0200)
committerSimen Heggestøyl <simenheg@gmail.com>
Sun, 10 May 2020 12:57:22 +0000 (14:57 +0200)
commit1efaa1d66b9bc51284c7cac4477f45c9bde4fcfb
treeba11ecbc24d94c76f0bd5171ef87237dc880352b
parent2df2f787116a9b0f3907ffbf1027c2eab0804e7d
Allow underscores in CSS variable names

* lisp/textmodes/css-mode.el (css-nmchar-re): Allow underscores in
variable names (and in identifiers in general).

* test/manual/indent/css-mode.css: Add some examples of variable names
with underscores in them.

* test/manual/indent/less-css-mode.less: Add some examples of variable
names with underscores in them.

* test/manual/indent/scss-mode.scss: Add some examples of variable
names with underscores in them.
lisp/textmodes/css-mode.el
test/manual/indent/css-mode.css
test/manual/indent/less-css-mode.less
test/manual/indent/scss-mode.scss