This commit is contained in:
Kartik Agaram 2020-03-29 14:13:03 -07:00
parent b3b3237391
commit e1d6496bc0
1 changed files with 6 additions and 6 deletions

View File

@ -3,16 +3,16 @@
# To install this file, symlink it to ~/.dte/syntax/subx
# Then add this line to ~/.dte/rc:
# ft subx subx
#
# I don't know a better way to distribute colorization independent of color
# theme, so you'll need to define some new colors in ~/.dte/rc. Here are the
# colors I use, in the default colorscheme for a 256-color terminal:
syntax subx
# For improved colorization, add lines like these in your ~/.dte/rc (the
# precise colors here assume the default color scheme in a 256-color terminal):
# hi subx.comment0 25 underline
# hi comment 25
# hi subx.comment2 19
# hi subx.comment3 245
syntax subx
default comment subx.comment0 subx.comment2 subx.comment3
state start code
str "# . ." subx.comment3