diff: Add an option to control syntax aliases

This commit is contained in:
Kovid Goyal 2018-05-08 22:46:25 +05:30
parent 61e1b74434
commit 9ff7eae1af
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
4 changed files with 33 additions and 11 deletions

View file

@ -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