Commit Graph

284 Commits

Author SHA1 Message Date
Iron-E 9c7cdccd2e
perf(colors): use runtime lua
SEE #12
2021-06-13 11:36:29 -04:00
Iron-E b27a56cbfb
fix(highlite): `set tgc` after `color highlite`
SEE #11
2021-06-12 18:59:19 -04:00
Iron-E 9c15a789df
fix(highlite): `t_Co` invalid option
A recent change to `vim.o` caused `t_Co` to be not recognized when
indexing through this option table. Using `vim.go` works as intended.
2021-05-29 18:38:30 -04:00
Iron-E ff28f2dde4
fix(colors): remove accidental quotations 2021-04-01 13:59:21 -04:00
Iron-E 1f04af27ea
feat(colors): razorcsLHSMemberAccessOperator -> Noise 2021-03-29 17:53:51 -04:00
Iron-E 14a08768d2
feat(colors): razorcsUnaryOperatorKeyword -> Operator 2021-03-29 17:52:12 -04:00
Iron-E 30a673f614
rev(colors): link `razorcsLHSIdentifier` to `Type`
This reverts commit 0c98427a9b.
2021-03-29 17:50:59 -04:00
Iron-E 0c98427a9b
feat(colors): link `razorcsLHSIdentifier` to `Type` 2021-03-29 17:47:14 -04:00
Iron-E d3c5ceab74
feat(colors): lua multiline string highlighting 2021-03-11 16:46:33 -05:00
Iron-E ab66ea8c82
ref(colors): link luaSpecialTable to Structure
We treat tables like structures everywhere else, so they should be here
too.
2021-03-11 16:39:56 -05:00
Iron-E 5f189ece5e
ref(colors): adjust razor preproc colors 2021-03-08 17:16:45 -05:00
Iron-E 5567fddecd
feat(colors): link csQuote to Delimiter 2021-03-03 09:45:47 -05:00
Iron-E db8785e831
feat(colors): link razorcsTypeNullable to Special 2021-03-02 13:33:01 -05:00
Iron-E c70b96f4a3
Merge pull request #10 from alex-popov-tech/patch-1
Update README.md
2021-03-01 08:12:54 -05:00
Iron-E b1b05cc41b
feat(colors): link dosiniLabel with Label 2021-02-28 10:42:44 -05:00
Iron-E 514b1c346f
feat(colors): add razorLine default
The `razorLine` I witness the most is the `@page`, which should be a
`String` default.
2021-02-26 18:38:04 -05:00
Iron-E be9d13a185
feat(colors): better scss defaults 2021-02-26 18:32:45 -05:00
Alexander Popov 9c292fa371
Update README.md 2021-02-27 01:02:33 +02:00
Iron-E 21ceb84f61
feat(colors): razor highlighting 2021-02-26 16:40:12 -05:00
Iron-E 0366857193
docs(README): add better link for razor plugin 2021-02-26 16:26:58 -05:00
Iron-E 00e2960692
ref(css): use more varied defaults
This is to make the text appear more obvious for skimming.
2021-02-26 16:04:21 -05:00
Iron-E b89dc79143
feat(colors): cssAttrComma as Noise 2021-02-26 15:49:47 -05:00
Iron-E a187175694
feat(colors): better css defaults 2021-02-26 15:48:06 -05:00
Iron-E 9bd13673f9
perf(colors): remove rust defaults
I recently overhaulded the Iron-E/rust.vim syntax file so these are no
longer needed.
2021-02-26 15:22:59 -05:00
Iron-E aa8e36bd4f
fix(highlite): highlight groups being cleared
This was a step I took from the plugin this colorscheme is forked from
(romainl/vim-rnb) but it turns out that it causes problems and doesn't
actually solve anything.

Taking out this line fixed a highlight group being cleared when it
should not have been, although interestingly not _all_ highlight groups
are being cleared consistently. So its just introducing inconsistency
into this plugin which I do not want.

