Editor Support
One of the downsides of embedding a language (CSS) into another language (ReScript) is the limited editor support. Because of that, we provide an editor extension that brings syntax highlighting for the CSS inside the styled-ppx notation.
VSCode Extension
Install the VSCode Extension via the marketplace or via the command line:
ext install davesnx.vscode-styled-ppxVim Plugin
Install the vim plugin with VimPlug, Vundle or Pathogen:
with VimPlug
Add Plug 'ahrefs/vim-styled-ppx' to your ~/.vimrc and run PlugInstall.
with Vundle
Add Plugin 'ahrefs/vim-styled-ppx' to your ~/.vimrc and run PluginInstall.
with Pathogen
$ git clone https://github.com/ahrefs/vim-styled-ppx ~/.vim/bundle/vim-log-highlightingIf you are interested on another editor, please file an issue.