Sublime: MarkdownEditing plugin.
This commit is contained in:
parent
eea819162a
commit
9076ec0166
@ -10,6 +10,7 @@
|
|||||||
"GitGutter",
|
"GitGutter",
|
||||||
"Hayaku - tools for writing CSS faster",
|
"Hayaku - tools for writing CSS faster",
|
||||||
"Inc-Dec-Value",
|
"Inc-Dec-Value",
|
||||||
|
"MarkdownEditing",
|
||||||
"Package Control",
|
"Package Control",
|
||||||
"Stylus",
|
"Stylus",
|
||||||
"SublimeLinter",
|
"SublimeLinter",
|
||||||
|
@ -10,21 +10,21 @@
|
|||||||
"fallback_encoding": "Cyrillic (Windows 1251)",
|
"fallback_encoding": "Cyrillic (Windows 1251)",
|
||||||
"font_face": "Consolas",
|
"font_face": "Consolas",
|
||||||
"font_size": 15,
|
"font_size": 15,
|
||||||
"line_padding_top": 1,
|
|
||||||
"line_padding_bottom": 1,
|
|
||||||
"hayaku_CSS_colors_case": "lowercase",
|
"hayaku_CSS_colors_case": "lowercase",
|
||||||
"hayaku_CSS_numbers_leading_zero": false,
|
"hayaku_CSS_numbers_leading_zero": false,
|
||||||
"hayaku_CSS_syntax_autoguess":
|
"hayaku_CSS_syntax_autoguess":
|
||||||
[
|
[
|
||||||
"selector {",
|
"selector {",
|
||||||
"\tproperty:value;",
|
" property:value;",
|
||||||
"\t}"
|
" }"
|
||||||
],
|
],
|
||||||
"highlight_line": true,
|
"highlight_line": true,
|
||||||
"ignored_packages":
|
"ignored_packages":
|
||||||
[
|
[
|
||||||
"Vintage"
|
"Vintage"
|
||||||
],
|
],
|
||||||
|
"line_padding_bottom": 1,
|
||||||
|
"line_padding_top": 1,
|
||||||
"open_files_in_new_window": false,
|
"open_files_in_new_window": false,
|
||||||
"rulers":
|
"rulers":
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user