You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ The recommended plugins are:
99
99
100
100
-[Alignment](https://github.com/wbond/sublime_alignment): Help align code for better readability (especially in long properties list). Shortcut has been switch to `ctrl + shift + a` due to conflicts with SublimeLinter
101
101
-[All Autocomplete](https://github.com/alienhard/SublimeAllAutocomplete): List and suggest completion for all the words appeared in opened files
102
-
-[Color Highlighter](): is a plugin for the Sublime text 2 and 3, which underlays selected hexadecimal colorcodes (like "#FFFFFF", "rgb(255,255,255)", "white", etc.) with their real color. Also, plugin adds color picker to easily modify colors.
102
+
-[Color Highlighter](https://github.com/Monnoroch/ColorHighlighter): is a plugin for the Sublime text 2 and 3, which underlays selected hexadecimal colorcodes (like "#FFFFFF", "rgb(255,255,255)", "white", etc.) with their real color. Also, plugin adds color picker to easily modify colors.
103
103
-[CSS3](https://github.com/y0ssar1an/CSS3): The most complete CSS support for Sublime Text 3
104
104
-[DocBlockr](https://github.com/spadgos/sublime-jsdocs): Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript...
105
105
-[EditorConfig](https://github.com/sindresorhus/editorconfig-sublime): Helps developers maintain consistent coding styles between different editors. See `.editorconfig` snippet.
@@ -138,25 +138,33 @@ _Note: key bindings for the plugins to be added_
138
138
139
139
#### Key Bindings Modifiers
140
140
141
-
These key binding modifiers for OSX (`Default (OSX).sublime-keymap`) are to resolve conflicts among plugins (mostly with SublimeLinter) and add shortcuts to useful but hidden commands:
141
+
These key binding modifiers for OSX (`Default (OSX).sublime-keymap`) are to resolve conflicts among plugins and add shortcuts to useful but hidden commands:
0 commit comments