25 lines
417 B
Plaintext
25 lines
417 B
Plaintext
{
|
|
"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<todo>.*)$",
|
|
}
|
|
}
|
|
}
|
|
} |