diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-03-29 14:13:03 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-03-29 14:13:03 -0700 |
commit | e1d6496bc0bb8d0ad2fda05f3f6460a4fa4ea5a7 (patch) | |
tree | 1bf5d1faca4af1b37550d87a56234cf74b96400c | |
parent | b3b3237391ae9c60860bbdd8fa12dfd73214f692 (diff) | |
download | mu-e1d6496bc0bb8d0ad2fda05f3f6460a4fa4ea5a7.tar.gz |
6176
-rw-r--r-- | subx.dte | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/subx.dte b/subx.dte index 2f969860..cab7b72d 100644 --- a/subx.dte +++ b/subx.dte @@ -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 |