Sublime: increase line-height, fix Hayaku style.

This commit is contained in:
Artem Sapegin 2013-02-07 08:20:57 +04:00
parent e7cfad0c8c
commit 531138e9e2
2 changed files with 9 additions and 7 deletions

View File

@ -9,14 +9,16 @@
"drag_text": true,
"fallback_encoding": "Cyrillic (Windows 1251)",
"font_face": "Consolas",
"font_size": 14,
"font_size": 15,
"line_padding_top": 1,
"line_padding_bottom": 1,
"hayaku_CSS_colors_case": "lowercase",
"hayaku_CSS_numbers_leading_zero": false,
"hayaku_CSS_syntax_autoguess":
[
" selector { ",
" property:value; ",
" } "
"selector {",
"\tproperty:value;",
"\t}"
],
"highlight_line": true,
"ignored_packages":

View File

@ -2,9 +2,9 @@
"disable_tab_abbreviations": true,
"hayaku_CSS_syntax_autoguess": [
" selector { ",
" property:value; ",
" } "
"selector {",
"\tproperty:value;",
"}"
],
// Syntax quirks