Add support for highlight properties that track local variables

This commit is contained in:
Max Brunsfeld 2019-05-09 12:02:18 -07:00
parent d78ac581f3
commit a7d02e7276
4 changed files with 117 additions and 5 deletions

View file

@ -138,7 +138,8 @@ impl Default for Theme {
"tag": 18,
"type": 23,
"type.builtin": {"color": 23, "bold": true},
"variable.builtin": {"bold": true}
"variable.builtin": {"bold": true},
"variable.parameter": {"underline": true}
}
"#,
)