Skip to content
Snippets Groups Projects
Verified Commit 4acad49f authored by Natalia Tepluhina's avatar Natalia Tepluhina Committed by GitLab
Browse files

Merge branch 'himkp-glql-rte-entry' into 'master'

Add entry for GLQL to code block languages

See merge request !174024



Merged-by: default avatarNatalia Tepluhina <ntepluhina@gitlab.com>
Approved-by: default avatarNatalia Tepluhina <ntepluhina@gitlab.com>
Co-authored-by: default avatarHimanshu Kapoor <hkapoor@gitlab.com>
parents 3a497a9d 64ee6208
No related branches found
No related tags found
1 merge request!174024Add entry for GLQL to code block languages
Pipeline #1564163660 passed with warnings
Pipeline: E2E Omnibus GitLab EE

#1564201586

    Pipeline: E2E CNG

    #1564201581

      Pipeline: E2E GDK

      #1564182425

        +30
        ......@@ -66,6 +66,7 @@ const CODE_BLOCK_LANGUAGES = [
        { syntax: 'gauss', variants: 'gss', label: 'GAUSS' },
        { syntax: 'gcode', variants: 'nc', label: 'G-code (ISO 6983)' },
        { syntax: 'gherkin', variants: 'feature', label: 'Gherkin' },
        { syntax: 'glql', label: 'GitLab Query Language (GLQL)' },
        { syntax: 'glsl', label: 'GLSL' },
        { syntax: 'gml', label: 'GML' },
        { syntax: 'go', variants: 'golang', label: 'Go' },
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment