mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Include .scss file samples
This commit is contained in:
@@ -252,7 +252,8 @@
|
||||
".rs"
|
||||
],
|
||||
"Sass": [
|
||||
".sass"
|
||||
".sass",
|
||||
".scss"
|
||||
],
|
||||
"Scala": [
|
||||
".sbt",
|
||||
@@ -388,8 +389,8 @@
|
||||
".gemrc"
|
||||
]
|
||||
},
|
||||
"tokens_total": 363536,
|
||||
"languages_total": 433,
|
||||
"tokens_total": 363564,
|
||||
"languages_total": 434,
|
||||
"tokens": {
|
||||
"ABAP": {
|
||||
"*/**": 1,
|
||||
@@ -35404,22 +35405,27 @@
|
||||
"port2.recv": 1
|
||||
},
|
||||
"Sass": {
|
||||
"blue": 4,
|
||||
"#3bbfce": 1,
|
||||
"margin": 4,
|
||||
"px": 1,
|
||||
"blue": 7,
|
||||
"#3bbfce": 2,
|
||||
";": 6,
|
||||
"margin": 8,
|
||||
"px": 3,
|
||||
".content_navigation": 1,
|
||||
"{": 2,
|
||||
"color": 4,
|
||||
"}": 2,
|
||||
".border": 2,
|
||||
"padding": 2,
|
||||
"/": 4,
|
||||
"border": 3,
|
||||
"solid": 1,
|
||||
".content": 1,
|
||||
"-": 3,
|
||||
"navigation": 1,
|
||||
"border": 2,
|
||||
"color": 3,
|
||||
"darken": 1,
|
||||
"(": 1,
|
||||
"%": 1,
|
||||
")": 1,
|
||||
".border": 1,
|
||||
"padding": 1,
|
||||
"/": 2
|
||||
")": 1
|
||||
},
|
||||
"Scala": {
|
||||
"SHEBANG#!sh": 2,
|
||||
@@ -39477,7 +39483,7 @@
|
||||
"Rebol": 11,
|
||||
"Ruby": 3854,
|
||||
"Rust": 3566,
|
||||
"Sass": 28,
|
||||
"Sass": 56,
|
||||
"Scala": 420,
|
||||
"Scheme": 3478,
|
||||
"Scilab": 69,
|
||||
@@ -39579,7 +39585,7 @@
|
||||
"Rebol": 1,
|
||||
"Ruby": 16,
|
||||
"Rust": 1,
|
||||
"Sass": 1,
|
||||
"Sass": 2,
|
||||
"Scala": 3,
|
||||
"Scheme": 1,
|
||||
"Scilab": 3,
|
||||
@@ -39606,5 +39612,5 @@
|
||||
"Xtend": 2,
|
||||
"YAML": 1
|
||||
},
|
||||
"md5": "748cee37cde5be6ab7d9349db78010df"
|
||||
"md5": "094112556d8fb14809a3fcbc1a481c7c"
|
||||
}
|
||||
12
samples/Sass/demo.scss
Normal file
12
samples/Sass/demo.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
$blue: #3bbfce;
|
||||
$margin: 16px;
|
||||
|
||||
.content_navigation {
|
||||
color: $blue;
|
||||
}
|
||||
|
||||
.border {
|
||||
padding: $margin / 2;
|
||||
margin: $margin / 2;
|
||||
border: 2px $blue solid;
|
||||
}
|
||||
Reference in New Issue
Block a user