{ "source": { "colors": { "text_color": "black", "string": "#CC0000", "namespace_ref": "#990099", "type": "#0066FF", "keyword": "blue", "comment": "grey", "own": "pink", "diagnostic_warning": "orange", "diagnostic_error": "red" }, "syntax": { "43": "type", "46": "namespace_ref", "109": "string", "702": "keyword", "703": "own", "705": "comment" }, "extensions": [ "c", "cc", "cpp", "cxx", "c++", "h", "hh", "hpp", "hxx", "h++" ], "visual": { "background": "white", "background_selected": "blue", "background_tooltips": "yellow", "font": "Monospace", "show_line_numbers": 1, "highlight_current_line": 1 }, "tab_size": 2, "tab_char": "" }, "keybindings": { "new_file": "n", "open_folder": "o", "open_file": "o", "save": "s", "save_as": "s", "quit": "q", "split_window": "s", "close_tab": "w", "edit_copy": "c", "edit_cut": "x", "edit_paste": "v", "edit_undo": "z", "edit_redo": "y", "edit_find": "f", "goto_declaration": "d", "goto_method": "m", "compile_and_run": "r", "compile": "r" }, "directoryfilter": { "ignore": [ "cmake", "#", "~", ".idea", ".so", "in-lowercase.pls" ], "exceptions": [ "cmakelists.txt", "in-lowercase.pls" ] }, "project": { "run_commands": [ "./.build/" ], "compile_commands": [ "rm -rf ./.build", "mkdir ./.build", "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -B./.build -H.", "cd ./.build/; make", "cp ./.build/compile_commands.json compile_commands.json" ] }, "example": { "key": "value", "key2": [ "val1", "val2", 3 ], "key3": "value" } }