Gitpod: Scss/Sass syntax highlighting

Created on 12 Dec 2019  路  5Comments  路  Source: gitpod-io/gitpod

It would be great to see some scss/sass syntax highlighting.

All 5 comments

bump

@nisarhassan12 or @JesterOrNot would you have any ideas on how this could be achieved?

Thanks! @tyrale .scss syntax highlighting already works in Gitpod but it does not work if the file extension is .sass which is a bit sad.

For instance, try https://gitpod.io/#https://github.com/nisarhassan12/portfolio/blob/master/src/scss/components/_button.scss

Syntax highlighting and code completion for .scss files will work.

but if the project uses .sass as the file extension then I would recommend installing this VS Code extension https://marketplace.visualstudio.com/items?itemName=Syler.sass-indented which will add support for .sass files as well.

For installing it just add the following to your .gitpod.yml:

vscode:
  extensions:
    - [email protected]:ncaIHBHEclkm2A3mx7YiYg==

Haven't tested but try https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-scss

Seems to have cool completion

Closing this, as it seems to be resolved. Please comment if anything is missing.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

LinqLover picture LinqLover  路  3Comments

ColbyWTaylor picture ColbyWTaylor  路  3Comments

iksaif picture iksaif  路  3Comments

Kreyren picture Kreyren  路  3Comments

Kreyren picture Kreyren  路  3Comments