SEE glepnir/galaxyline.nvim#88
2021-02-10 13:08:38 -05:00
Iron-E daa245b13b
feat(scope): add proper rustEscape support
This is linked to `Special` rather than `SpecialChar`. Small change but
this is what `SpecialChar` is for.
2021-02-04 18:52:14 -05:00
Iron-E d3d1c3a0d1
ref(colors): luaNoise link to Delimiter 2021-02-04 15:29:39 -05:00
Iron-E 0128acdf2f
ref(colors): improve git diff highlights 2021-02-02 15:36:39 -05:00
Iron-E 47fae28325
ref(colors): improve rust highlights
1. Remove unused highlights.
2. Add `rustUnused` definition.
3. Change `rustAssert` default.
2021-02-02 15:31:49 -05:00
Iron-E b0bca9edd3
docs: document overriding groups from init.vim
This adds instructions on how to override highlight groups from `init.vim`,
as it seems this cannot be done with your average Neovim colorscheme.
Rather than just using `:hi!` in the `init.vim` (as one might be tempted
to do), it describes a process of adding the commands to an autocommand
event which will run them when the time is right.

SEE #9
2021-01-26 14:36:38 -05:00
Iron-E 2798132cdf
style(highlite): inline __call specification 2021-01-26 12:54:04 -05:00
Iron-E 8757a6c228
fix(highlite): `:terminal` shows wrong colors
This was caused by the index of `vim.g.terminal_color_X` beginning at 1
rather than 0. I thought initially that this would be translated by the
Lua metatable but I guess not!

CLOSES #8
2021-01-26 12:37:13 -05:00
Iron-E 15d834494e
feat(colors): add plantuml gantt colors 2021-01-26 12:34:33 -05:00
Iron-E 2fb6dc1b2a
feat(colors): add more TOML default links
For some reason, `tomlFloat` was linked to `Number`. There is a `Float`
highlight group dedicated for that.

Additionally, the `tomlDate` group was linked to `Constant`. I don't
think that's necessarily a fitting group, since a date is a literal,
and while literals _are_ constants it does not seem fitting. I gave it
the `Special` link instead, since `Special` is supposed to be used
whenever there is an "other" type in a language.
2020-12-31 17:22:40 -05:00
Iron-E 495c76dfea
fix(colors): git deleted file now linked to Dir 2020-12-30 14:10:18 -05:00
Iron-E 1e7d4e7b6d
fix(colors): vimUserFunc not matching vimFunction 2020-12-30 14:00:28 -05:00
Iron-E a36291cf05
fix(colors): link giconfig unselected to selected 2020-12-30 02:19:01 -05:00
Iron-E a350454a78
feat(colors): link FernBranchText to Directory 2020-12-30 02:10:50 -05:00
Iron-E a057eda509
feat(config): add gitcommit highlight defaults
There are some more changes which should be made in order to maintain
consistency across environments. Directory is now used for file names,
and SpecialComment is used for the headers.
2020-12-30 02:01:18 -05:00
Iron-E 529bbd83cf
feat(colors): highlight gitconfig like toml
Git config and TOML have somewhat similar structure. Because of this,
I'm making gitconfig follow that style.
2020-12-30 01:53:44 -05:00
Iron-E 0ddfde041b
feat(colors): link dyn to rustStorage 2020-12-20 00:48:27 -05:00
Iron-E b029086122
fix(colors): helpSpecial showing wrong 2020-12-19 16:36:03 -05:00
Iron-E d1b8699983
ref(colors): extract help groups
There were help syntax highlights scattered around. THis moves them to
one, dedicated spot.

Additionally, there were some incorrect settings for markdown help
blocks, and they were corrected.
2020-12-17 14:18:02 -05:00
Iron-E aabed249a1
ref(colors): use Ignore for mkdBold
The `SpecialComment` group didn't fit.
2020-12-17 14:06:08 -05:00
Iron-E 527245d736
style(colors): make definitions more compact
The groups defined were tabularized to a fault. I think this undoes some
of that.
2020-12-17 13:58:56 -05:00
Iron-E 3bced25e47
ref(colors): add NONE constant
The appearance of a lone `{}` was perhaps confusing to some. Behind the
scenes, whenever an attribute is missing from a table, it will be
defaulted to 'None'. Transiently, in using `{}` we are able to shortcut
directly to these defaults.

However, it does not read well. This commit introduces a constant that
makes it clear what is happening.
2020-12-17 13:44:25 -05:00
Iron-E 703f512407
style(colors): tabularize lua links 2020-12-17 13:41:55 -05:00
Iron-E 263dccb7fe
fix(colors): luaIn not matching luaRepeat
`in` is only used here. It should match
2020-12-13 23:47:10 -05:00
Iron-E e9733ce739
feat(colors): more defaults for help files
The help files had some defaults that didn't necessarily make a lot of
sense to me. They changed to be what their names imply.
2020-12-13 19:07:13 -05:00
Iron-E 53e144e6d2
feat(colors): git config highlighting 2020-12-13 17:42:57 -05:00