Skip to content

Commit

Permalink
6176
Browse files Browse the repository at this point in the history
  • Loading branch information
akkartik committed Mar 29, 2020
1 parent b3b3237 commit e1d6496
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions subx.dte
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1d6496

Please sign in to comment.