all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#11166: css-mode can't handle single quote in comments
@ 2012-04-04  3:23 Le Wang
  2012-04-04 14:47 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Le Wang @ 2012-04-04  3:23 UTC (permalink / raw)
  To: 11166

[-- Attachment #1: Type: text/plain, Size: 393 bytes --]

Reproducible with fairly recent Emacs 24 build:

<begin CSS>
        // This should have a white bottom border
        // But the way we're running the main border on tab-content, not on
nav-tab
        // means that this sits under the border line, and so our white
border is invisible
        // to fix this, raise the z-index
</end>

Note single quote on line 2 ruins font-locking.

-- 
Le

[-- Attachment #2: Type: text/html, Size: 465 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#11166: css-mode can't handle single quote in comments
  2012-04-04  3:23 bug#11166: css-mode can't handle single quote in comments Le Wang
@ 2012-04-04 14:47 ` Stefan Monnier
  2012-04-04 15:54   ` Le Wang
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2012-04-04 14:47 UTC (permalink / raw)
  To: Le Wang; +Cc: 11166

> Reproducible with fairly recent Emacs 24 build:
> <begin CSS>
>         // This should have a white bottom border
>         // But the way we're running the main border on tab-content, not on
> nav-tab
>         // means that this sits under the border line, and so our white
> border is invisible
>         // to fix this, raise the z-index
> </end>

> Note single quote on line 2 ruins font-locking.

Are // comments supported in CSS nowadays?  Can you point to the
relevant documentation, to see exactly how they work?


        Stefan





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#11166: css-mode can't handle single quote in comments
  2012-04-04 14:47 ` Stefan Monnier
@ 2012-04-04 15:54   ` Le Wang
  0 siblings, 0 replies; 3+ messages in thread
From: Le Wang @ 2012-04-04 15:54 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: 11166

[-- Attachment #1: Type: text/plain, Size: 434 bytes --]

On Wed, Apr 4, 2012 at 10:47 PM, Stefan Monnier <monnier@iro.umontreal.ca>wrote:

>
> Are // comments supported in CSS nowadays?  Can you point to the
> relevant documentation, to see exactly how they work?
>
>
Apologies, I was editing a css.scss file, it skipped my mind that // isn't
a native CSS comment-starter.  I found scss-mode here:

https://github.com/antonj/scss-mode/

for future googlers.



>
>        Stefan
>



-- 
Le

[-- Attachment #2: Type: text/html, Size: 1046 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-04-04 15:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-04  3:23 bug#11166: css-mode can't handle single quote in comments Le Wang
2012-04-04 14:47 ` Stefan Monnier
2012-04-04 15:54   ` Le Wang

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.