mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
set highlighter for sass and red
This commit is contained in:
parent
d44e950956
commit
4d4dae03ea
@ -34,7 +34,8 @@ brackets can be filled with useful information about this script or program:
|
||||
the author's name, the filename, the version, the license, a summary of what
|
||||
the program does or any other files it needs. The red/System header is just
|
||||
like the red header, only saying "red/System" and not "red".
|
||||
|
||||
```
|
||||
```red
|
||||
Red []
|
||||
|
||||
;this is a commented line
|
||||
|
@ -16,7 +16,7 @@ This tutorial is written using SCSS.
|
||||
|
||||
If you're already familiar with CSS3, you'll be able to pick up Sass relatively quickly. It does not provide any new styling properties but rather the tools to write your CSS more efficiently and make maintenance much easier.
|
||||
|
||||
```scss
|
||||
```sass
|
||||
|
||||
|
||||
//Single line comments are removed when Sass is compiled to CSS.
|
||||
|
Loading…
Reference in New Issue
Block a user