diff options
author | June McEnroe <june@causal.agency> | 2019-07-25 23:16:51 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-07-25 23:16:51 -0400 |
commit | 46237a457ff3c9a813a56f2a442c115bf8610cbc (patch) | |
tree | 9cfb93a42f1b1f10ea1395ff911e280800cb19ae /bin/style.sed | |
parent | Don't match comments in strings in make (diff) | |
download | src-46237a457ff3c9a813a56f2a442c115bf8610cbc.tar.gz src-46237a457ff3c9a813a56f2a442c115bf8610cbc.zip |
Use scheme to style HTMLs
Diffstat (limited to 'bin/style.sed')
-rw-r--r-- | bin/style.sed | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/style.sed b/bin/style.sed new file mode 100644 index 00000000..b1fbde63 --- /dev/null +++ b/bin/style.sed @@ -0,0 +1,15 @@ +s/[.]bg0/html, &/ +s/[.]fg15/html, &/ +s/[.]fg12/a, &/ +s/[.]fg13/a:visited, &/ + +s/[.]fg7/.hi.Keyword, &/ +s/[.]fg2/.hi.Macro, &/ +s/[.]fg11/.hi.Tag:focus, &/ +s/[.]fg6/.hi.String, &/ +s/[.]fg14/.hi.Format, &/ +s/[.]fg3/.hi.Interp, &/ +s/[.]fg4/.hi.Comment, &/ +s/[.]fg12/.hi.Todo, &/ +s/[.]fg1 /.hi.DiffOld, &/ +s/[.]fg2/.hi.DiffNew, &/ |