mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Now padding.slang doesnt need the defines
This commit is contained in:
parent
9208198680
commit
a3c1058641
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ class SlangFile(NamedTuple):
|
|||
def defines(self) -> MappingProxyType[str, str]:
|
||||
ans = {}
|
||||
match os.path.basename(self.path):
|
||||
case 'cell.slang' | 'background.slang' | 'padding.slang':
|
||||
case 'background.slang' | 'cell.slang':
|
||||
ans['MARK_MASK'] = str(MARK_MASK)
|
||||
ans['REVERSE_SHIFT'] = str(REVERSE)
|
||||
ans['STRIKE_SHIFT'] = str(STRIKETHROUGH)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue