Skip to content

Commit 33ffa23

Browse files
committed
gh-167: Improved syntax highlighting support for Rust
1 parent 92e73bd commit 33ffa23

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

themes/nord-color-theme.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,6 +1215,45 @@
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": [

0 commit comments

Comments
 (0)