mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 09:44:08 +00:00
Use optional value shortcut
This commit is contained in:
parent
6561634c68
commit
96de8076ff
@ -9,9 +9,9 @@ export interface TextMateRule {
|
||||
}
|
||||
|
||||
export interface TextMateRuleSettings {
|
||||
foreground: string | undefined;
|
||||
background: string | undefined;
|
||||
fontStyle: string | undefined;
|
||||
foreground?: string;
|
||||
background?: string;
|
||||
fontStyle?: string;
|
||||
}
|
||||
|
||||
// Current theme colors
|
||||
|
Loading…
Reference in New Issue
Block a user