mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-30 05:19:19 +00:00
diff: Add an option to control syntax aliases
This commit is contained in:
parent
61e1b74434
commit
9ff7eae1af
4 changed files with 33 additions and 11 deletions
|
|
@ -1,3 +1,11 @@
|
|||
# vim:fileencoding=utf-8:ft=conf
|
||||
|
||||
# File extension aliases for syntax highlight
|
||||
# For example, to syntax highlight file.xyz as
|
||||
# file.abc use a setting of xyz:abc
|
||||
syntax_aliases pyj:py recipe:py
|
||||
|
||||
# Colors
|
||||
foreground black
|
||||
background white
|
||||
title_fg black
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue