All Downloads are FREE. Search and download functionalities are using the official Maven repository.

frontend.src.cql.js Maven / Gradle / Ivy

There is a newer version: 3.0.0-alpha-29
Show newest version

const string = /("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/;
Prism.languages.cql = {

    'string': {
        pattern: string,
        greedy: true
    },

    'or': /\bor\b/i,

};

export default Prism




© 2015 - 2024 Weber Informatics LLC | Privacy Policy