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" : [
1221+ " source.rust entity.name.type"
1222+ ],
1223+ "settings" : {
1224+ "foreground" : " #8FBCBB"
1225+ }
1226+ },
1227+ {
1228+ "name" : " [Rust] Macro" ,
1229+ "scope" : [
1230+ " meta.macro.rust"
1231+ ],
1232+ "settings" : {
1233+ "fontStyle" : " bold" ,
1234+ "foreground" : " #88C0D0"
1235+ }
1236+ },
1237+ {
1238+ "name" : " [Rust] Attributes" ,
1239+ "scope" : [
1240+ " meta.attribute.rust" ,
1241+ " meta.attribute.rust punctuation" ,
1242+ " meta.attribute.rust keyword.operator"
1243+ ],
1244+ "settings" : {
1245+ "foreground" : " #5E81AC" ,
1246+ }
1247+ },
1248+ {
1249+ "name" : " [Rust] Interpolation Bracket Curly" ,
1250+ "scope" : [
1251+ " punctuation.definition.interpolation.rust"
1252+ ],
1253+ "settings" : {
1254+ "foreground" : " #A3BE8C" ,
1255+ }
1256+ },
12181257 {
12191258 "name" : " [SCSS] Punctuation Definition Interpolation Bracket Curly" ,
12201259 "scope" : [
You can’t perform that action at this time.
0 commit comments