How to figure out what's causing this syntax highlighting?

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • neovim

    Vim-fork focused on extensibility and usability

  • Looking at the syntax file, it looks like the highlight won't trigger for # is you set let g:hs_allow_hash_operator=1 (https://github.com/neovim/neovim/blob/dc8273f2f1e615cac5cee86709ca4ae6dbd70edf/runtime/syntax/haskell.vim#L113-L115)

  • haskell-vim

    Custom Haskell Vimscripts

  • That said, I find that the builtin syntax files for Haskell are really inadequate. For a better experience, there is https://github.com/neovimhaskell/haskell-vim. It's worth it just for its syntax file alone (so if you don't feel like installing the whole plugin, you could just copy syntax/haskell.vim to your config). It doesn't have an issue with #foo.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts