How do I build a syntax highlighter based on S-Expressions?

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

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
  • clojure-ts-mode

    The next generation Clojure major mode for Emacs, powered by TreeSitter

  • If it's for Clojure check out https://github.com/clojure-emacs/clojure-ts-mode too.

  • prism.el

    Disperse Lisp forms (and other languages) into a spectrum of colors by depth

  • If you can use tree-sitter, that's obviously a good choice. Alternatively, you can see how I implemented https://github.com/alphapapa/prism.el, which isn't regexp-based, using Emacs's built-in syntax parsing instead.

  • 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

  • Just showing off how nice lisp can look in prism-mode. Check reply for the config :)

    2 projects | /r/emacs | 23 May 2023
  • Release v0.3 ยท alphapapa/prism.el (Disperse Lisp forms and other languages into a spectrum of colors by depth -- like rainbow-delimiters, et al, but more powerful)

    1 project | /r/emacs | 19 May 2023
  • Trying to find a package that colorizes file contents by indentation level.

    2 projects | /r/emacs | 12 Mar 2023
  • How to combine highlight-parenthesis with rainbow-delimiters?

    1 project | /r/emacs | 27 Nov 2022
  • Change text appearance in buffer

    2 projects | /r/emacs | 10 Nov 2022