Commit 372f8cf
committed
fix(treesitter): do not set fallback for
`styles.properties` is set as `{}` in the default config, which is
truthy in Lua. Therefore, to actually fallback to italic, users would
have to set `styles.properties` to `nil` (which I'm assuming is
unintended behavior).
Alternatively, `@type.builtin` could be italic by default.@type.builtin
1 parent af58927 commit 372f8cf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments