Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/nightfox.toml')
| -rw-r--r-- | runtime/themes/nightfox.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/themes/nightfox.toml b/runtime/themes/nightfox.toml index 7d05a9b2..b10f88bb 100644 --- a/runtime/themes/nightfox.toml +++ b/runtime/themes/nightfox.toml @@ -106,7 +106,8 @@ "string.special.url" = { fg = "cyan", modifiers = ["bold"] } # String containing a web URL. "comment" = { fg = "comment" } # This is a comment. -"comment.block.documentation" = { fg = "comment", modifiers = ["bold"] } # Doc comments, e.g '///' in rust. +"comment.block.documentation" = { fg = "comment", modifiers = ["bold"] } # Block doc comments, e.g '/** */' in rust. +"comment.line.documentation" = { fg = "comment", modifiers = ["bold"] } # Line doc comments, e.g '///' in rust. "variable" = { fg = "white" } # Variable names. "variable.builtin" = { fg = "red" } # Language reserved variables: `this`, `self`, `super`, etc. |