nextjournal / lezer-clojure

This is a Clojure grammar for the lezer parser system.
ISC License
24 stars 3 forks source link

Styling qualified keyword differently for namespaced and named part #22

Open pragyanatvade opened 1 year ago

pragyanatvade commented 1 year ago

Hello Team,

First of all thanks for the incredible work.

I am currently working on writing an EQL editor. It includes qualified keywords like :hello/world. I wish to style hello with different color and world with different. Is there a way to make it possible?