Giter Site home page Giter Site logo

Comments (4)

mflatt avatar mflatt commented on June 4, 2024

It turns out that indenting doesn't change the content of the at-expression, because the at-reader is defined to discard any leading whitespace that appears on all lines.

from scribble.

mbutterick avatar mbutterick commented on June 4, 2024

A better example, perhaps:

#lang at-exp racket
@list|{
{
bar
}
}|
'("{" "\n" "bar" "\n" "}")

Gets indented like so:

#lang at-exp racket
@list|{
 {
 bar
}
 }|

Which changes the result:

'(" " "{" "\n" " " "bar" "\n" "}")

from scribble.

mbutterick avatar mbutterick commented on June 4, 2024

Of course, I can use a here-string instead (the indenter seems to leave those alone). Maybe the more specific problem here is that the indenter is mishandling the special case of alternate curly delimiters.

from scribble.

elibarzilay avatar elibarzilay commented on June 4, 2024

Yeah, the whole point of the @-syntax is that tools (like indenters) can invade the text part, but only if the relative indentation in there isn't changed -- but in the last example you have it does indeed change that. It also looks broken with plain {} delimiters: it looks like it's indenting the text inside nested braces by one space.

from scribble.

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.