Skip to content

Commit 362fca9

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

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

themes/nord-color-theme.json

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

0 commit comments

Comments
 (0)