ver 2010.02 → 2010.08

Sign up to get free protection for your applications and to get access to all the features.
Files changed (651) hide show
  1. data/.gitignore +1 -0
  2. data/.yardopts +1 -1
  3. data/AUTHORS +2 -2
  4. data/CHANGELOG +1160 -0
  5. data/MANIFEST +212 -62
  6. data/README.textile +68 -9
  7. data/Rakefile +2 -2
  8. data/bin/ver +33 -8
  9. data/config/commands/ANTLR.rb +11 -0
  10. data/config/commands/ActionScript.rb +102 -0
  11. data/config/commands/Active4D.rb +30 -0
  12. data/config/commands/Ada.rb +11 -0
  13. data/config/commands/Ant.rb +90 -0
  14. data/config/commands/Apache.rb +98 -0
  15. data/config/commands/AppleScript.rb +169 -0
  16. data/config/commands/Blogging.rb +72 -0
  17. data/config/commands/Bulletin Board.rb +10 -0
  18. data/config/commands/Bundle Development.rb +83 -0
  19. data/config/commands/C++ Qt.rb +158 -0
  20. data/config/commands/C.rb +82 -0
  21. data/config/commands/CMake.rb +32 -0
  22. data/config/commands/CSS.rb +76 -0
  23. data/config/commands/CTags.rb +29 -0
  24. data/config/commands/CVS.rb +114 -0
  25. data/config/commands/CoffeeScript.rb +58 -0
  26. data/config/commands/Context Free.rb +20 -0
  27. data/config/commands/Cucumber.rb +94 -0
  28. data/config/commands/D.rb +47 -0
  29. data/config/commands/Darcs.rb +72 -0
  30. data/config/commands/Diff.rb +76 -0
  31. data/config/commands/Doxygen.rb +9 -0
  32. data/config/commands/Experimental Wiki.rb +9 -0
  33. data/config/commands/Experimental.rb +172 -0
  34. data/config/commands/F-Script.rb +13 -0
  35. data/config/commands/FXScript.rb +11 -0
  36. data/config/commands/FileMerge.rb +42 -0
  37. data/config/commands/Fortran.rb +58 -0
  38. data/config/commands/GTD2.rb +134 -0
  39. data/config/commands/GTDAlt.rb +225 -0
  40. data/config/commands/GetBundle.rb +41 -0
  41. data/config/commands/Go.rb +29 -0
  42. data/config/commands/Graphviz.rb +11 -0
  43. data/config/commands/Greasemonkey.rb +158 -0
  44. data/config/commands/Gri.rb +11 -0
  45. data/config/commands/Groovy Grails.rb +174 -0
  46. data/config/commands/Groovy.rb +66 -0
  47. data/config/commands/HTML.rb +206 -0
  48. data/config/commands/Haskell.rb +48 -0
  49. data/config/commands/Hotkey.rb +50 -0
  50. data/config/commands/Hyperlink Helper.rb +81 -0
  51. data/config/commands/ImageBrowser.rb +10 -0
  52. data/config/commands/Io.rb +11 -0
  53. data/config/commands/JSFL.rb +29 -0
  54. data/config/commands/JSON.rb +11 -0
  55. data/config/commands/Java.rb +45 -0
  56. data/config/commands/JavaDoc.rb +12 -0
  57. data/config/commands/JavaScript Prototype & Script.aculo.us.rb +51 -0
  58. data/config/commands/JavaScript YUI.rb +12 -0
  59. data/config/commands/JavaScript jQuery.rb +12 -0
  60. data/config/commands/JavaScript.rb +50 -0
  61. data/config/commands/LaTeX.rb +423 -0
  62. data/config/commands/Lisp.rb +20 -0
  63. data/config/commands/Logo.rb +10 -0
  64. data/config/commands/Logtalk.rb +34 -0
  65. data/config/commands/Lua.rb +29 -0
  66. data/config/commands/MEL.rb +20 -0
  67. data/config/commands/Mail.rb +73 -0
  68. data/config/commands/Make.rb +20 -0
  69. data/config/commands/Man Pages.rb +20 -0
  70. data/config/commands/Markdown.rb +194 -0
  71. data/config/commands/Math.rb +79 -0
  72. data/config/commands/Matlab.rb +188 -0
  73. data/config/commands/Maven.rb +162 -0
  74. data/config/commands/Mediawiki.rb +12 -0
  75. data/config/commands/Mercurial.rb +185 -0
  76. data/config/commands/MoinMoin.rb +74 -0
  77. data/config/commands/Movable Type.rb +68 -0
  78. data/config/commands/Nemerle.rb +29 -0
  79. data/config/commands/OCaml Experimental Completions.rb +22 -0
  80. data/config/commands/OCaml.rb +99 -0
  81. data/config/commands/Objective-C.rb +181 -0
  82. data/config/commands/Outlines.rb +54 -0
  83. data/config/commands/PHP Smarty.rb +10 -0
  84. data/config/commands/Pascal.rb +11 -0
  85. data/config/commands/Perforce.rb +102 -0
  86. data/config/commands/Perl.rb +78 -0
  87. data/config/commands/Processing.rb +11 -0
  88. data/config/commands/Prolog.rb +11 -0
  89. data/config/commands/Property List.rb +38 -0
  90. data/config/commands/Python Django.rb +11 -0
  91. data/config/commands/Python.rb +131 -0
  92. data/config/commands/R Console (R.app).rb +80 -0
  93. data/config/commands/R Console (Rdaemon).rb +414 -0
  94. data/config/commands/R.rb +337 -0
  95. data/config/commands/Ragel.rb +10 -0
  96. data/config/commands/Regular Expressions.rb +18 -0
  97. data/config/commands/Remind.rb +44 -0
  98. data/config/commands/Ruby RSpec.rb +40 -0
  99. data/config/commands/Ruby on Rails.rb +331 -0
  100. data/config/commands/Ruby.rb +220 -0
  101. data/config/commands/S5 Slide Show.rb +37 -0
  102. data/config/commands/SCons.rb +24 -0
  103. data/config/commands/SQL.rb +60 -0
  104. data/config/commands/SVK.rb +83 -0
  105. data/config/commands/SWeave.rb +63 -0
  106. data/config/commands/Scheme.rb +30 -0
  107. data/config/commands/Scilab.rb +28 -0
  108. data/config/commands/Setext.rb +20 -0
  109. data/config/commands/Shell Script.rb +59 -0
  110. data/config/commands/Slate.rb +9 -0
  111. data/config/commands/Source.rb +84 -0
  112. data/config/commands/Standard ML.rb +38 -0
  113. data/config/commands/Subversion.rb +181 -0
  114. data/config/commands/TODO.rb +32 -0
  115. data/config/commands/Tcl.rb +21 -0
  116. data/config/commands/TerminalMate.rb +30 -0
  117. data/config/commands/Text.rb +137 -0
  118. data/config/commands/TextMate.rb +100 -0
  119. data/config/commands/Textile.rb +58 -0
  120. data/config/commands/Thrift.rb +20 -0
  121. data/config/commands/Transmit.rb +34 -0
  122. data/config/commands/Txt2tags.rb +213 -0
  123. data/config/commands/Vectorscript.rb +19 -0
  124. data/config/commands/Widget Creator.rb +23 -0
  125. data/config/commands/XML.rb +29 -0
  126. data/config/commands/Xcode.rb +106 -0
  127. data/config/commands/YAML.rb +39 -0
  128. data/config/commands/YARD.rb +12 -0
  129. data/config/commands/iTerm.rb +26 -0
  130. data/config/commands/reStructuredText.rb +126 -0
  131. data/config/detect.rb +13 -1
  132. data/config/keymap/diakonos.rb +113 -115
  133. data/config/keymap/emacs.rb +6 -2
  134. data/config/keymap/nano.rb +104 -112
  135. data/config/keymap/vim.rb +329 -258
  136. data/config/plugin/autosave.rb +3 -6
  137. data/config/plugin/git.rb +18 -12
  138. data/config/plugin/soma.rb +1 -1
  139. data/config/preferences/Apache.rb +17 -17
  140. data/config/preferences/AppleScript.rb +5 -5
  141. data/config/preferences/Bundle Development.rb +10 -10
  142. data/config/preferences/C.rb +38 -30
  143. data/config/preferences/CoffeeScript.rb +28 -0
  144. data/config/preferences/ColdFusion.rb +6 -6
  145. data/config/preferences/Cucumber.rb +40 -0
  146. data/config/preferences/Diff.rb +4 -4
  147. data/config/preferences/Eiffel.rb +6 -6
  148. data/config/preferences/Erlang.rb +16 -16
  149. data/config/preferences/F-Script.rb +12 -12
  150. data/config/preferences/FXScript.rb +5 -5
  151. data/config/preferences/Fortran.rb +17 -17
  152. data/config/preferences/Go.rb +23 -0
  153. data/config/preferences/Groovy.rb +29 -0
  154. data/config/preferences/HTML.rb +44 -44
  155. data/config/preferences/Haskell.rb +14 -14
  156. data/config/preferences/Io.rb +11 -11
  157. data/config/preferences/Java.rb +8 -8
  158. data/config/preferences/LaTeX.rb +24 -24
  159. data/config/preferences/Logo.rb +6 -6
  160. data/config/preferences/Logtalk.rb +5 -5
  161. data/config/preferences/Markdown.rb +43 -0
  162. data/config/preferences/Maven.rb +42 -42
  163. data/config/preferences/Mediawiki.rb +8 -8
  164. data/config/preferences/Movable Type.rb +14 -14
  165. data/config/preferences/OCaml.rb +15 -15
  166. data/config/preferences/Objective-C.rb +5 -5
  167. data/config/preferences/PHP.rb +2564 -0
  168. data/config/preferences/Property List.rb +8 -8
  169. data/config/preferences/R.rb +5 -5
  170. data/config/preferences/Ruby.rb +24 -24
  171. data/config/preferences/Source.rb +13 -13
  172. data/config/preferences/Standard ML.rb +9 -9
  173. data/config/preferences/Tcl.rb +5 -5
  174. data/config/preferences/Text.rb +14 -14
  175. data/config/preferences/TextMate.rb +5 -5
  176. data/config/preferences/Textile.rb +8 -8
  177. data/config/preferences/YARD.rb +9 -0
  178. data/config/preferences/iTerm.rb +9 -9
  179. data/config/rc.rb +5 -2
  180. data/config/snippets/ASP vb.NET.rb +203 -54
  181. data/config/snippets/ASP.rb +51 -36
  182. data/config/snippets/ActionScript.rb +332 -205
  183. data/config/snippets/Active4D.rb +325 -256
  184. data/config/snippets/Ada.rb +106 -60
  185. data/config/snippets/Ant.rb +7 -5
  186. data/config/snippets/Apache.rb +24 -20
  187. data/config/snippets/AppleScript.rb +213 -82
  188. data/config/snippets/Blogging.rb +41 -18
  189. data/config/snippets/Bulletin Board.rb +56 -21
  190. data/config/snippets/Bundle Development.rb +108 -63
  191. data/config/snippets/C++ Qt.rb +72 -57
  192. data/config/snippets/C.rb +128 -100
  193. data/config/snippets/CMake.rb +42 -32
  194. data/config/snippets/CSS.rb +515 -115
  195. data/config/snippets/CoffeeScript.rb +85 -0
  196. data/config/snippets/ColdFusion.rb +2228 -1547
  197. data/config/snippets/Context Free.rb +35 -28
  198. data/config/snippets/Cucumber.rb +55 -0
  199. data/config/snippets/D.rb +164 -111
  200. data/config/snippets/DokuWiki.rb +103 -54
  201. data/config/snippets/Doxygen.rb +87 -40
  202. data/config/snippets/Eiffel.rb +121 -18
  203. data/config/snippets/Erlang.rb +109 -68
  204. data/config/snippets/F-Script.rb +30 -24
  205. data/config/snippets/FXScript.rb +364 -210
  206. data/config/snippets/Fortran.rb +462 -280
  207. data/config/snippets/GTDAlt.rb +10 -4
  208. data/config/snippets/Gettext.rb +10 -8
  209. data/config/snippets/Go.rb +52 -0
  210. data/config/snippets/Greasemonkey.rb +52 -42
  211. data/config/snippets/Gri.rb +12 -10
  212. data/config/snippets/Groovy Grails.rb +313 -0
  213. data/config/snippets/Groovy.rb +685 -0
  214. data/config/snippets/HTML.rb +325 -126
  215. data/config/snippets/Haskell.rb +32 -24
  216. data/config/snippets/Io.rb +53 -42
  217. data/config/snippets/Java.rb +204 -92
  218. data/config/snippets/JavaDoc.rb +105 -56
  219. data/config/snippets/JavaScript MooTools.rb +208 -13
  220. data/config/snippets/JavaScript Objective-J.rb +18 -15
  221. data/config/snippets/JavaScript Prototype & Script.aculo.us.rb +362 -107
  222. data/config/snippets/JavaScript YUI.rb +1245 -186
  223. data/config/snippets/JavaScript jQuery.rb +693 -375
  224. data/config/snippets/JavaScript.rb +71 -53
  225. data/config/snippets/LaTeX.rb +188 -0
  226. data/config/snippets/Lisp.rb +59 -40
  227. data/config/snippets/Logo.rb +12 -6
  228. data/config/snippets/Logtalk.rb +131 -60
  229. data/config/snippets/Lua.rb +43 -33
  230. data/config/snippets/MIPS Assembler.rb +7 -5
  231. data/config/snippets/Mail.rb +10 -1
  232. data/config/snippets/Markdown.rb +7 -0
  233. data/config/snippets/Matlab.rb +232 -178
  234. data/config/snippets/Maven.rb +6 -5
  235. data/config/snippets/Mediawiki.rb +43 -12
  236. data/config/snippets/MoinMoin.rb +50 -10
  237. data/config/snippets/Movable Type.rb +368 -53
  238. data/config/snippets/Nemerle.rb +127 -79
  239. data/config/snippets/OCaml Code Completion Misc.rb +1716 -72
  240. data/config/snippets/OCaml Code Completion Unix.rb +2128 -203
  241. data/config/snippets/OCaml.rb +107 -73
  242. data/config/snippets/ODCompletion.rb +169 -118
  243. data/config/snippets/Objective-C.rb +281 -193
  244. data/config/snippets/PHP Smarty.rb +149 -79
  245. data/config/snippets/PHP.rb +186 -0
  246. data/config/snippets/Pascal.rb +47 -33
  247. data/config/snippets/Perl HTML-Template.rb +33 -0
  248. data/config/snippets/Perl Mason.rb +50 -30
  249. data/config/snippets/Perl Template Toolkit.rb +25 -20
  250. data/config/snippets/Perl.rb +91 -72
  251. data/config/snippets/Processing.rb +55 -33
  252. data/config/snippets/Propel.rb +36 -30
  253. data/config/snippets/Property List.rb +57 -24
  254. data/config/snippets/Python Django Templates.rb +381 -95
  255. data/config/snippets/Python Django.rb +159 -132
  256. data/config/snippets/Python.rb +88 -0
  257. data/config/snippets/R Console (Rdaemon).rb +11 -9
  258. data/config/snippets/R.rb +96 -77
  259. data/config/snippets/Remind.rb +18 -15
  260. data/config/snippets/Ruby RSpec.rb +343 -238
  261. data/config/snippets/Ruby on Rails.rb +1116 -765
  262. data/config/snippets/Ruby.rb +770 -545
  263. data/config/snippets/S5 Slide Show.rb +32 -24
  264. data/config/snippets/SSH Config.rb +21 -17
  265. data/config/snippets/SWIG.rb +30 -18
  266. data/config/snippets/Scilab.rb +98 -79
  267. data/config/snippets/Setext.rb +10 -8
  268. data/config/snippets/Shell Script.rb +52 -42
  269. data/config/snippets/Slate.rb +62 -48
  270. data/config/snippets/Source.rb +24 -1
  271. data/config/snippets/Standard ML.rb +37 -27
  272. data/config/snippets/Tcl.rb +32 -26
  273. data/config/snippets/Text.rb +28 -15
  274. data/config/snippets/Textile.rb +130 -45
  275. data/config/snippets/Thrift.rb +22 -18
  276. data/config/snippets/Twiki.rb +158 -105
  277. data/config/snippets/Txt2tags.rb +166 -79
  278. data/config/snippets/Vectorscript.rb +47 -38
  279. data/config/snippets/Widget Creator.rb +5 -5
  280. data/config/snippets/XML.rb +30 -18
  281. data/config/snippets/YAML.rb +5 -4
  282. data/config/snippets/YARD.rb +93 -0
  283. data/config/snippets/reStructuredText.rb +25 -20
  284. data/config/syntax/ANTLR.rb +17 -15
  285. data/config/syntax/ASP vb.NET.rb +27 -24
  286. data/config/syntax/ASP.rb +21 -19
  287. data/config/syntax/ActionScript.rb +16 -16
  288. data/config/syntax/Active4D Config.rb +5 -5
  289. data/config/syntax/Active4D Library.rb +2 -2
  290. data/config/syntax/Active4D.rb +32 -30
  291. data/config/syntax/Ada.rb +13 -10
  292. data/config/syntax/Ant.rb +9 -7
  293. data/config/syntax/Apache.rb +22 -18
  294. data/config/syntax/AppleScript.rb +486 -192
  295. data/config/syntax/AsciiDoc.rb +21 -0
  296. data/config/syntax/BibTeX.rb +7 -7
  297. data/config/syntax/Blog - HTML.rb +7 -7
  298. data/config/syntax/Blog - Markdown.rb +6 -6
  299. data/config/syntax/Blog - Text.rb +2 -2
  300. data/config/syntax/Blog - Textile.rb +2 -2
  301. data/config/syntax/Bulletin Board.rb +33 -32
  302. data/config/syntax/C++ Qt.rb +7 -6
  303. data/config/syntax/C++.rb +31 -28
  304. data/config/syntax/C.rb +55 -51
  305. data/config/syntax/CMake Listfile.rb +12 -11
  306. data/config/syntax/CSS.rb +24 -23
  307. data/config/syntax/CSV.rb +3 -3
  308. data/config/syntax/CoffeeScript.rb +161 -0
  309. data/config/syntax/ColdFusion.rb +8 -8
  310. data/config/syntax/Context Free.rb +18 -16
  311. data/config/syntax/Cucumber Steps.rb +108 -0
  312. data/config/syntax/D.rb +70 -69
  313. data/config/syntax/Diff.rb +13 -10
  314. data/config/syntax/DokuWiki.rb +22 -18
  315. data/config/syntax/Doxygen.rb +1 -1
  316. data/config/syntax/Dylan.rb +8 -8
  317. data/config/syntax/Eiffel.rb +12 -12
  318. data/config/syntax/Erlang.rb +96 -89
  319. data/config/syntax/F-Script.rb +11 -9
  320. data/config/syntax/FXScript.rb +16 -14
  321. data/config/syntax/Fortran - Modern.rb +25 -24
  322. data/config/syntax/Fortran - Punchcard.rb +43 -40
  323. data/config/syntax/GTD.rb +1 -1
  324. data/config/syntax/GTDalt.rb +14 -11
  325. data/config/syntax/Gettext.rb +10 -9
  326. data/config/syntax/Gherkin.rb +65 -0
  327. data/config/syntax/Go.rb +256 -0
  328. data/config/syntax/Grails Server Page.rb +108 -0
  329. data/config/syntax/Graphviz (DOT).rb +6 -6
  330. data/config/syntax/Greasemonkey.rb +3 -3
  331. data/config/syntax/Gri.rb +12 -12
  332. data/config/syntax/Groovy.rb +502 -0
  333. data/config/syntax/HTML (ASP).rb +3 -3
  334. data/config/syntax/HTML (ASP.net).rb +31 -31
  335. data/config/syntax/HTML (Active4D).rb +19 -19
  336. data/config/syntax/HTML (Django).rb +6 -6
  337. data/config/syntax/HTML (Erlang).rb +4 -4
  338. data/config/syntax/HTML (Mason).rb +13 -13
  339. data/config/syntax/HTML (Rails).rb +5 -5
  340. data/config/syntax/HTML (Tcl).rb +3 -3
  341. data/config/syntax/HTML (Template Toolkit).rb +9 -9
  342. data/config/syntax/HTML.rb +27 -27
  343. data/config/syntax/Haskell.rb +31 -28
  344. data/config/syntax/Inform.rb +5 -5
  345. data/config/syntax/Ini.rb +4 -4
  346. data/config/syntax/Installer Distribution Script.rb +19 -18
  347. data/config/syntax/Io.rb +17 -15
  348. data/config/syntax/JSFL.rb +7 -6
  349. data/config/syntax/Java Properties.rb +3 -3
  350. data/config/syntax/Java Server Page (JSP).rb +5 -4
  351. data/config/syntax/Java.rb +40 -33
  352. data/config/syntax/JavaDoc.rb +24 -22
  353. data/config/syntax/JavaScript (Rails).rb +1 -1
  354. data/config/syntax/JavaScript.rb +41 -34
  355. data/config/syntax/Javascript YUI.rb +109 -101
  356. data/config/syntax/LaTeX Beamer.rb +3 -3
  357. data/config/syntax/LaTeX Log.rb +3 -3
  358. data/config/syntax/LaTeX Memoir.rb +7 -5
  359. data/config/syntax/LaTeX Rdaemon.rb +1 -1
  360. data/config/syntax/LaTeX.rb +52 -47
  361. data/config/syntax/Language Grammar.rb +58 -55
  362. data/config/syntax/Lex-Flex.rb +13 -13
  363. data/config/syntax/Lighttpd.rb +7 -7
  364. data/config/syntax/Lisp.rb +6 -5
  365. data/config/syntax/Literate Haskell.rb +2 -2
  366. data/config/syntax/Logo.rb +4 -4
  367. data/config/syntax/Logtalk.rb +64 -49
  368. data/config/syntax/Lua.rb +12 -12
  369. data/config/syntax/MATLAB.rb +71 -70
  370. data/config/syntax/MEL.rb +16 -15
  371. data/config/syntax/MIPS Assembler.rb +11 -11
  372. data/config/syntax/MacPorts Portfile.rb +16 -15
  373. data/config/syntax/Mail.rb +5 -4
  374. data/config/syntax/Makefile.rb +3 -3
  375. data/config/syntax/Man.rb +2 -2
  376. data/config/syntax/Markdown.rb +440 -0
  377. data/config/syntax/Maven POM.rb +17 -16
  378. data/config/syntax/Mediawiki.rb +46 -46
  379. data/config/syntax/Modula-3.rb +7 -6
  380. data/config/syntax/MoinMoin.rb +16 -16
  381. data/config/syntax/MooTools.rb +75 -65
  382. data/config/syntax/Movable Type (MT only).rb +18 -18
  383. data/config/syntax/Movable Type.rb +20 -20
  384. data/config/syntax/MultiMarkdown.rb +35 -0
  385. data/config/syntax/Nemerle.rb +12 -12
  386. data/config/syntax/OCaml.rb +79 -71
  387. data/config/syntax/OCamllex.rb +14 -14
  388. data/config/syntax/OCamlyacc.rb +14 -12
  389. data/config/syntax/Objective-C++.rb +2 -2
  390. data/config/syntax/Objective-C.rb +76 -70
  391. data/config/syntax/Objective-J.rb +30 -29
  392. data/config/syntax/Octave.rb +27 -27
  393. data/config/syntax/OpenGL.rb +4 -4
  394. data/config/syntax/PHP.rb +1154 -0
  395. data/config/syntax/Pascal.rb +8 -8
  396. data/config/syntax/Perl HTML-Template.rb +5 -5
  397. data/config/syntax/Perl.rb +80 -76
  398. data/config/syntax/Plain Text.rb +5 -5
  399. data/config/syntax/Postscript.rb +6 -6
  400. data/config/syntax/Processing.rb +20 -20
  401. data/config/syntax/Prolog.rb +2 -2
  402. data/config/syntax/Property List.rb +50 -47
  403. data/config/syntax/Prototype & Script.aculo.us (JavaScript) Bracketed.rb +15 -13
  404. data/config/syntax/Prototype & Script.aculo.us (JavaScript).rb +9 -8
  405. data/config/syntax/Python Django.rb +6 -6
  406. data/config/syntax/Python.rb +94 -87
  407. data/config/syntax/Quake Style .cfg.rb +4 -4
  408. data/config/syntax/R Console (Rdaemon) Plain.rb +2 -2
  409. data/config/syntax/R Console (Rdaemon).rb +2 -2
  410. data/config/syntax/R.rb +21 -20
  411. data/config/syntax/RSpec.rb +15 -15
  412. data/config/syntax/Ragel.rb +14 -13
  413. data/config/syntax/Rd (R Documentation).rb +4 -4
  414. data/config/syntax/Regular Expressions (Oniguruma).rb +11 -10
  415. data/config/syntax/Regular Expressions (Python).rb +9 -9
  416. data/config/syntax/Release Notes.rb +7 -6
  417. data/config/syntax/Remind.rb +19 -17
  418. data/config/syntax/Rez.rb +10 -9
  419. data/config/syntax/Ruby Haml.rb +11 -11
  420. data/config/syntax/Ruby on Rails.rb +26 -24
  421. data/config/syntax/Ruby.rb +73 -71
  422. data/config/syntax/S5 Slide Show.rb +9 -9
  423. data/config/syntax/SQL.rb +29 -27
  424. data/config/syntax/SSH Config.rb +4 -4
  425. data/config/syntax/SWIG.rb +12 -11
  426. data/config/syntax/SWeave.rb +8 -7
  427. data/config/syntax/Scheme.rb +56 -54
  428. data/config/syntax/Scilab.rb +7 -6
  429. data/config/syntax/Setext.rb +14 -13
  430. data/config/syntax/Shell Script (Bash).rb +42 -42
  431. data/config/syntax/Slate.rb +24 -19
  432. data/config/syntax/Smarty.rb +11 -10
  433. data/config/syntax/Standard ML - CM.rb +2 -2
  434. data/config/syntax/Standard ML.rb +26 -23
  435. data/config/syntax/Strings File.rb +6 -6
  436. data/config/syntax/TSV.rb +2 -2
  437. data/config/syntax/Tcl.rb +10 -9
  438. data/config/syntax/TeX Math.rb +7 -6
  439. data/config/syntax/TeX.rb +7 -7
  440. data/config/syntax/Textile.rb +33 -27
  441. data/config/syntax/Thrift.rb +37 -29
  442. data/config/syntax/Twiki.rb +19 -18
  443. data/config/syntax/Txt2tags.rb +26 -23
  444. data/config/syntax/Vectorscript.rb +9 -7
  445. data/config/syntax/XML strict.rb +6 -4
  446. data/config/syntax/XML.rb +55 -30
  447. data/config/syntax/XSL.rb +5 -5
  448. data/config/syntax/YAML.rb +14 -12
  449. data/config/syntax/camlp4.rb +5 -5
  450. data/config/syntax/iCalendar.rb +3 -3
  451. data/config/syntax/jQuery (JavaScript).rb +9 -9
  452. data/config/syntax/mod_perl.rb +6 -6
  453. data/config/syntax/qmake Project file.rb +16 -15
  454. data/config/syntax/reStructuredText.rb +23 -21
  455. data/config/syntax/svn-commit.tmp.rb +5 -5
  456. data/lib/ver.rb +169 -85
  457. data/lib/ver/action.rb +39 -30
  458. data/lib/ver/buffer.rb +962 -144
  459. data/lib/ver/buffer/frame.rb +23 -0
  460. data/lib/ver/buffer/invalid_trailing_whitespace.rb +17 -0
  461. data/lib/ver/buffer/markup_underline_link.rb +30 -0
  462. data/lib/ver/buffer/matching_brace.rb +22 -0
  463. data/lib/ver/buffer/term.rb +1 -1
  464. data/lib/ver/clipboard.rb +107 -0
  465. data/lib/ver/digraphs.rb +1373 -0
  466. data/lib/ver/entry.rb +54 -43
  467. data/lib/ver/event.rb +335 -0
  468. data/lib/ver/exception_view.rb +3 -1
  469. data/lib/ver/executor.rb +7 -7
  470. data/lib/ver/executor/buffer.rb +4 -4
  471. data/lib/ver/executor/encoding.rb +19 -0
  472. data/lib/ver/executor/entry.rb +9 -9
  473. data/lib/ver/executor/fuzzy_file_finder.rb +1 -1
  474. data/lib/ver/executor/label.rb +2 -0
  475. data/lib/ver/executor/method.rb +2 -3
  476. data/lib/ver/help/describe_key.rb +44 -44
  477. data/lib/ver/hover_completion.rb +11 -6
  478. data/lib/ver/keymap.rb +68 -39
  479. data/lib/ver/layout/paned.rb +56 -44
  480. data/lib/ver/layout/toplevel.rb +68 -0
  481. data/lib/ver/layout/vim.rb +919 -0
  482. data/lib/ver/major_mode.rb +49 -49
  483. data/lib/ver/methods.rb +22 -25
  484. data/lib/ver/methods/basic.rb +49 -20
  485. data/lib/ver/methods/bookmark.rb +33 -33
  486. data/lib/ver/methods/clipboard.rb +186 -49
  487. data/lib/ver/methods/completion.rb +5 -5
  488. data/lib/ver/methods/control.rb +47 -66
  489. data/lib/ver/methods/delete.rb +5 -122
  490. data/lib/ver/methods/help.rb +2 -2
  491. data/lib/ver/methods/insert.rb +101 -29
  492. data/lib/ver/methods/layout.rb +62 -64
  493. data/lib/ver/methods/macro.rb +45 -0
  494. data/lib/ver/methods/move.rb +63 -349
  495. data/lib/ver/methods/nano.rb +99 -71
  496. data/lib/ver/methods/open.rb +8 -7
  497. data/lib/ver/methods/preview.rb +34 -14
  498. data/lib/ver/methods/save.rb +194 -163
  499. data/lib/ver/methods/search.rb +169 -81
  500. data/lib/ver/methods/search_and_replace.rb +62 -49
  501. data/lib/ver/methods/selection.rb +26 -54
  502. data/lib/ver/methods/snippet.rb +79 -54
  503. data/lib/ver/methods/undo.rb +12 -16
  504. data/lib/ver/minibuffer.rb +283 -134
  505. data/lib/ver/minor_mode.rb +36 -47
  506. data/lib/ver/mode_resolving.rb +71 -0
  507. data/lib/ver/platform.rb +41 -0
  508. data/lib/ver/plist.rb +16 -4
  509. data/lib/ver/register.rb +86 -0
  510. data/lib/ver/status.rb +44 -6
  511. data/lib/ver/status/battery.rb +1 -1
  512. data/lib/ver/status/buffer_position.rb +2 -2
  513. data/lib/ver/status/diakonos_position.rb +3 -3
  514. data/lib/ver/status/encoding.rb +1 -1
  515. data/lib/ver/status/filename.rb +1 -1
  516. data/lib/ver/status/label.rb +20 -20
  517. data/lib/ver/status/mode.rb +1 -1
  518. data/lib/ver/status/nano_help.rb +3 -14
  519. data/lib/ver/status/nano_position.rb +6 -6
  520. data/lib/ver/status/percent.rb +2 -2
  521. data/lib/ver/status/position.rb +2 -2
  522. data/lib/ver/status/short_filename.rb +1 -1
  523. data/lib/ver/status/syntax.rb +1 -1
  524. data/lib/ver/struct.rb +28 -0
  525. data/lib/ver/syntax/processor.rb +2 -1
  526. data/lib/ver/text.rb +48 -520
  527. data/lib/ver/text/end.rb +14 -0
  528. data/lib/ver/text/index.rb +16 -101
  529. data/lib/ver/text/insert.rb +138 -0
  530. data/lib/ver/text/mark.rb +559 -0
  531. data/lib/ver/text/position.rb +240 -0
  532. data/lib/ver/text/range.rb +74 -0
  533. data/lib/ver/text/selection.rb +402 -0
  534. data/lib/ver/text/selection/block.rb +69 -0
  535. data/lib/ver/text/selection/char.rb +93 -0
  536. data/lib/ver/text/selection/line.rb +64 -0
  537. data/lib/ver/text/tag.rb +322 -0
  538. data/lib/ver/undo.rb +109 -34
  539. data/lib/ver/vendor/eval_completer.rb +184 -0
  540. data/lib/ver/vendor/json_store.rb +23 -0
  541. data/lib/ver/vendor/open3.rb +729 -0
  542. data/lib/ver/vendor/pathname.rb +73 -0
  543. data/lib/ver/vendor/textpow.rb +1 -1
  544. data/lib/ver/version.rb +1 -1
  545. data/lib/ver/widget_event.rb +9 -5
  546. data/lib/ver/widget_major_mode.rb +69 -23
  547. data/spec/helper.rb +124 -8
  548. data/spec/ver/action.rb +160 -46
  549. data/spec/ver/buffer.rb +23 -0
  550. data/spec/ver/clipboard.rb +92 -0
  551. data/spec/ver/keymap.rb +63 -61
  552. data/spec/ver/keymap/diakonos.rb +88 -0
  553. data/spec/ver/keymap/emacs.rb +65 -0
  554. data/spec/ver/keymap/general.rb +98 -0
  555. data/spec/ver/keymap/nano.rb +84 -0
  556. data/spec/ver/keymap/vim.rb +205 -0
  557. data/spec/ver/keymap/vim/changing_text.rb +489 -0
  558. data/spec/ver/keymap/vim/complex_changes.rb +53 -0
  559. data/spec/ver/keymap/vim/copying_and_moving_text.rb +258 -0
  560. data/spec/ver/keymap/vim/deleting_text.rb +188 -0
  561. data/spec/ver/keymap/vim/digraphs.rb +52 -0
  562. data/spec/ver/keymap/vim/external_commands.rb +21 -0
  563. data/spec/ver/keymap/vim/inserting_mode_keys.rb +115 -0
  564. data/spec/ver/keymap/vim/inserting_mode_special.rb +168 -0
  565. data/spec/ver/keymap/vim/inserting_text.rb +108 -0
  566. data/spec/ver/keymap/vim/left_right_motion.rb +120 -0
  567. data/spec/ver/keymap/vim/mark_motion.rb +73 -0
  568. data/spec/ver/keymap/vim/repeating_commands.rb +64 -0
  569. data/spec/ver/keymap/vim/text_object_motion.rb +137 -0
  570. data/spec/ver/keymap/vim/text_objects.rb +101 -0
  571. data/spec/ver/keymap/vim/undo_redo.rb +21 -0
  572. data/spec/ver/keymap/vim/up_down_motion.rb +94 -0
  573. data/spec/ver/keymap/vim/various_motion.rb +33 -0
  574. data/spec/ver/keysyms.rb +13 -0
  575. data/spec/ver/major_mode.rb +37 -37
  576. data/spec/ver/minor_mode.rb +21 -20
  577. data/spec/ver/plugin/smart_autoindent.rb +2 -2
  578. data/spec/ver/text/index.rb +122 -0
  579. data/spec/ver/text/insert.rb +299 -0
  580. data/spec/ver/text/mark.rb +94 -0
  581. data/spec/ver/text/range.rb +71 -0
  582. data/spec/ver/text/selection.rb +315 -0
  583. data/spec/ver/text/tag.rb +93 -0
  584. data/spec/ver/undo.rb +133 -0
  585. data/spec/ver/undo/record_sanitize.rb +85 -0
  586. data/spec/ver/vendor/eval_completer.rb +91 -0
  587. data/spec/ver/widget_major_mode.rb +4 -3
  588. data/ver.gemspec +8 -8
  589. metadata +234 -72
  590. data/.todo +0 -102
  591. data/ROADMAP.textile +0 -187
  592. data/config/snippets/ANTLR.rb +0 -3
  593. data/config/snippets/Bison.rb +0 -3
  594. data/config/snippets/CTags.rb +0 -3
  595. data/config/snippets/CVS.rb +0 -3
  596. data/config/snippets/Darcs.rb +0 -3
  597. data/config/snippets/Diff.rb +0 -3
  598. data/config/snippets/Dylan.rb +0 -3
  599. data/config/snippets/Experimental Wiki.rb +0 -3
  600. data/config/snippets/Experimental.rb +0 -3
  601. data/config/snippets/FileMerge.rb +0 -3
  602. data/config/snippets/GTD2.rb +0 -3
  603. data/config/snippets/GetBundle.rb +0 -3
  604. data/config/snippets/Graphviz.rb +0 -3
  605. data/config/snippets/Hotkey.rb +0 -3
  606. data/config/snippets/Hyperlink Helper.rb +0 -3
  607. data/config/snippets/ImageBrowser.rb +0 -3
  608. data/config/snippets/Inform.rb +0 -3
  609. data/config/snippets/Ini.rb +0 -3
  610. data/config/snippets/Installer.rb +0 -3
  611. data/config/snippets/JSFL.rb +0 -3
  612. data/config/snippets/JSON.rb +0 -3
  613. data/config/snippets/Lex-Flex.rb +0 -3
  614. data/config/snippets/Lighttpd.rb +0 -3
  615. data/config/snippets/MEL.rb +0 -3
  616. data/config/snippets/MacPorts.rb +0 -3
  617. data/config/snippets/Make.rb +0 -3
  618. data/config/snippets/Man Pages.rb +0 -3
  619. data/config/snippets/Math.rb +0 -3
  620. data/config/snippets/Mercurial.rb +0 -3
  621. data/config/snippets/Modula.rb +0 -3
  622. data/config/snippets/Navigation.rb +0 -3
  623. data/config/snippets/OCaml Experimental Completions.rb +0 -3
  624. data/config/snippets/OpenGL.rb +0 -3
  625. data/config/snippets/Outlines.rb +0 -3
  626. data/config/snippets/Perforce.rb +0 -3
  627. data/config/snippets/Perl HTML::Template.rb +0 -27
  628. data/config/snippets/Postscript.rb +0 -3
  629. data/config/snippets/Prolog.rb +0 -3
  630. data/config/snippets/Quake.rb +0 -3
  631. data/config/snippets/R Console (R.app).rb +0 -3
  632. data/config/snippets/Ragel.rb +0 -3
  633. data/config/snippets/Regular Expressions.rb +0 -3
  634. data/config/snippets/Rez.rb +0 -3
  635. data/config/snippets/Ruby Haml.rb +0 -3
  636. data/config/snippets/SCons.rb +0 -3
  637. data/config/snippets/SQL.rb +0 -3
  638. data/config/snippets/SVK.rb +0 -3
  639. data/config/snippets/SWeave.rb +0 -3
  640. data/config/snippets/Scheme.rb +0 -3
  641. data/config/snippets/Subversion.rb +0 -3
  642. data/config/snippets/TODO.rb +0 -3
  643. data/config/snippets/Tabular.rb +0 -3
  644. data/config/snippets/TerminalMate.rb +0 -3
  645. data/config/snippets/TextMate.rb +0 -3
  646. data/config/snippets/Transmit.rb +0 -3
  647. data/config/snippets/Xcode.rb +0 -3
  648. data/config/snippets/iCalendar.rb +0 -3
  649. data/config/snippets/iTerm.rb +0 -3
  650. data/lib/ver/keysyms.rb +0 -104
  651. data/spec/ver/methods/move.rb +0 -150
