mawww / kakoune

mawww's experiment for a better code editor
http://kakoune.org
The Unlicense
9.73k stars 708 forks source link

[REQUEST] EdgeDB schema file syntax highlighting #4719

Open notramo opened 1 year ago

notramo commented 1 year ago

Feature

EdgeDB is a next-generation database, which stores objects instead of 2 dimensional tables. It has a declarative schema description instead of the imperative approach which is standard in SQL. The schema syntax is called EdgeDB Schema Definition Language, and it has a .esdl extension.

Usecase

It would make editing EdgeDB schema files more easy on the eyes.

Ordoviz commented 1 year ago

If you want to do it yourself, here are some pointers: