Giter Site home page Giter Site logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Thanks for the suggestion.  I'll track down tonyg and pass this along.

Original comment by [email protected] on 13 Oct 2009 at 1:04

  • Changed state: Started
  • Added labels: Type-Patch, Priority-Medium

from ctemplate.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Hi John,

Thanks for the patch!

I'm assuming you mean "\\({{![^}]*?}}\\)" instead of "\\({{![^}]?}}\\)". Right?

In that case, it looks like this would prevent comments like:

{{! I'm a closing brace "}". }}

But allow comments like:

{{! Line 1
    Line 2 }}

That seems okay, but I wonder if we could allow line breaks without preventing 
closing braces in comments. In some 
regex implementations, [^] matches any character including line breaks (i.e. 
"\\({{![^]*?}}\\)"), but I haven't 
tested that in an emacs mode. Have you tried that?

Tony

Original comment by [email protected] on 14 Oct 2009 at 2:04

from ctemplate.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
Hi Tony,

I haven't.  I'm getting by with "\\({{![^}]+?}}\\)".  

John

Original comment by john.douglas.pritchard on 14 Oct 2009 at 5:53

from ctemplate.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 24, 2024
I took something similar to the original proposal for ctemplate 0.96, just 
released.
 I agree with Tony's comment it doesn't deal properly with } inside comments, but I
think that's pretty rare, so I'm not worrying about it too much.  I'm happy to 
accept
better regexp's in the future, though. :-)

Original comment by [email protected] on 20 Oct 2009 at 5:33

  • Changed state: Fixed

from ctemplate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.