@@ -1,34 +1,44 @@
1
1
  # Encoding: UTF-8
2
2
 
3
- {"glob" =>
4
- {scope: "source.cmake",
5
- name: "File(Glob …)",
6
- content: "FILE(GLOB${1:_RECURSE} ${2:VAR} ${3:src/*.cc})"},
7
- "for" =>
8
- {scope: "source.cmake",
9
- name: "Foreach … EndForeach",
10
- content: "FOREACH(${1:VAR} ${2:items})\n\t$0\nENDFOREACH()"},
11
- "fun" =>
12
- {scope: "source.cmake",
13
- name: "Function … EndFunction",
14
- content:
15
- "FUNCTION(${1:FUNCTION_NAME}${2/(.+)/(?1: )/}${2:arg1})\n\t$0\nENDFUNCTION()"},
16
- "if" =>
17
- {scope: "source.cmake",
18
- name: "If … Endif",
19
- content: "IF(${1:condition})\n\t$0\nENDIF()"},
20
- "append" =>
21
- {scope: "source.cmake",
22
- name: "List(Append …)",
23
- content: "LIST(APPEND ${1:LIST_VARIABLE} ${2:new_element})"},
24
- "mac" =>
25
- {scope: "source.cmake",
26
- name: "Macro … EndMacro",
27
- content:
28
- "MACRO(${1:MACRO_NAME}${2/(.+)/(?1: )/}${2:arg1})\n\t$0\nENDMACRO()"},
29
- "msg" =>
30
- {scope: "source.cmake", name: "Message(…)", content: "MESSAGE(\"$1\")$0"},
31
- "set" =>
32
- {scope: "source.cmake",
33
- name: "Set(Variable …)",
34
- content: "SET(${1:VAR} ${2:value})"}}
3
+ [{content: "FILE(GLOB${1:_RECURSE} ${2:VAR} ${3:src/*.cc})",
4
+ name: "File(Glob …)",
5
+ scope: "source.cmake",
6
+ tabTrigger: "glob",
7
+ uuid: "C6535099-87C4-4FDF-9359-95C33C23B3FC"},
8
+ {content: "FOREACH(${1:VAR} ${2:items})\n\t$0\nENDFOREACH()",
9
+ name: "Foreach … EndForeach",
10
+ scope: "source.cmake",
11
+ tabTrigger: "for",
12
+ uuid: "56F808A2-C0ED-4EC9-8E9E-6892E51E0661"},
13
+ {content:
14
+ "FUNCTION(${1:FUNCTION_NAME}${2/(.+)/(?1: )/}${2:arg1})\n\t$0\nENDFUNCTION()",
15
+ name: "Function … EndFunction",
16
+ scope: "source.cmake",
17
+ tabTrigger: "fun",
18
+ uuid: "F7CA148C-C68F-4DDC-A217-2A266D18205A"},
19
+ {content: "IF(${1:condition})\n\t$0\nENDIF()",
20
+ name: "If Endif",
21
+ scope: "source.cmake",
22
+ tabTrigger: "if",
23
+ uuid: "4F059A9A-EEAA-49B6-AAE5-0E29A00CFF70"},
24
+ {content: "LIST(APPEND ${1:LIST_VARIABLE} ${2:new_element})",
25
+ name: "List(Append …)",
26
+ scope: "source.cmake",
27
+ tabTrigger: "append",
28
+ uuid: "63E216D2-69EF-4ADF-80A4-46D8A6A6F716"},
29
+ {content:
30
+ "MACRO(${1:MACRO_NAME}${2/(.+)/(?1: )/}${2:arg1})\n\t$0\nENDMACRO()",
31
+ name: "Macro EndMacro",
32
+ scope: "source.cmake",
33
+ tabTrigger: "mac",
34
+ uuid: "DA433498-38DE-4E5D-B3DA-64D8F793CECB"},
35
+ {content: "MESSAGE(\"$1\")$0",
36
+ name: "Message(…)",
37
+ scope: "source.cmake",
38
+ tabTrigger: "msg",
39
+ uuid: "E9362AB2-F35B-436F-A042-69135E2F3744"},
40
+ {content: "SET(${1:VAR} ${2:value})",
41
+ name: "Set(Variable …)",
42
+ scope: "source.cmake",
43
+ tabTrigger: "set",
44
+ uuid: "725B826B-7849-4A52-8F65-FE4D78378FE1"}]
@@ -1,117 +1,517 @@
1
1
  # Encoding: UTF-8
2
2
 
3
- {"!" =>
4
- {scope: "source.css", name: "!important CSS", content: "${1:!important}"},
5
- "background" =>
6
- {scope: "source.css",
7
- name: "filter: AlphaImageLoader [for IE PNGs]",
8
- content:
9
- "${3:background-image: none;\n}filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='${1:${TM_SELECTED_TEXT:/images/transparent.png}}', sizingMethod='${2:image/scale/crop}');"},
10
- "border" =>
11
- {scope: "source.css",
12
- name: "border: size style color",
13
- content: "border: ${1:1px} ${2:solid} \#${3:999};$0"},
14
- "clear" =>
15
- {scope: "source.css",
16
- name: "clear: value",
17
- content: "clear: ${1:left/right/both/none};$0"},
18
- "color" =>
19
- {scope: "source.css",
20
- name: "color: rgb",
21
- content: "color: rgb(${1:255},${2:255},${3:255});$0"},
22
- "cursor" =>
23
- {scope: "source.css", name: "cursor: url", content: "cursor: url($1);$0"},
24
- "direction" =>
25
- {scope: "source.css",
26
- name: "direction: ltr/rtl",
27
- content: "direction: ${1:ltr|rtl};$0"},
28
- "display" =>
29
- {scope: "source.css",
30
- name: "display: table-types",
31
- content:
32
- "display: ${1:table/inline-table/table-row-group/table-header-group/table-footer-group/table-row/table-column-group/table-column/table-cell/table-caption};$0"},
33
- "float" =>
34
- {scope: "source.css",
35
- name: "float: left/right/none",
36
- content: "float: ${1:left/right/none};$0"},
37
- "font" =>
38
- {scope: "source.css",
39
- name: "font: size font",
40
- content:
41
- "font: ${1:75%} ${2:\"Lucida Grande\", \"Trebuchet MS\", Verdana,} ${3:sans-}serif;$0"},
42
- "letter" =>
43
- {scope: "source.css",
44
- name: "letter-spacing: px",
45
- content: "letter-spacing: $1px;$0"},
46
- "list" =>
47
- {scope: "source.css",
48
- name: "list-style: type position image",
49
- content:
50
- "list-style: ${1:none/disc/circle/square/decimal/zero} ${2:inside/outside} url($3);$0"},
51
- "margin" =>
52
- {scope: "source.css",
53
- name: "margin: V H",
54
- content: "margin: ${1:20px} ${2:0px};$0"},
55
- "marker" =>
56
- {scope: "source.css",
57
- name: "marker-offset: length",
58
- content: "marker-offset: ${1:10px};$0"},
59
- "opacity" =>
60
- {scope: "source.css",
61
- name: "opacity: [for Safari, FF & IE]",
62
- content:
63
- "opacity: ${1:0.5};${100:\n}-moz-opacity: ${1:0.5};${100:\n}filter:alpha(opacity=${2:${1/(1?)0?\\.(.*)/$1$2/}${1/^\\d*\\.\\d\\d+$|^\\d*$|(^\\d\\.\\d$)/(?1:0)/}});$0"},
64
- "overflow" =>
65
- {scope: "source.css",
66
- name: "overflow: type",
67
- content: "overflow: ${1:visible/hidden/scroll/auto};$0"},
68
- "padding" =>
69
- {scope: "source.css",
70
- name: "padding: all",
71
- content: "padding: ${1:20px};$0"},
72
- "position" =>
73
- {scope: "source.css",
74
- name: "position: type",
75
- content: "position: ${1:static/relative/absolute/fixed};$0"},
76
- "{" =>
77
- {scope: "source.css",
78
- name: "properties { } ( } )",
79
- content: "{\n\t/* $1 */\n\t$0\n"},
80
- "text" =>
81
- {scope: "source.css",
82
- name: "text-transform: none",
83
- content: "text-transform: none;$0"},
84
- "vertical" =>
85
- {scope: "source.css",
86
- name: "vertical-align: type",
87
- content:
88
- "vertical-align: ${1:baseline/sub/super/top/text-top/middle/bottom/text-bottom/length/%};$0"},
89
- "visibility" =>
90
- {scope: "source.css",
91
- name: "visibility: type",
92
- content: "visibility: ${1:visible/hidden/collapse};$0"},
93
- "white" =>
94
- {scope: "source.css",
95
- name: "white-space: normal/pre/nowrap",
96
- content: "white-space: ${1:normal/pre/nowrap};$0"},
97
- "word" =>
98
- {scope: "source.css",
99
- name: "word-spacing: normal",
100
- content: "word-spacing: normal;$0"},
101
- "z" =>
102
- {scope: "source.css", name: "z-index: index", content: "z-index: $1;$0"},
103
- "fixed" =>
104
- {scope: "source.css meta.property-list",
105
- name: "Fixed Position Bottom 100% wide IE6",
106
- content:
107
- "${2:bottom: auto;}top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-${1:THE HEIGHT OF THIS THING IN PIXELS}));\n${3:left: expression(eval(document.documentElement.scrollLeft));\n}${4:width: expression(eval(document.documentElement.clientWidth));}$0"},
108
- "scrollbar" =>
109
- {scope: "source.css meta.property-list",
110
- name: "scrollbar",
111
- content:
112
- "scrollbar-base-color: ${1:#CCCCCC};${2:\nscrollbar-arrow-color: ${3:#000000};\nscrollbar-track-color: ${4:#999999};\nscrollbar-3dlight-color: ${5:#EEEEEE};\nscrollbar-highlight-color: ${6:#FFFFFF};\nscrollbar-face-color: ${7:#CCCCCC};\nscrollbar-shadow-color: ${9:#999999};\nscrollbar-darkshadow-color: ${8:#666666};}"},
113
- "selection" =>
114
- {scope: "source.css -meta.property-list",
115
- name: "selection",
116
- content:
117
- "$1::-moz-selection,\n$1::selection {\n\tcolor: ${2:inherit};\n\tbackground: ${3:inherit};\n}"}}
3
+ [{content: "${1:!important}",
4
+ keyEquivalent: "",
5
+ name: "!important CSS",
6
+ scope: "source.css",
7
+ tabTrigger: "!",
8
+ uuid: "EF1F2D38-A71A-4D1D-9B07-B1CBB6D84B81"},
9
+ {content:
10
+ "${2:bottom: auto;}top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-${1:THE HEIGHT OF THIS THING IN PIXELS}));\n${3:left: expression(eval(document.documentElement.scrollLeft));\n}${4:width: expression(eval(document.documentElement.clientWidth));}$0",
11
+ name: "Fixed Position Bottom 100% wide IE6",
12
+ scope: "source.css meta.property-list",
13
+ tabTrigger: "fixed",
14
+ uuid: "FCDDB549-681A-436F-894E-1A408C0E114C"},
15
+ {content: "background-attachment: ${1:scroll/fixed};$0",
16
+ name: "background-attachment: scroll/fixed",
17
+ scope: "source.css",
18
+ tabTrigger: "background",
19
+ uuid: "9E194D74-B73B-4D2B-A89F-51F7468A3E97"},
20
+ {content: "background-color: \#${1:DDD};$0",
21
+ name: "background-color: hex",
22
+ scope: "source.css",
23
+ tabTrigger: "background",
24
+ uuid: "32B7B151-17CB-4DA4-AC0B-7D02BC606403"},
25
+ {content: "background-color: ${1:red};$0",
26
+ name: "background-color: name",
27
+ scope: "source.css",
28
+ tabTrigger: "background",
29
+ uuid: "913410E0-623A-43F0-B71F-2E8FB9D5EBC8"},
30
+ {content: "background-color: rgb(${1:255},${2:255},${3:255});$0",
31
+ name: "background-color: rgb",
32
+ scope: "source.css",
33
+ tabTrigger: "background",
34
+ uuid: "12241B4B-197C-41AF-ACC2-6B9A7AEC7039"},
35
+ {content: "background-color: transparent;$0",
36
+ name: "background-color: transparent",
37
+ scope: "source.css",
38
+ tabTrigger: "background",
39
+ uuid: "C71B1388-2815-4CAE-8652-CD159095AEAD"},
40
+ {content: "background-image: none;$0",
41
+ name: "background-image: none",
42
+ scope: "source.css",
43
+ tabTrigger: "background",
44
+ uuid: "7D71DF8B-492E-493D-BD94-1A4AFCCDCBBF"},
45
+ {content: "background-image: url($1);$0",
46
+ name: "background-image: url",
47
+ scope: "source.css",
48
+ tabTrigger: "background",
49
+ uuid: "978CBFF6-62D6-45B1-93F7-5644E1C6262B"},
50
+ {content:
51
+ "background-position: ${1:top left/top center/top right/center left/center center/center right/bottom left/bottom center/bottom right/x-% y-%/x-pos y-pos};$0",
52
+ name: "background-position: position",
53
+ scope: "source.css",
54
+ tabTrigger: "background",
55
+ uuid: "E198D2D5-6B52-42FD-BCBC-01B0A7E5E80E"},
56
+ {content: "background-repeat: ${1:repeat/repeat-x/repeat-y/no-repeat};$0",
57
+ name: "background-repeat: r/r-x/r-y/n-r",
58
+ scope: "source.css",
59
+ tabTrigger: "background",
60
+ uuid: "4EE66583-26BE-4DBA-BD18-8DAF593835F9"},
61
+ {content:
62
+ "background:${6: \#${1:DDD}} url($2) ${3:repeat/repeat-x/repeat-y/no-repeat} ${4:scroll/fixed} ${5:top left/top center/top right/center left/center center/center right/bottom left/bottom center/bottom right/x-% y-%/x-pos y-pos};$0",
63
+ name: "background: color image repeat attachment position",
64
+ scope: "source.css",
65
+ tabTrigger: "background",
66
+ uuid: "D09967B1-2215-4B10-A331-7A372281DDA6"},
67
+ {content: "border-bottom-color: \#${1:999};$0",
68
+ name: "border-bottom-color: color",
69
+ scope: "source.css",
70
+ tabTrigger: "border",
71
+ uuid: "05AFB9EB-F4AB-4F86-8170-535CF508176C"},
72
+ {content:
73
+ "border-bottom-style: ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset};$0",
74
+ name: "border-bottom-style: style",
75
+ scope: "source.css",
76
+ tabTrigger: "border",
77
+ uuid: "39FA441C-3A8F-49D4-BBFE-270B4C962782"},
78
+ {content: "border-bottom-width: ${1:1}px ${2:solid} \#${3:999};$0",
79
+ name: "border-bottom-width: size",
80
+ scope: "source.css",
81
+ tabTrigger: "border",
82
+ uuid: "6F1126A9-5916-4E6F-8812-AB82C4638B6B"},
83
+ {content: "border-bottom: ${1:1}px ${2:solid} \#${3:999};$0",
84
+ name: "border-bottom: size style color",
85
+ scope: "source.css",
86
+ tabTrigger: "border",
87
+ uuid: "1998EF7F-D855-4EAF-8CE0-D76CE8C905A4"},
88
+ {content: "border-color: ${1:999};$0",
89
+ name: "border-color: color",
90
+ scope: "source.css",
91
+ tabTrigger: "border",
92
+ uuid: "AB0759F4-4243-4807-B297-2902459EBE02"},
93
+ {content: "border-right-color: \#${1:999};$0",
94
+ name: "border-left-color: color",
95
+ scope: "source.css",
96
+ tabTrigger: "border",
97
+ uuid: "189DD463-0331-4B99-8CA2-ADEEF7CC078D"},
98
+ {content:
99
+ "border-left-style: ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset};$0",
100
+ name: "border-left-style: style",
101
+ scope: "source.css",
102
+ tabTrigger: "border",
103
+ uuid: "8AD77320-0E31-48B9-94A9-982FD8DD1885"},
104
+ {content: "border-left-width: ${1:1}px",
105
+ name: "border-left-width: size",
106
+ scope: "source.css",
107
+ tabTrigger: "border",
108
+ uuid: "1A667AFE-208F-4697-AD44-3FA1A23AA4C7"},
109
+ {content: "border-left: ${1:1}px ${2:solid} \#${3:999};$0",
110
+ name: "border-left: size style color",
111
+ scope: "source.css",
112
+ tabTrigger: "border",
113
+ uuid: "BDA03041-39C6-461C-A6F3-F6145D99AB5E"},
114
+ {content: "border-right-color: \#${1:999};$0",
115
+ name: "border-right-color: color",
116
+ scope: "source.css",
117
+ tabTrigger: "border",
118
+ uuid: "321FFAF7-5699-45E6-8696-DE84AD607690"},
119
+ {content:
120
+ "border-right-style: ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset};$0",
121
+ name: "border-right-style: style",
122
+ scope: "source.css",
123
+ tabTrigger: "border",
124
+ uuid: "6AE8DB39-F8E2-4DC9-ADBA-460E952439D8"},
125
+ {content: "border-right-width: ${1:1}px",
126
+ name: "border-right-width: size",
127
+ scope: "source.css",
128
+ tabTrigger: "border",
129
+ uuid: "8B059A97-7F2C-48CD-8422-0ECAB678E8AE"},
130
+ {content: "border-right: ${1:1}px ${2:solid} \#${3:999};$0",
131
+ name: "border-right: size style color",
132
+ scope: "source.css",
133
+ tabTrigger: "border",
134
+ uuid: "5FFC4EDE-9AEE-4854-BA78-34BD98BE7FBE"},
135
+ {content:
136
+ "border-style: ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset};$0",
137
+ name: "border-style: style",
138
+ scope: "source.css",
139
+ tabTrigger: "border",
140
+ uuid: "E4BD9171-E053-4EEF-8631-CFC74F1DCB97"},
141
+ {content: "border-top-color: \#${1:999};$0",
142
+ name: "border-top-color: color",
143
+ scope: "source.css",
144
+ tabTrigger: "border",
145
+ uuid: "DAF7114F-B5DC-4E70-A7CD-66FF028F93B1"},
146
+ {content:
147
+ "border-top-style: ${1:none/hidden/dotted/dashed/solid/double/groove/ridge/inset/outset};$0",
148
+ name: "border-top-style: style",
149
+ scope: "source.css",
150
+ tabTrigger: "border",
151
+ uuid: "C5039010-E264-4D3D-A12E-02C2DB7DC4BF"},
152
+ {content: "border-top-width: ${1:1}px",
153
+ name: "border-top-width: size",
154
+ scope: "source.css",
155
+ tabTrigger: "border",
156
+ uuid: "EE19367C-6634-4854-910D-90C6F5752A46"},
157
+ {content: "border-top: ${1:1}px ${2:solid} \#${3:999};$0",
158
+ name: "border-top: size style color",
159
+ scope: "source.css",
160
+ tabTrigger: "border",
161
+ uuid: "0FEBF51B-77B0-4D38-9CDB-276744CAF455"},
162
+ {content: "border-width: ${1:1px};$0",
163
+ name: "border-width: size",
164
+ scope: "source.css",
165
+ tabTrigger: "border",
166
+ uuid: "979C3D46-E8B1-484D-9DBB-E3B1FCD3BCF9"},
167
+ {content: "border: ${1:1px} ${2:solid} \#${3:999};$0",
168
+ name: "border: size style color",
169
+ scope: "source.css",
170
+ tabTrigger: "border",
171
+ uuid: "A2EA7266-AE50-4987-A86B-E3C4DFA5B643"},
172
+ {content: "clear: ${1:left/right/both/none};$0",
173
+ name: "clear: value",
174
+ scope: "source.css",
175
+ tabTrigger: "clear",
176
+ uuid: "8E9366D7-BB0B-456C-B9F3-0CE8072A10C3"},
177
+ {content: "color: \#${1:DDD};$0",
178
+ name: "color: hex",
179
+ scope: "source.css",
180
+ tabTrigger: "color",
181
+ uuid: "D69E7EB0-07E2-48A3-AD32-A7C3E6CAFBBC"},
182
+ {content: "color: ${1:red};$0",
183
+ name: "color: name",
184
+ scope: "source.css",
185
+ tabTrigger: "color",
186
+ uuid: "45D80BAF-0B0A-4334-AFBC-3601B5903707"},
187
+ {content: "color: rgb(${1:255},${2:255},${3:255});$0",
188
+ name: "color: rgb",
189
+ scope: "source.css",
190
+ tabTrigger: "color",
191
+ uuid: "FBA1210B-33DB-49D0-B026-FF31DBC41FD6"},
192
+ {content:
193
+ "cursor: ${1:default/auto/crosshair/pointer/move/*-resize/text/wait/help};$0",
194
+ name: "cursor: type",
195
+ scope: "source.css",
196
+ tabTrigger: "cursor",
197
+ uuid: "5EDCDB17-5DB0-459A-A61D-29984DD3A3B8"},
198
+ {content: "cursor: url($1);$0",
199
+ name: "cursor: url",
200
+ scope: "source.css",
201
+ tabTrigger: "cursor",
202
+ uuid: "5C9011B1-B8A8-4FD3-8EA8-848AF6509ADF"},
203
+ {content: "direction: ${1:ltr|rtl};$0",
204
+ name: "direction: ltr/rtl",
205
+ scope: "source.css",
206
+ tabTrigger: "direction",
207
+ uuid: "A723DACA-3819-4E8D-8BCF-9BD1B98AF651"},
208
+ {content: "display: block;$0",
209
+ name: "display: block",
210
+ scope: "source.css",
211
+ tabTrigger: "display",
212
+ uuid: "2FC3C35E-88A6-4DA0-808D-3034A96E7794"},
213
+ {content:
214
+ "display: ${1:none/inline/block/list-item/run-in/compact/marker};$0",
215
+ name: "display: common-types",
216
+ scope: "source.css",
217
+ tabTrigger: "display",
218
+ uuid: "56940467-7D99-4F31-83C2-1554638F552A"},
219
+ {content: "display: inline;$0",
220
+ name: "display: inline",
221
+ scope: "source.css",
222
+ tabTrigger: "display",
223
+ uuid: "CA506D09-9EAE-445D-AE1E-7058937304B7"},
224
+ {content:
225
+ "display: ${1:table/inline-table/table-row-group/table-header-group/table-footer-group/table-row/table-column-group/table-column/table-cell/table-caption};$0",
226
+ name: "display: table-types",
227
+ scope: "source.css",
228
+ tabTrigger: "display",
229
+ uuid: "98BE34AD-3CB1-4FB9-98A0-5E5A4BA63286"},
230
+ {content:
231
+ "${3:background-image: none;\n}filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='${1:${TM_SELECTED_TEXT:/images/transparent.png}}', sizingMethod='${2:image/scale/crop}');",
232
+ keyEquivalent: "",
233
+ name: "filter: AlphaImageLoader [for IE PNGs]",
234
+ scope: "source.css",
235
+ tabTrigger: "background",
236
+ uuid: "81CCEB84-6241-4E4F-BB26-54BAAFA3FF2E"},
237
+ {content: "float: ${1:left/right/none};$0",
238
+ name: "float: left/right/none",
239
+ scope: "source.css",
240
+ tabTrigger: "float",
241
+ uuid: "39244453-6D06-4265-9894-14D7FC0B277F"},
242
+ {content: "font-family: ${1:Arial, \"MS Trebuchet\"}, ${2:sans-}serif;$0",
243
+ name: "font-family: family",
244
+ scope: "source.css",
245
+ tabTrigger: "font",
246
+ uuid: "25388EC7-EA59-4C87-9F11-52870ADBF1AB"},
247
+ {content: "font-size: ${1:100%};$0",
248
+ name: "font-size: size",
249
+ scope: "source.css",
250
+ tabTrigger: "font",
251
+ uuid: "CD8E3F13-2B14-401D-9646-E309FB04B678"},
252
+ {content: "font-style: ${1:normal/italic/oblique};$0",
253
+ name: "font-style: normal/italic/oblique",
254
+ scope: "source.css",
255
+ tabTrigger: "font",
256
+ uuid: "128D7494-86EA-4615-87F4-C4D45E8C04AA"},
257
+ {content: "font-variant: ${1:normal/small-caps};$0",
258
+ name: "font-variant: normal/small-caps",
259
+ scope: "source.css",
260
+ tabTrigger: "font",
261
+ uuid: "B6C9A8F9-2942-4592-B73F-2833B9F648E5"},
262
+ {content: "font-weight: ${1:normal/bold};$0",
263
+ name: "font-weight: weight",
264
+ scope: "source.css",
265
+ tabTrigger: "font",
266
+ uuid: "F2DC92D8-43D4-4044-9D85-D96F734FF81E"},
267
+ {content:
268
+ "font: ${1:75%} ${2:\"Lucida Grande\", \"Trebuchet MS\", Verdana,} ${3:sans-}serif;$0",
269
+ name: "font: size font",
270
+ scope: "source.css",
271
+ tabTrigger: "font",
272
+ uuid: "F5EDF655-440B-4E1B-908F-4291F3A0A3A8"},
273
+ {content:
274
+ "font: ${1:normal/italic/oblique} ${2:normal/small-caps} ${3:normal/bold} ${4:1em/1.5em} ${5:Arial}, ${6:sans-}serif;$0",
275
+ name: "font: style variant weight size/line-height font-family",
276
+ scope: "source.css",
277
+ tabTrigger: "font",
278
+ uuid: "30C6CFA2-C00A-4F2A-8770-096A49C3F95F"},
279
+ {content: "letter-spacing: $1em;$0",
280
+ name: "letter-spacing: em",
281
+ scope: "source.css",
282
+ tabTrigger: "letter",
283
+ uuid: "D612A3B7-7C49-4447-9AAF-CCCFDE4408FF"},
284
+ {content: "letter-spacing: $1px;$0",
285
+ name: "letter-spacing: px",
286
+ scope: "source.css",
287
+ tabTrigger: "letter",
288
+ uuid: "17BBB1F1-1F83-4386-97B8-23144EB2441A"},
289
+ {content: "list-style-image: url($1);$0",
290
+ name: "list-style-image: url",
291
+ scope: "source.css",
292
+ tabTrigger: "list",
293
+ uuid: "BDEF3B0F-6414-4B1A-8841-864702B51EC6"},
294
+ {content: "list-style-position: ${1:inside/outside};$0",
295
+ name: "list-style-position: pos",
296
+ scope: "source.css",
297
+ tabTrigger: "list",
298
+ uuid: "9B10C768-5DA7-4570-98E4-70A36261C823"},
299
+ {content:
300
+ "list-style-type: ${1:cjk-ideographic/hiragana/katakana/hiragana-iroha/katakana-iroha};$0",
301
+ name: "list-style-type: asian",
302
+ scope: "source.css",
303
+ tabTrigger: "list",
304
+ uuid: "E024086F-94B8-401F-A903-7F0CDA8E0B8A"},
305
+ {content: "list-style-type: ${1:none/disc/circle/square};$0",
306
+ name: "list-style-type: marker",
307
+ scope: "source.css",
308
+ tabTrigger: "list",
309
+ uuid: "C5CE7E29-9EB1-4A63-8173-190D12E4E4E4"},
310
+ {content: "list-style-type: ${1:decimal/decimal-leading-zero/zero};$0",
311
+ name: "list-style-type: numeric",
312
+ scope: "source.css",
313
+ tabTrigger: "list",
314
+ uuid: "24436F96-2383-48AB-844F-AE791DEAF080"},
315
+ {content: "list-style-type: ${1:hebrew/armenian/georgian};$0",
316
+ name: "list-style-type: other",
317
+ scope: "source.css",
318
+ tabTrigger: "list",
319
+ uuid: "B8E9019D-3419-4CC3-87BB-DC54098CBFD0"},
320
+ {content:
321
+ "list-style-type: ${1:lower-roman/upper-roman/lower-alpha/upper-alpha/lower-greek/lower-latin/upper-latin};$0",
322
+ name: "list-style-type: roman-alpha-greek",
323
+ scope: "source.css",
324
+ tabTrigger: "list",
325
+ uuid: "97A55488-5DD9-4347-B5F1-722F580715E4"},
326
+ {content:
327
+ "list-style: ${1:none/disc/circle/square/decimal/zero} ${2:inside/outside} url($3);$0",
328
+ name: "list-style: type position image",
329
+ scope: "source.css",
330
+ tabTrigger: "list",
331
+ uuid: "1C7E0430-2A67-4CEF-9D68-4ED6315A8567"},
332
+ {content: "margin-bottom: ${1:20px};$0",
333
+ name: "margin-bottom: length",
334
+ scope: "source.css",
335
+ tabTrigger: "margin",
336
+ uuid: "6354F6AC-74E2-42CF-96B0-7EE2733B9B34"},
337
+ {content: "margin-left: ${1:20px};$0",
338
+ name: "margin-left: length",
339
+ scope: "source.css",
340
+ tabTrigger: "margin",
341
+ uuid: "C19985FF-A12C-49B9-9BA3-EDC726E919A0"},
342
+ {content: "margin-right: ${1:20px};$0",
343
+ name: "margin-right: length",
344
+ scope: "source.css",
345
+ tabTrigger: "margin",
346
+ uuid: "1FDAB8C2-7A0D-4C0A-97FF-77AD2CC86083"},
347
+ {content: "margin-top: ${1:20px};$0",
348
+ name: "margin-top: length",
349
+ scope: "source.css",
350
+ tabTrigger: "margin",
351
+ uuid: "412AA532-762F-4270-961A-54BF6014996D"},
352
+ {content: "margin: ${1:20px} ${2:0px} ${3:40px} ${4:0px};$0",
353
+ name: "margin: T R B L",
354
+ scope: "source.css",
355
+ tabTrigger: "margin",
356
+ uuid: "68A3178C-A024-48BD-ABA6-0A03A69BD82E"},
357
+ {content: "margin: ${1:20px} ${2:0px};$0",
358
+ name: "margin: V H",
359
+ scope: "source.css",
360
+ tabTrigger: "margin",
361
+ uuid: "99315B12-6A41-4D8F-8477-F38DE0EBBEF8"},
362
+ {content: "margin: ${1:20px};$0",
363
+ name: "margin: all",
364
+ scope: "source.css",
365
+ tabTrigger: "margin",
366
+ uuid: "FA3D9F50-C5F6-4193-81D2-98A3E8FFBB2F"},
367
+ {content: "marker-offset: auto;$0",
368
+ name: "marker-offset: auto",
369
+ scope: "source.css",
370
+ tabTrigger: "marker",
371
+ uuid: "E10366F8-CA83-4447-89D3-B36AFD1EAECD"},
372
+ {content: "marker-offset: ${1:10px};$0",
373
+ name: "marker-offset: length",
374
+ scope: "source.css",
375
+ tabTrigger: "marker",
376
+ uuid: "5FDD30D8-7EF8-41E9-8A44-DC3C22EFD75D"},
377
+ {content:
378
+ "opacity: ${1:0.5};${100:\n}-moz-opacity: ${1:0.5};${100:\n}filter:alpha(opacity=${2:${1/(1?)0?\\.(.*)/$1$2/}${1/^\\d*\\.\\d\\d+$|^\\d*$|(^\\d\\.\\d$)/(?1:0)/}});$0",
379
+ name: "opacity: [for Safari, FF & IE]",
380
+ scope: "source.css",
381
+ tabTrigger: "opacity",
382
+ uuid: "50C748B6-C8B6-447F-A9EE-DD41CF1CD707"},
383
+ {content: "overflow: ${1:visible/hidden/scroll/auto};$0",
384
+ name: "overflow: type",
385
+ scope: "source.css",
386
+ tabTrigger: "overflow",
387
+ uuid: "6523B6C5-8741-4766-98D6-1B1DE2E6A5F3"},
388
+ {content: "padding-bottom: ${1:20px};$0",
389
+ name: "padding-bottom: length",
390
+ scope: "source.css",
391
+ tabTrigger: "padding",
392
+ uuid: "1644E167-7A29-46A7-A100-7BD6C7EFA2F3"},
393
+ {content: "padding-left: ${1:20px};$0",
394
+ name: "padding-left: length",
395
+ scope: "source.css",
396
+ tabTrigger: "padding",
397
+ uuid: "772DD28C-80C2-4C9B-8023-1E71A974E1C4"},
398
+ {content: "padding-right: ${1:20px};$0",
399
+ name: "padding-right: length",
400
+ scope: "source.css",
401
+ tabTrigger: "padding",
402
+ uuid: "C1667E5D-3A50-42F8-8129-6C3EEB43D7C2"},
403
+ {content: "padding-top: ${1:20px};$0",
404
+ name: "padding-top: length",
405
+ scope: "source.css",
406
+ tabTrigger: "padding",
407
+ uuid: "E5B92C27-8602-4E50-9DF7-DE476E63BA1A"},
408
+ {content: "padding: ${1:20px} ${2:0px} ${3:40px} ${4:0px};$0",
409
+ name: "padding: T R B L",
410
+ scope: "source.css",
411
+ tabTrigger: "padding",
412
+ uuid: "DD5BB93D-4F99-4A41-8864-85A557B922C7"},
413
+ {content: "padding: ${1:20px} ${2:0px};$0",
414
+ name: "padding: V H",
415
+ scope: "source.css",
416
+ tabTrigger: "padding",
417
+ uuid: "4602BFF3-C7F1-4CF5-93CE-125EC8ABC7C8"},
418
+ {content: "padding: ${1:20px};$0",
419
+ name: "padding: all",
420
+ scope: "source.css",
421
+ tabTrigger: "padding",
422
+ uuid: "6E64EA4A-A10E-49B3-AC9C-D53DBF9ED14A"},
423
+ {content: "position: ${1:static/relative/absolute/fixed};$0",
424
+ name: "position: type",
425
+ scope: "source.css",
426
+ tabTrigger: "position",
427
+ uuid: "1398502F-D4FD-437B-9033-49E254159BDE"},
428
+ {content: "{\n\t/* $1 */\n\t$0\n",
429
+ name: "properties { } ( } )",
430
+ scope: "source.css",
431
+ tabTrigger: "{",
432
+ uuid: "0975B58C-C7A1-441E-90E4-C7C413975D42"},
433
+ {content:
434
+ "scrollbar-base-color: ${1:#CCCCCC};${2:\nscrollbar-arrow-color: ${3:#000000};\nscrollbar-track-color: ${4:#999999};\nscrollbar-3dlight-color: ${5:#EEEEEE};\nscrollbar-highlight-color: ${6:#FFFFFF};\nscrollbar-face-color: ${7:#CCCCCC};\nscrollbar-shadow-color: ${9:#999999};\nscrollbar-darkshadow-color: ${8:#666666};}",
435
+ name: "scrollbar",
436
+ scope: "source.css meta.property-list",
437
+ tabTrigger: "scrollbar",
438
+ uuid: "749295F4-F139-422A-80A0-EA11364396E3"},
439
+ {content:
440
+ "$1::-moz-selection,\n$1::selection {\n\tcolor: ${2:inherit};\n\tbackground: ${3:inherit};\n}",
441
+ name: "selection",
442
+ scope: "source.css -meta.property-list",
443
+ tabTrigger: "selection",
444
+ uuid: "1B042CEF-7C82-472D-92A2-FF555BFD6927"},
445
+ {content: "text-align: ${1:left/right/center/justify};$0",
446
+ name: "text-align: left/center/right",
447
+ scope: "source.css",
448
+ tabTrigger: "text",
449
+ uuid: "F6CB9433-601A-4F95-A6B9-27D76B50DEE3"},
450
+ {content:
451
+ "text-decoration: ${1:none/underline/overline/line-through/blink};$0",
452
+ name: "text-decoration: none/underline/overline/line-through/blink",
453
+ scope: "source.css",
454
+ tabTrigger: "text",
455
+ uuid: "B1916E73-D417-42C2-A5C1-E95428DA6C45"},
456
+ {content: "text-indent: ${1:10}px;$0",
457
+ name: "text-indent: length",
458
+ scope: "source.css",
459
+ tabTrigger: "text",
460
+ uuid: "2CFA68DC-947B-4C43-872C-FB4DC0704D27"},
461
+ {content: "text-shadow: \#${1:DDD} ${2:10px} ${3:10px} ${4:2px};$0",
462
+ name: "text-shadow: color-hex x y blur",
463
+ scope: "source.css",
464
+ tabTrigger: "text",
465
+ uuid: "77EF6A55-9814-492C-B8E2-EFF0FFAC272E"},
466
+ {content:
467
+ "text-shadow: rgb(${1:255},${2:255},${3:255}) ${4:10px} ${5:10px} ${6:2px};$0",
468
+ name: "text-shadow: color-rgb x y blur",
469
+ scope: "source.css",
470
+ tabTrigger: "text",
471
+ uuid: "005905FF-544A-434C-803E-B51689332034"},
472
+ {content: "text-shadow: none;$0",
473
+ name: "text-shadow: none",
474
+ scope: "source.css",
475
+ tabTrigger: "text",
476
+ uuid: "1A6AD6F4-E0F7-406B-B28B-06EC54660650"},
477
+ {content: "text-transform: ${1:capitalize/uppercase/lowercase};$0",
478
+ name: "text-transform: capitalize/upper/lower",
479
+ scope: "source.css",
480
+ tabTrigger: "text",
481
+ uuid: "32CD0FA8-7BE7-4D58-A28A-7388F4CF6F9A"},
482
+ {content: "text-transform: none;$0",
483
+ name: "text-transform: none",
484
+ scope: "source.css",
485
+ tabTrigger: "text",
486
+ uuid: "2FF51006-7E07-4296-B89D-5ADF7B9B4232"},
487
+ {content:
488
+ "vertical-align: ${1:baseline/sub/super/top/text-top/middle/bottom/text-bottom/length/%};$0",
489
+ name: "vertical-align: type",
490
+ scope: "source.css",
491
+ tabTrigger: "vertical",
492
+ uuid: "0C94F6A6-8AFB-47BC-8448-2383CF0D6C5B"},
493
+ {content: "visibility: ${1:visible/hidden/collapse};$0",
494
+ name: "visibility: type",
495
+ scope: "source.css",
496
+ tabTrigger: "visibility",
497
+ uuid: "DE6D5C37-AC74-467E-9029-9844D8F4153A"},
498
+ {content: "white-space: ${1:normal/pre/nowrap};$0",
499
+ name: "white-space: normal/pre/nowrap",
500
+ scope: "source.css",
501
+ tabTrigger: "white",
502
+ uuid: "A7D10908-72FE-4502-A267-42C5B03F0D66"},
503
+ {content: "word-spacing: ${1:10px};$0",
504
+ name: "word-spacing: length",
505
+ scope: "source.css",
506
+ tabTrigger: "word",
507
+ uuid: "B121F84A-CE4A-491D-BF3D-35ED51C82554"},
508
+ {content: "word-spacing: normal;$0",
509
+ name: "word-spacing: normal",
510
+ scope: "source.css",
511
+ tabTrigger: "word",
512
+ uuid: "DA7DF131-7351-4F3B-B680-57159E50E6DE"},
513
+ {content: "z-index: $1;$0",
514
+ name: "z-index: index",
515
+ scope: "source.css",
516
+ tabTrigger: "z",
517
+ uuid: "2EED405C-FBAF-4AEB-9B30-ED8EB2252378"}]