linguist icon indicating copy to clipboard operation
linguist copied to clipboard

Change grammar for KQL (Kusto Query Language)

Open ep3p opened this issue 2 years ago • 0 comments

Description

This is a continuation of https://github.com/github/linguist/pull/5995 , a separate PR as recommended by Colin.

Checklist:

  • [ ] I am associating a language with a new file extension.

    • [ ] The new extension is used in hundreds of repositories on GitHub.com
      • Search results for each extension:
        • https://github.com/search?utf8=%E2%9C%93&type=Code&ref=searchresults&q=extension%3AFOOBAR+KEYWORDS+NOT+nothack
    • [ ] I have included a real-world usage sample for all extensions added in this PR:
      • Sample source(s):
        • [URL to each sample source, if applicable]
      • Sample license(s):
    • [ ] I have included a change to the heuristics to distinguish my language from others using the same extension.
  • [ ] I am adding a new language.

    • [ ] The extension of the new language is used in hundreds of repositories on GitHub.com.
      • Search results for each extension:
        • https://github.com/search?utf8=%E2%9C%93&type=Code&ref=searchresults&q=extension%3AFOOBAR+KEYWORDS+NOT+nothack
    • [ ] I have included a real-world usage sample for all extensions added in this PR:
      • Sample source(s):
        • [URL to each sample source, if applicable]
      • Sample license(s):
    • [ ] I have included a syntax highlighting grammar: [URL to grammar repo]
    • [ ] I have updated the heuristics to distinguish my language from others using the same extension.
  • [ ] I am fixing a misclassified language

    • [ ] I have included a new sample for the misclassified language:
      • Sample source(s):
        • [URL to each sample source, if applicable]
      • Sample license(s):
    • [ ] I have included a change to the heuristics to distinguish my language from others using the same extension.
  • [x] I am changing the source of a syntax highlighting grammar

  • [ ] I am updating a grammar submodule

  • [ ] I am adding new or changing current functionality

    • [ ] I have added or updated the tests for the new or changed functionality.
  • [ ] I am changing the color associated with a language

    • [ ] I have obtained agreement from the wider language community on this color change.
      • [URL to public discussion]
      • [Optional: URL to official branding guidelines for the language]

ep3p avatar Jul 27 '22 21:07 ep3p