File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 12151215 "foreground" : " #81A1C1"
12161216 }
12171217 },
1218+ {
1219+ "name" : " [Rust] Entity types" ,
1220+ "scope" : " source.rust entity.name.type" ,
1221+ "settings" : {
1222+ "foreground" : " #8FBCBB"
1223+ }
1224+ },
1225+ {
1226+ "name" : " [Rust] Macro" ,
1227+ "scope" : " source.rust meta.macro entity.name.function" ,
1228+ "settings" : {
1229+ "fontStyle" : " bold" ,
1230+ "foreground" : " #88C0D0"
1231+ }
1232+ },
1233+ {
1234+ "name" : " [Rust] Attributes" ,
1235+ "scope" : [
1236+ " source.rust meta.attribute" ,
1237+ " source.rust meta.attribute punctuation" ,
1238+ " source.rust meta.attribute keyword.operator"
1239+ ],
1240+ "settings" : {
1241+ "foreground" : " #5E81AC" ,
1242+ }
1243+ },
1244+ {
1245+ "name" : " [Rust] Traits" ,
1246+ "scope" : " source.rust entity.name.type.trait" ,
1247+ "settings" : {
1248+ "fontStyle" : " bold"
1249+ }
1250+ },
1251+ {
1252+ "name" : " [Rust] Interpolation Bracket Curly" ,
1253+ "scope" : " source.rust punctuation.definition.interpolation" ,
1254+ "settings" : {
1255+ "foreground" : " #EBCB8B" ,
1256+ }
1257+ },
12181258 {
12191259 "name" : " [SCSS] Punctuation Definition Interpolation Bracket Curly" ,
12201260 "scope" : [
You can’t perform that action at this time.
0 commit comments