Giter VIP home page Giter VIP logo

Comments (3)

gpoore avatar gpoore commented on September 17, 2024

Have you tried the development version on GitHub? (That is, download the latest minted.sty and put that in the same location as your document.) The upcoming release reimplements escapeinside handling and will likely fix whatever issues you are having.

from minted.

gpoore avatar gpoore commented on September 17, 2024

Also, if you get things working for some languages but not others (maybe Python works but not bash): escapeinside can be fragile in a language-dependent way based on how it is implemented in Pygments, so in some cases some things can only be accomplished by customizing the Python implementation of the Pygments lexer. Here's the bash implementation: https://github.com/pygments/pygments/blob/master/pygments/lexers/shell.py.

from minted.

Matthew0x avatar Matthew0x commented on September 17, 2024

Have you tried the development version on GitHub? (That is, download the latest minted.sty and put that in the same location as your document.) The upcoming release reimplements escapeinside handling and will likely fix whatever issues you are having.

That's nice to hear!

I like the library very much and will be happy to try out the newer version. Your second answer actually seems correct!
I tried out Bash and Dockerfile prior to posting, but now I have tried the Terraform parser and it seems to bring different results.

Although, pretty ugly, but at least working.

image

\begin{terraform}
    var.<variable-name>.<key-name>
    1 |\textbf{or}| 2
    var.<variable-name>["key-name"]
\end{terraform}

PS: There is a lexer called literally "text", which fits my need and works properly with the escape flag.

from minted.

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.