Commit graph

17 commits

Author SHA1 Message Date
Ashkan Kiani c7a75bf269 Allow specifying on_event for custom events. 2019-10-18 10:07:33 -07:00
Ashkan Kiani f661199197
Allow excluding files from highlight with '*' (#11)
Fixes GH-5
2019-10-18 09:56:49 -07:00
Ashkan Kiani 615e32c94f Update docs and luadocs 2019-10-18 09:43:18 -07:00
Ashkan Kiani 962453e7b7 Update with fully qualified settings and commands.
- Add command documentation and new commands.
- Add new settings which have a better naming scheme.
- Fix reloading settings and add a command to detach highlighter.
- Fix #RGB pattern like for #define where it will highlight the #def
part.
2019-10-18 09:25:25 -07:00
Filipe Kiss a3dba907bd Add FileType information to the README (#10)
* Add FileType information to the README
* Add ColorizerAttachToBuffer command
2019-10-18 06:53:48 -07:00
Ashkan Kiani cfb6bfa4a1 Merge branch 'master' of github.com:norcalli/nvim-colorizer.lua 2019-10-17 20:00:30 -07:00
Ashkan Kiani 645b656104 Add Demo.gif 2019-10-17 20:00:04 -07:00
Ashkan Kiani 7cf9641be2
Update README.md 2019-10-17 19:49:56 -07:00
Ashkan Kiani b59c556371 LICENSE 2019-10-17 19:41:59 -07:00
Ashkan Kiani 7fefb96644 Refactor and cleanup. 2019-10-17 19:31:17 -07:00
Ashkan Kiani 7bb80eb499 Critical bugfix! 2019-10-17 19:17:09 -07:00
Ashkan Kiani 2057fb8953 ./README.md 2019-10-17 17:52:18 -07:00
Ashkan Kiani 90ab6b7a65 Add reload and bugfix highlight name.
Add ReloadBufferColorizer
Add nvim.lua
Fix highlight_buffer names for highlight_cache
2019-10-17 17:14:56 -07:00
Ashkan Kiani fe0cb5f822 ./README.md 2019-10-17 16:39:00 -07:00
Ashkan Kiani 824bc37f99 Add colorizer-lua.txt 2019-10-17 16:35:33 -07:00
Ashkan Kiani 94197db4be Add readme, docs, rgb(), #RGB, and options
- Add support for `rgb(...)` functions behind an option gate.
- Highlight #RGB codes.
- Add options, like `rgb_fn` and `no_names`
- Add luadoc.
2019-10-17 16:26:20 -07:00
Ashkan Kiani f0c8b75cc4 Initial commit. 2019-10-17 15:15:32 -07:00