Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T02:56:47.873Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

config.toml

24 lines · 1.3 KB · toml
1name = "C++"
2grammar = "cpp"
3path_suffixes = ["cc", "ccm", "hh", "cpp", "cppm", "h", "hpp", "cxx", "cxxm", "hxx", "c++", "c++m", "h++", "hip", "ipp", "inl", "ino", "ixx", "cu", "cuh", "C", "H"]
4modeline_aliases = ["c++", "cpp", "cxx"]
5line_comments = ["// ", "/// ", "//! "]
6first_line_pattern = '^//.*-\*-\s*C\+\+\s*-\*-'
7decrease_indent_patterns = [
8  { pattern = "^\\s*\\{.*\\}?\\s*$", valid_after = ["if", "for", "while", "do", "switch", "else"] },
9  { pattern = "^\\s*else\\b", valid_after = ["if"] }
10]
11autoclose_before = ";:.,=}])>"
12brackets = [
13    { start = "{", end = "}", close = true, newline = true },
14    { start = "[", end = "]", close = true, newline = true },
15    { start = "(", end = ")", close = true, newline = true },
16    { start = "\"", end = "\"", close = true, newline = false, not_in = ["string"] },
17    { start = "`", end = "`", close = false, newline = false, not_in = ["string"] },
18    { start = "'", end = "'", close = true, newline = false, not_in = ["string", "comment"] },
19    { start = "/*", end = " */", close = true, newline = false, not_in = ["string", "comment"] },
20]
21debuggers = ["CodeLLDB", "GDB"]
22block_comment = { start = "/*", prefix = "", end = "*/", tab_size = 1 }
23documentation_comment = { start = "/*", prefix = "* ", end = "*/", tab_size = 1 }
24
Served at tenant.openagents/omega Member data and write actions are omitted.