Sublime: increase line-height, fix Hayaku style.
This commit is contained in:
parent
e7cfad0c8c
commit
531138e9e2
@ -9,14 +9,16 @@
|
|||||||
"drag_text": true,
|
"drag_text": true,
|
||||||
"fallback_encoding": "Cyrillic (Windows 1251)",
|
"fallback_encoding": "Cyrillic (Windows 1251)",
|
||||||
"font_face": "Consolas",
|
"font_face": "Consolas",
|
||||||
"font_size": 14,
|
"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 {",
|
||||||
" property:value; ",
|
"\tproperty:value;",
|
||||||
" } "
|
"\t}"
|
||||||
],
|
],
|
||||||
"highlight_line": true,
|
"highlight_line": true,
|
||||||
"ignored_packages":
|
"ignored_packages":
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
"hayaku_CSS_syntax_autoguess": [
|
"hayaku_CSS_syntax_autoguess": [
|
||||||
"selector {",
|
"selector {",
|
||||||
" property:value; ",
|
"\tproperty:value;",
|
||||||
"}"
|
"}"
|
||||||
],
|
],
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user