Git Product home page Git Product logo

Comments (5)

ccampbell avatar ccampbell commented on September 27, 2024

Javascript depends on the generic language patterns so you have to include that first. As for the style tags, <pre> blocks will format content exactly as it appears so it is probably a best practice to use spaces vs. tabs and unindent everything you want formatted.

This fork of your fiddle has it all working: https://jsfiddle.net/7kvcguez/

from rainbow.

Neohiro79 avatar Neohiro79 commented on September 27, 2024

Thank you so much @ccampbell !!!

from rainbow.

Neohiro79 avatar Neohiro79 commented on September 27, 2024

One more question:

Do I need to include generic.js above any other programming language except for HTML & CSS?

Or is the best way to do it like you described here:

If you want a minimized version with all languages you can pass

gulp build --languages=all

??

from rainbow.

ccampbell avatar ccampbell commented on September 27, 2024

Certain languages depend on the generic patterns, but not all.

var needsGeneric = ['php', 'python', 'javascript', 'go', 'c', 'r', 'coffeescript', 'haskell'];

The best bet is using gulp build to create a custom bundle and passing whatever languages you want in a list. You can also use the bundler from the rainbow website, but it is using a slightly out of date version of rainbow (long story) http://rainbowco.de

from rainbow.

Neohiro79 avatar Neohiro79 commented on September 27, 2024

Thanx for that damn quick reply Craig! You're the best!!

from rainbow.

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.