24 Commits

Author SHA1 Message Date
a93489efe9 Add console filetype for Markdown/RST code blocks 2020-01-28 10:48:22 +00:00
7e79b97933 Add POC sanitizer filetype 2019-12-10 13:28:06 +00:00
65d3e645b1 Add cmakecache filetype for CMakeCache.txt files 2019-10-04 20:30:04 +01:00
28804faf21 Add todo highlights to llvm syntax 2019-08-21 10:08:22 +01:00
10eb5fffea Add TODO highlights to groovy 2019-08-07 15:01:37 +01:00
65a6178bec Add ansi filetype for handling escape sequences
Based on [AnsiEsc.vim](https://github.com/vim-scripts/AnsiEsc.vim)
separate out the syntax highlighting into a separate `ansi` filetype.
This conceals escape sequences and highlights ansi color escape
sequences in text files so that they have the same appearance as in the
terminal.
2019-02-16 09:51:38 +00:00
61599e0b05 Disable experimental C++ syntax highlighting 2018-10-05 17:59:15 +01:00
2414a94684 Update llvm syntax file 2018-09-12 16:05:52 +01:00
eabffa9354 Add new C++ feature to syntax highlighting 2018-08-26 10:51:11 +01:00
1c114b7135 Improve Jenkins groovy syntax highlights 2018-08-26 10:51:11 +01:00
b059c48b2f Add groovy syntax support for keyword args 2018-08-26 10:50:08 +01:00
3b528fcb19 Only match = default when ends on word boundary 2018-08-26 10:50:08 +01:00
4f232a0f2d Add cpp explicit function template highlight 2018-08-26 10:50:07 +01:00
ccc214436c Improve groovy syntax highlighting 2018-08-26 10:50:07 +01:00
dcea5ede4a Revert to default json syntax 2018-08-26 10:50:07 +01:00
eeca17ad49 Add LLVM IR syntax 2018-08-26 10:50:07 +01:00
504b7f110f Namespace syntax match 2018-08-26 10:49:14 +01:00
8355c9e571 Match operator on word boundary only 2018-08-26 10:49:14 +01:00
6cd3e58b14 Make json syntax embed aware 2018-08-26 10:49:14 +01:00
5076be4792 Customize json syntax highlights 2018-08-26 10:49:14 +01:00
3651e021a5 Cleanup C/C++ syntax files 2018-08-26 10:49:14 +01:00
ff6d949028 Fix cpp syntax match 2018-08-26 10:49:14 +01:00
3d43c5460c Refactor and optimize C/C++ syntax highlights 2018-08-26 10:49:14 +01:00
c7eea18cf4 Override groovy syntax file 2018-08-26 10:42:41 +01:00