Hi all, first post here so be kind.
Long story short I want to use the KQL query language in a note taking app called Obsidian. Obsidian uses CodeMirror 6 for its Markdown editor within the application.
I work with KQL daily and would like to have my KQL blocks of code highlighted within the application. Since this is not a supported language within CodeMirror, I would like to see if I can create a custom language package for KQL.
Can anyone let me know of this is a feasible task and point me in the right direction on were to get started.
Thank you.