arakashic / chromatica.nvim

Clang based syntax highlighting for Neovim
MIT License
299 stars 17 forks source link

Fix 'Key not found' exception #37

Closed alepez closed 7 years ago

alepez commented 7 years ago

Checks if the key highlight_tick is in the dictionary. This prevent raising an exception in highlight method.

Related to issue #36

arakashic commented 7 years ago

Thanks for contributing!