Iron-E
f671067e97
ref(colors): change jsonEscape to specialchar
...
`jsonEscape` is used for the exact purpose that `SpecialChar` was meant
for. So, I updated the `:hi link` to match it.
2020-12-09 18:02:04 -05:00
Iron-E
9dca0299b9
ref(colors): adjust tomlTable link
...
`tomlTable` used to be linked to `StorageClass`, which is completely
inappropriate for what is actually is.
It is now linked to `Structure`, which is more appropriate.
2020-12-08 17:06:17 -05:00
Iron-E
63ba9ddbfd
feat(colors): add coq proof highlight
2020-12-06 22:16:24 -05:00
Iron-E
2541117eb6
fix(highlite): g:terminal_color_xx not being set
...
Previous changes to this plugin prevented the terminal color from being
set.
Even before the changes, the terminal color was not set in all
conditions. Now it will be!
2020-12-05 17:44:20 -05:00
Iron-E
20bc365437
ref(highlite): add tohex() function
...
This gets around having a bunch of long `string.format()` commands which
don't closely convey the meaning of what we want to do here.
2020-12-05 17:43:14 -05:00
Iron-E
f643c9304d
ref(highlite): new metatable in use_background_with
...
We shouldn't alter the contents of `attributes` during the function
call. Instead, we should create a new metatable for the background
color table, and assign it that way.
2020-12-05 17:41:24 -05:00
Iron-E
a7a3bc11fe
style(highlite): consistency improvements
...
In the project, there was inconsistent formatting when using the
`table`-as-`StringBuilder` approach. This commit fixes that.
2020-12-05 17:37:56 -05:00
Iron-E
0d9322aac7
ref(colors): link coq punctuation
...
Before, punctuation groups were separately linked to `Delimiter`. Now,
they are linked to each other so that if one changes away form
`Delimiter` in the future, the other will follow.
2020-12-05 14:54:14 -05:00
Iron-E
a4e48a6f9b
feat(colors): Coqtail support
...
This commit adds support for whonore/Coqtail.
2020-12-05 14:44:35 -05:00
Iron-E
6512def838
ref(colors): refine colors to match latest plugin updates
...
`barbar.nvim` had an update which separated buffer index colors from
their respective buffer separators colors. Additionally, `vimtex` had
an update which changed many names of its highlight groups.
This commit aims to relieve some of the visual oddities which may have
occured over the last few days, as a result of those changes.
2020-12-02 15:08:25 -05:00
Iron-E
c4f98237c5
ref(colors): update vimtex group names
...
Vimtex recently had a 2.0 release, and so now this template must also
update the names of the changed groups to match.
2020-11-25 14:12:31 -05:00
Iron-E
92791fcfe4
fix: resolve functions before indexing
...
Highlight groups defined as functions now exhibit the following
behavior:
- Results of function calls are cached.
- Unresolved highlight groups are resolved before indexing.
2020-11-25 01:25:57 -05:00
Iron_E
b2ccdbccb7
Adjust BufferVisibleSign
2020-11-22 18:35:11 -05:00
Iron_E
1dba9703b5
Consistent formatting
2020-11-22 17:10:49 -05:00
Iron_E
856dc2cf26
Fix vim-sandwhich diff text
2020-11-21 13:03:40 -05:00
Iron_E
a1d99bef83
Improve diff highlighting
2020-11-21 02:54:59 -05:00
Iron_E
defe010f9d
Correct highlight_terminal example
2020-11-19 20:41:22 -05:00
Iron_E
f56df50a90
Add highlite.group to README
2020-11-19 20:39:49 -05:00
Iron_E
2d9389ed02
- vim-jp/syntax-vim-ex; + sheerun/vim-polyglot
2020-11-19 20:34:34 -05:00
Iron_E
08ba0780ae
Simplify highlite.group
2020-11-19 17:09:00 -05:00
Iron_E
1cadac7cb2
Document new functionality
2020-11-19 16:43:00 -05:00
Iron_E
2de9c2b6bf
Use new functionality
2020-11-19 16:42:47 -05:00
Iron_E
b9cf35585c
Improve stability
2020-11-19 16:42:31 -05:00
Iron_E
96e23abf98
Initial implementation of sub-attribute linking
2020-11-19 13:55:36 -05:00
Iron_E
4fc8823a0c
Cleanup structure of highlighting backend
2020-11-19 12:12:03 -05:00
Iron_E
b8b78237b8
Improve vimscript support
2020-11-18 14:04:37 -05:00
Iron_E
16eb961852
Flesh out tabline fill
2020-11-18 12:46:55 -05:00
Iron_E
c58fdff4ec
Git rebase highlights
2020-11-17 13:05:21 -05:00
Iron_E
4782264e6b
Remove redundant highlight group
2020-11-16 11:12:26 -05:00
Iron_E
e505a83986
Use white instead of teal for barbarvisibletarget
2020-11-15 16:39:56 -05:00
Iron_E
7e04213c46
Improve layout of readme
2020-11-15 16:24:41 -05:00
Iron_E
abc86c6cf2
Improve barbar implementation
2020-11-15 16:24:31 -05:00
Iron_E
5450990b37
Add barbar.nvim support
2020-11-15 04:49:48 -05:00
Iron_E
75a421f22c
Add docs
2020-11-13 16:36:26 -05:00
Iron_E
59de085efc
Expose functionality
2020-11-13 15:43:16 -05:00
Iron_E
c400ff4219
Match changes to neovim HEAD
2020-11-13 03:23:48 -05:00
Iron_E
0d643de006
Remove backticks from repo names
2020-11-11 11:16:54 -05:00
Iron_E
f463f94bdd
Add contributions section
2020-11-11 11:16:17 -05:00
Iron_E
a1491dd4ef
Add links to each recommendation
2020-11-11 11:12:47 -05:00
Iron_E
ad2833f232
Add list of recommended syntax files to FAQ
2020-11-11 11:10:07 -05:00
Iron_E
a7ddc75380
Add YAML support
2020-11-11 10:48:55 -05:00
Iron_E
8cb6484670
Add setup instructions
2020-10-25 13:37:36 -04:00
Iron_E
773adbbe06
Add missing shebang
2020-10-25 13:33:51 -04:00
Iron_E
d2fc43ec1e
Move ungrammar support to vim-ungrammar repo
2020-10-25 12:33:19 -04:00
Iron_E
57dfedb216
Support for ungrammar
2020-10-25 04:12:13 -04:00
Iron_E
5774745eeb
Use more apt default for mkdCode
2020-09-28 13:19:21 -04:00
Iron_E
2d8275ee1e
Make keywords and statements more different
2020-09-27 19:18:44 -04:00
Iron_E
6a383d0412
Better SQL support
2020-09-27 18:56:34 -04:00
Iron_E
605ff14290
Add plantuml highlight group
2020-09-09 16:42:04 -04:00
Iron_E
b128660124
Merge branch 'feature/dynamic-background' into master
2020-09-06 18:40:51 -04:00