Skip to main content
Glama
prism-editorconfig.js549 B
Prism.languages.editorconfig = { // https://editorconfig-specification.readthedocs.io 'comment': /[;#].*/, 'section': { pattern: /(^[ \t]*)\[.+\]/m, lookbehind: true, alias: 'selector', inside: { 'regex': /\\\\[\[\]{},!?.*]/, // Escape special characters with '\\' 'operator': /[!?]|\.\.|\*{1,2}/, 'punctuation': /[\[\]{},]/ } }, 'key': { pattern: /(^[ \t]*)[^\s=]+(?=[ \t]*=)/m, lookbehind: true, alias: 'attr-name' }, 'value': { pattern: /=.*/, alias: 'attr-value', inside: { 'punctuation': /^=/ } } };

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/samihalawa/advanced-tts-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server