Add support for highlight properties that track local variables
This commit is contained in:
parent
d78ac581f3
commit
a7d02e7276
4 changed files with 117 additions and 5 deletions
|
|
@ -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}
|
||||
}
|
||||
"#,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue