{ "folders": [ { "path": ".", "file_exclude_patterns": ["*.sublime-project"] } ], "completions":[ ["t", "{{ \\$t('${1:}') }}"] ], "settings": { "todoreview": { "exclude_folders": [ "*.pioenvs*", "*.piolibdeps*", "*bin*", "*node_modules*" ], "patterns": { "TODO": "TODO[\\s]*(?P.*)$", } } } }