diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-04-20 13:59:10 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-04-20 13:59:10 -0400 |
commit | f5bb2118eadc20402e69d575c9be8a02cf673caa (patch) | |
tree | e04d4853e6cdd1a8cf9415b35c800f0c534f9b3d /main.c | |
parent | da61efabb1b28c5500824a560c960a720a628de0 (diff) |
HTML syntax highlighting
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ -// HTML highlighting +// Highlighting for: +// - Config (cfg) +// :set-language command; -1 = default language for this extension + #include "base.h" no_warn_start #if _WIN32 |