Ashkan Kiani
6c3d4e4b4c
Update color functions ( #13 )
...
- Add hsl, hsla, rgba, RRGGBBAA
- Redo the parser for rgb,rgba,hsl,hsla codes.
- Fix the trie implementation.
- Bugfix and refactor alpha/error handling
2019-10-18 14:27:02 -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
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