27 lines
436 B
Plaintext
27 lines
436 B
Plaintext
{
|
|
"theme": "Monokai Pro Light.sublime-theme",
|
|
"ignored_packages":
|
|
[
|
|
"Rust",
|
|
"Vintage",
|
|
],
|
|
"color_scheme": "Monokai Pro Light.sublime-color-scheme",
|
|
"font_size": 12,
|
|
"index_files": true,
|
|
"auto_complete_triggers":
|
|
[
|
|
{
|
|
"characters": "<",
|
|
"selector": "text.html, text.xml",
|
|
},
|
|
{
|
|
"rhs_empty": true,
|
|
"selector": "punctuation.accessor",
|
|
},
|
|
{
|
|
"characters": "\\",
|
|
"selector": "text.tex.latex",
|
|
}
|
|
],
|
|
}
|