78 Commits

Author SHA1 Message Date
f0c64e25d7 Update the syntax identifier.
I made it now show nested syntax groups in the status line.  This
will facilitate easier debugging of complex syntax files.
2021-02-24 23:27:10 -05:00
e5cd1839a6 Quickfix window gets wrong status line
For some reason, with new vim, another thing got changed.
2020-04-01 18:07:26 -04:00
8098da38a3 Fix vim scroll offset. 2020-04-01 14:11:57 -04:00
a79b17d322 Fix some vim stuff. 2020-04-01 14:07:50 -04:00
f33ebf8b32 Fixup the c-inclusion params a bit.
The overly greedy blue-comment star matcher would make all C and C++
code in doxygen look good, but it messes with non-doxygen block comments.
By changing to this `containedin` blocking, we pickup the trailing
`)` and `}` characters that seem to be skipped if just doing the
ticked-region contained requirement.
2018-08-24 11:25:01 -04:00
3d32ed613f Update CPlusPlus and Doxygen formats to be better.
Now the `'*'` characters in fixed-width blocks show up correctly,
with respect to how I write code.  (I think doxygen also swallows
them anyhow, so the highlighting is more consistent with doxygen's
parser.)

Also on loading a file, everything looks better now.
2018-07-02 12:57:28 -04:00
0058505789 Made vim highlighting work mostly how I want now.
I made `cpp.cplusplus` a hybrid filetype which tricks the vim
highlighting into believing that we're really in raw C++ for the
purposes of the core vim highlighting rules.  My `cplusplus` type
adds more bits to the core stuff, but mostly exists to let
doxygen slip in the way that I want it to.
2018-06-22 01:16:34 -04:00
2d9b12eeb4 Merge branch 'vim-formatting' into syntax-flip 2018-06-21 01:38:56 -04:00
354fa0e33c Migrate to a "cplusplus" filetype for C++ in vim.
This "cplusplus" filetype permits the sourcing of `cpp.vim`
and `doxygen.vim` as lower-level files from itself.  This should
permit `doxygen.vim` to source from `cpp.vim` and avoid endless
recursion, when handling code-in-comments formatting.
2018-06-21 01:35:16 -04:00
0dd3953f81 Add mongo core syntax changes.
Some of these I'll port into my new central file arrangements.
2018-06-21 00:05:42 -04:00
6ba03c8dc4 More C++ highlights! YAY! :-) 2017-10-06 18:38:35 -04:00
80db7efdd6 More C++ syntax highlighting.
Exceptions, more STL functions, and calling out the dangerous
`std::unique_ptr< T >::release` function (albeit somewhat
over-aggressively).
2017-10-03 20:34:29 -04:00
9842682442 More STL highlighting and constants highlighting.
Support for `k[A-Z][a-zA-Z0-9_]` style constant naming conventions.
2017-08-28 19:41:18 -04:00
8e35f24924 Add highlighting for STL bits. 2017-08-28 11:20:30 -04:00
17cae3fdea Merge branch 'master' of github.com:adamlsd/cshenv 2016-12-01 15:10:49 -05:00
4e565a2b22 Change diff highlighting a bit. 2016-12-01 15:10:37 -05:00
e622f13aee Fix comment background color.
Document matchparens.
2016-12-01 01:01:07 -05:00
1754aeb20b Cleaned up and updated the doxygen look a bit.
With more options available it should look better, but I hope
it defaults to something reasonable in lower-color terminals.
2016-11-30 19:28:26 -05:00
e77584f9dc Make doxygen comments look better.
Bold for brief function descriptionss looks a bit better
to me.  (It looks like how it did on  the old 8-color terminal
view.)
2016-11-30 19:01:41 -05:00
5e49cbb18b Fixed the longstanding xterm problem.
For ages I've had problems with 256-color xterm and vim.  I never
used a proper colorscheme, but just modified the default I was
"magically" given.  This changes all of that to make us now have
a proper color scheme -- the "adam" scheme.

Colors now work independent of console color depth, I think.
There are remaining quirks, but I'll have to add the requirements
as proper color mappings to my color scheme file.
2016-11-30 18:50:46 -05:00
99d727fdd6 Vim updates. 2016-10-06 12:53:30 -04:00
1dcc374f3e Added Example and DocNotes highlight classes. 2014-02-15 20:38:00 -05:00
58ba7b44ce Don't dual source in after files.
Now that we're properly using vimrc after files for syntax adaptations, we
don't need to emulate the original C++ file in-situ
2014-02-15 20:36:50 -05:00
ea7b1d1eca Fixed vim syntax documentation. 2014-02-15 20:36:23 -05:00
a888047293 New c vim syntax file. 2014-02-02 17:23:12 -05:00
24288069d7 C++ syntax alterations as after file.
With Alepha and doxygen formatting bits.
2014-01-27 21:58:25 -05:00
5d82b822cb Brought in vim keymaps for bde formatting. 2014-01-27 21:09:22 -05:00
64f9edf488 Initial import of the vim bits from classic. 2014-01-26 15:31:58 -05:00