pygments icon indicating copy to clipboard operation
pygments copied to clipboard

Add kusto (.csl and .kusto).

Open TiloGit opened this issue 3 years ago • 1 comments

Feature Request:

Add support for Azure Log Analytics (Kusto) (.csl and .kusto) Kusto Query Language (KQL) is used to query datasets via the Kusto Engine that is used across various Azure resources. (e.g. Azure Data Explorer, Azure Application Insights...)

see also https://github.com/josin/kusto-syntax-highlighting https://github.com/PrismJS/prism/issues/2697

TiloGit avatar Mar 29 '22 19:03 TiloGit

How about adding it yourself? All you need to know is explained at https://pygments.org/docs/lexerdevelopment/.

jeanas avatar Mar 29 '22 19:03 jeanas