Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
935fa615
Commit
935fa615
authored
Jan 01, 2015
by
Simen Heggestøyl
Committed by
Stefan Monnier
Jan 01, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/textmodes/css-mode.el (scss-mode): Fix typo.
Fixes: debbugs:19446
parent
17263d51
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
lisp/ChangeLog
lisp/ChangeLog
+5
-1
lisp/textmodes/css-mode.el
lisp/textmodes/css-mode.el
+2
-2
No files found.
lisp/ChangeLog
View file @
935fa615
2015-01-01 Simen Heggestøyl <simenheg@gmail.com> (tiny change)
* textmodes/css-mode.el (scss-mode): Fix typo (bug#19446).
2014-12-31 Paul Eggert <eggert@cs.ucla.edu>
Less 'make' chatter in lisp directory
...
...
@@ -22781,7 +22785,7 @@ See ChangeLog.16 for earlier changes.
;; coding: utf-8
;; End:
Copyright (C) 2011-201
4
Free Software Foundation, Inc.
Copyright (C) 2011-201
5
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
lisp/textmodes/css-mode.el
View file @
935fa615
;;; css-mode.el --- Major mode to edit CSS files -*- lexical-binding: t -*-
;; Copyright (C) 2006-201
4
Free Software Foundation, Inc.
;; Copyright (C) 2006-201
5
Free Software Foundation, Inc.
;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
;; Keywords: hypermedia
...
...
@@ -459,7 +459,7 @@
"Major mode to edit \"Sassy CSS\" files."
(
setq-local
comment-start
"// "
)
(
setq-local
comment-end
""
)
(
setq-local
comment-start-skip
"/[*/]+[ t]*"
)
(
setq-local
comment-start-skip
"/[*/]+[
\
t]*"
)
(
setq-local
comment-end-skip
"[ \t]*\\(?:\n\\|\\*+/\\)"
)
(
setq-local
font-lock-defaults
'
(
scss-font-lock-keywords
nil
t
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment