Skip to main content
Glama
prompt.tmLanguage.json853 B
{ "name": "prompt", "scopeName": "source.prompt", "patterns": [ { "include": "#user-prompt" }, { "include": "#response-indicator" }, { "include": "#inline-code" }, { "include": "#bold" }, { "include": "#italic" } ], "repository": { "user-prompt": { "match": "^(>)\\s*(.*)$", "captures": { "1": { "name": "keyword.operator.prompt" }, "2": { "name": "markup.bold.prompt" } } }, "response-indicator": { "match": "●", "name": "entity.name.function.prompt" }, "inline-code": { "match": "`[^`]+`", "name": "markup.inline.raw.string.prompt" }, "bold": { "match": "\\*\\*[^*]+\\*\\*", "name": "markup.bold.prompt" }, "italic": { "match": "(?<!\\*)\\*[^*]+\\*(?!\\*)", "name": "markup.italic.prompt" } } }

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/systeminit/si'

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