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,205 +1,2130 @@
1
1
  # Encoding: UTF-8
2
2
 
3
- {"Unix.err" => {scope: "source.ocaml", name: "stderr", content: "Unix.stderr"},
4
- "Unix.ai_" =>
5
- {scope: "source.ocaml", name: "Socket type", content: "Unix.ai_socktype"},
6
- "Unix.SOB_" =>
7
- {scope: "source.ocaml",
8
- name: "Report whether socket listening is enabled",
9
- content: "Unix.SO_ACCEPTCONN"},
10
- "Unix.NI_" =>
11
- {scope: "source.ocaml",
12
- name: "Fail if host name cannot be determined",
13
- content: "Unix.NI_NAMEREQD"},
14
- "Unix.addr" =>
15
- {scope: "source.ocaml",
16
- name: "string_of_inet_addr",
17
- content: "Unix.string_of_inet_addr ${1:inet_addr}$0"},
18
- "Unix.fstat" =>
19
- {scope: "source.ocaml", name: "stat", content: "Unix.stat ${1:file_name}$0"},
20
- "Unix.SIG_" =>
21
- {scope: "source.ocaml",
22
- name: "Unblocked listed signals",
23
- content: "Unix.SIG_UNBLOCK"},
24
- "Unix.SHUTDOWN_" =>
25
- {scope: "source.ocaml",
26
- name: "Close socket for sending",
27
- content: "Unix.SHUTDOWN_SEND"},
28
- "Unix.open_" =>
29
- {scope: "source.ocaml",
30
- name: "Writes complete as ‘Synchronised I/O file integrity completion’",
31
- content: "Unix.O_SYNC"},
32
- "Unix.SOCK_" =>
33
- {scope: "source.ocaml", name: "Stream socket", content: "Unix.SOCK_STREAM"},
34
- "Unix.tm" =>
35
- {scope: "source.ocaml", name: "Year-1900", content: "Unix.tm_year"},
36
- "Unix.ITIMER_" =>
37
- {scope: "source.ocaml",
38
- name: "Decrement interval timer in virtual time",
39
- content: "Unix.ITIMER_VIRTUAL"},
40
- "Unix.term_" =>
41
- {scope: "source.ocaml",
42
- name: "Strip 8th bit on input characters",
43
- content: "Unix.c_istrip"},
44
- "Unix.AI_" =>
45
- {scope: "source.ocaml",
46
- name: "Set address to \"any\" for bind",
47
- content: "Unix.AI_PASSIVE"},
48
- "Unix.fperm" =>
49
- {scope: "source.ocaml", name: "umask", content: "Unix.umask ${1:mask}$0"},
50
- "Unix.FLUSH" =>
51
- {scope: "source.ocaml",
52
- name: "tcflush",
53
- content: "Unix.flush ${1:file_descr} Unix.FLUSH$0"},
54
- "Unix.ADDR_" =>
55
- {scope: "source.ocaml",
56
- name: "Unix domain socket address",
57
- content: "Unix.ADDR_UNIX ${1:name}$0"},
58
- "Unix.PF_" =>
59
- {scope: "source.ocaml", name: "Unix socket domain", content: "Unix.PF_UNIX"},
60
- "Unix.it_" =>
61
- {scope: "source.ocaml",
62
- name: "Interval timer current value",
63
- content: "Unix.it_value"},
64
- "Unix.LargeFile" =>
65
- {scope: "source.ocaml",
66
- name: "LargeFile.truncate",
67
- content: "Unix.LargeFile.truncate ${1:file_name} ${2:i64}$0"},
68
- "Unix.lock_t" =>
69
- {scope: "source.ocaml", name: "Unlock a region", content: "Unix.F_ULOCK"},
70
- "Unix.MSG_" =>
71
- {scope: "source.ocaml", name: "MSG_PEEK", content: "Unix.MSG_PEEK"},
72
- "Unix.SOI_" =>
73
- {scope: "source.ocaml",
74
- name: "Size of send buffer",
75
- content: "Unix.SO_SNDBUF"},
76
- "Unix.ni_" =>
77
- {scope: "source.ocaml",
78
- name: "Name of service or port number",
79
- content: "Unix.ni_service"},
80
- "Unix.FLOW" =>
81
- {scope: "source.ocaml", name: "Suspend output", content: "Unix.TCOOFF"},
82
- "Unix.fseek" =>
83
- {scope: "source.ocaml",
84
- name: "truncate",
85
- content: "Unix.truncate ${1:file_name} ${2:len}$0"},
86
- "Unix.TCSA" =>
87
- {scope: "source.ocaml",
88
- name: "Set term attribute now",
89
- content: "Unix.TCSANOW"},
90
- "Unix.proc" =>
91
- {scope: "source.ocaml",
92
- name: "waitpid",
93
- content: "Unix.waitpid [${1:wait_flags}] ${2:pid}$0"},
94
- "Unix.tms" =>
95
- {scope: "source.ocaml",
96
- name: "User time for process",
97
- content: "Unix.tms_utime"},
98
- "Unix.SOF_" =>
99
- {scope: "source.ocaml",
100
- name: "Timeout for output operations",
101
- content: "Unix.SO_SNDTIMEO"},
102
- "Unix.SOIO_" =>
103
- {scope: "source.ocaml",
104
- name: "Whether to linger on closed connections and for how long",
105
- content: "Unix.SO_LINGER"},
106
- "Unix.sock" =>
107
- {scope: "source.ocaml",
108
- name: "socketpair",
109
- content: "Unix.socketpair Unix.PF_$0 Unix.SOCK_ ${1:proto}"},
110
- "Unix.time" =>
111
- {scope: "source.ocaml",
112
- name: "utimes",
113
- content:
114
- "Unix.utimes ${1:file_name} ${2:last_access_time} ${3:last_modified_time}${4:;}$0"},
115
- "Unix.dir" =>
116
- {scope: "source.ocaml",
117
- name: "rmdir",
118
- content: "Unix.rmdir ${1:dir_name}$0"},
119
- "Unix.fd" =>
120
- {scope: "source.ocaml",
121
- name: "set_nonblock",
122
- content: "Unix.set_nonblock ${1:file_descr}$0"},
123
- "Unix.file" =>
124
- {scope: "source.ocaml",
125
- name: "write",
126
- content: "Unix.write ${1:file_descr} ${2:buf} ${3:ofs} ${4:len}$0"},
127
- "Unix.run" =>
128
- {scope: "source.ocaml",
129
- name: "open_process_out",
130
- content: "Unix.open_process_out ${1:prog}$0"},
131
- "Unix.fch" =>
132
- {scope: "source.ocaml",
133
- name: "out_channel_of_descr",
134
- content: "Unix.out_channel_of_descr ${1:file_descr}$0"},
135
- "Unix.env" =>
136
- {scope: "source.ocaml",
137
- name: "putenv",
138
- content: "Unix.putenv ${1:ENV_VAR} ${2:value}$0"},
139
- "Unix.error" =>
140
- {scope: "source.ocaml",
141
- name: "handle_unix_error",
142
- content: "Unix.handle_unix_error ${1:func} ${2:arg}$0"},
143
- "Unix.connect" =>
144
- {scope: "source.ocaml",
145
- name: "shutdown_connection",
146
- content: "Unix.shutdown_connection ${1:in_channel}${2:;}$0"},
147
- "Unix.info" =>
148
- {scope: "source.ocaml",
149
- name: "getaddrinfo",
150
- content: "Unix.getaddrinfo ${1:host} ${2:service} ${3:[Unix.AI_$0]}"},
151
- "Unix.id" =>
152
- {scope: "source.ocaml",
153
- name: "setuid",
154
- content: "Unix.setuid ${1:uid}${2:;}$0"},
155
- "Unix.host" =>
156
- {scope: "source.ocaml",
157
- name: "getservbyport",
158
- content: "Unix.getprototbynumber ${1:port} ${2:proto_name}$0"},
159
- "Unix.sockopt" =>
160
- {scope: "source.ocaml",
161
- name: "setsockopt_optint",
162
- content:
163
- "Unix.setsockopt_optint ${1:sock} Unix.SOIO_$0 ${2:value_option};"},
164
- "Unix.gr" =>
165
- {scope: "source.ocaml", name: "groups : passwd", content: "Unix.gr_passwd"},
166
- "Unix.h_" =>
167
- {scope: "source.ocaml", name: "hosts: name", content: "Unix.h_name"},
168
- "Unix.sig" =>
169
- {scope: "source.ocaml",
170
- name: "sigsuspend",
171
- content: "Unix.sigsuspend ${1:[${2:signal_list;}]}${3:;}$0"},
172
- "Unix.fn" =>
173
- {scope: "source.ocaml",
174
- name: "unlink",
175
- content: "Unix.unlink ${1:file_name}$0"},
176
- "Unix.lock" =>
177
- {scope: "source.ocaml",
178
- name: "lockf",
179
- content: "Unix.lockf ${1:file_descr} Unix.lock_t$0 ${2:size}"},
180
- "Unix.pipe" =>
181
- {scope: "source.ocaml", name: "pipe", content: "Unix.pipe ()${1:;}$0"},
182
- "Unix.pw" =>
183
- {scope: "source.ocaml", name: "passwd : uid", content: "Unix.pw_uid"},
184
- "Unix.p_" =>
185
- {scope: "source.ocaml",
186
- name: "protocols: protocol",
187
- content: "Unix.p_proto"},
188
- "Unix.link" =>
189
- {scope: "source.ocaml",
190
- name: "symlink",
191
- content: "Unix.symlink ${1:src_name} ${2:dest_name}$0"},
192
- "Unix.select" =>
193
- {scope: "source.ocaml",
194
- name: "select",
195
- content:
196
- "Unix.select ${1:[${2:read_descr_list;}]} ${3:[${4:write_descr_list;}]} ${5:[${6:exceptional_descr_list;}]} ${7:timeout_float}$0"},
197
- "Unix.s_" =>
198
- {scope: "source.ocaml", name: "services: protocol", content: "Unix.s_proto"},
199
- "Unix.term" =>
200
- {scope: "source.ocaml",
201
- name: "terminal_io record",
202
- content:
203
- "{ Unix.c_ignbrk = ${1:true}\n; Unix.c_brkint = ${2:true}\n; Unix.c_ignpar = ${3:true}\n; Unix.c_parmrk = ${4:true}\n; Unix.c_inpck = ${5:true}\n; Unix.c_istrip = ${6:true}\n; Unix.c_inlcr = ${7:true}\n; Unix.c_igncr = ${8:true}\n; Unix.c_icrnl = ${9:true}\n; Unix.c_ixon = ${10:true}\n; Unix.c_ixoff = ${11:true}\n; Unix.c_opost = ${12:true}\n; Unix.c_obaud = ${13:true}\n; Unix.c_ibaud = ${14:true}\n; Unix.c_csize = ${15:true}\n; Unix.c_cstopb = ${16:true}\n; Unix.c_cread = ${17:true}\n; Unix.c_parenb = ${18:true}\n; Unix.c_parodd = ${19:true}\n; Unix.c_hupcl = ${20:true}\n; Unix.c_clocal = ${21:true}\n; Unix.c_isig = ${22:true}\n; Unix.c_icanon = ${23:true}\n; Unix.c_noflsh = ${24:true}\n; Unix.c_echo = ${25:true}\n; Unix.c_echoe = ${26:true}\n; Unix.c_echok = ${27:true}\n; Unix.c_echonl = ${28:true}\n; Unix.c_vintr = ${29:true}\n; Unix.c_vquit = ${30:true}\n; Unix.c_verase = ${31:true}\n; Unix.c_vkill = ${32:true}\n; Unix.c_veof = ${33:true}\n; Unix.c_veol = ${34:true}\n; Unix.c_vmin = ${35:true}\n; Unix.c_vtime = ${36:true}\n; Unix.c_vstart = ${37:true}\n; Unix.c_vstop = ${38:true}\n}$0"},
204
- "Unix.in" => {scope: "source.ocaml", name: "stdin", content: "Unix.stdin"},
205
- "Unix.out" => {scope: "source.ocaml", name: "stdout", content: "Unix.stdout"}}
3
+ [{content: "Unix.ai_addr",
4
+ name: "Address",
5
+ scope: "source.ocaml",
6
+ tabTrigger: "Unix.ai_",
7
+ uuid: "99EED0A4-7E0E-428B-9737-CF30BB2C5FD5"},
8
+ {content: "Unix.EADDRINUSE",
9
+ name: "Address already in use",
10
+ scope: "source.ocaml",
11
+ tabTrigger: "Unix.err",
12
+ uuid: "9E62DC67-A22E-446B-BB2E-4803F8655BA1"},
13
+ {content: "Unix.EAFNOSUPPORT",
14
+ name: "Address family not supported by protocol family",
15
+ scope: "source.ocaml",
16
+ tabTrigger: "Unix.err",
17
+ uuid: "D2B39A09-0729-49C6-8488-F51A42E78C20"},
18
+ {content: "Unix.SO_REUSEADDR",
19
+ name: "Allow reuse of local addresses for bind",
20
+ scope: "source.ocaml",
21
+ tabTrigger: "Unix.SOB_",
22
+ uuid: "FDD1A0FA-5323-46B8-8391-3AB362ABE14C"},
23
+ {content: "Unix.NI_NUMERICHOST",
24
+ name: "Always return host as IP addresss",
25
+ scope: "source.ocaml",
26
+ tabTrigger: "Unix.NI_",
27
+ uuid: "38E08BE1-70D4-4D9E-92D1-698A481E9482"},
28
+ {content: "Unix.NI_NUMERICSERV",
29
+ name: "Always return service as port number",
30
+ scope: "source.ocaml",
31
+ tabTrigger: "Unix.NI_",
32
+ uuid: "AFABFD5F-36F3-4FA1-AFAF-B287F924D79B"},
33
+ {content: "Unix.inet6_addr_any",
34
+ name: "Any inet address (for bind -- IPv6)",
35
+ scope: "source.ocaml",
36
+ tabTrigger: "Unix.addr",
37
+ uuid: "C7C8FE98-056C-44D0-9632-FC4AC24FB1F8"},
38
+ {content: "Unix.inet_addr_any",
39
+ name: "Any inet address (for bind)",
40
+ scope: "source.ocaml",
41
+ tabTrigger: "Unix.addr",
42
+ uuid: "3A69AE2C-B6AD-438D-9A0C-DAFE15BE2EF4"},
43
+ {content: "Unix.E2BIG",
44
+ name: "Argument list too long",
45
+ scope: "source.ocaml",
46
+ tabTrigger: "Unix.err",
47
+ uuid: "F88749F7-392A-4B3A-86CE-CB4A6B173D4B"},
48
+ {content: "Unix.EFAULT",
49
+ name: "Bad address",
50
+ scope: "source.ocaml",
51
+ tabTrigger: "Unix.err",
52
+ uuid: "7C9CA754-86C1-4996-B920-E1A084954E48"},
53
+ {content: "Unix.EBADF",
54
+ name: "Bad file descriptor",
55
+ scope: "source.ocaml",
56
+ tabTrigger: "Unix.err",
57
+ uuid: "B44648FE-E0F2-4C5E-AD4D-65877FDD7C53"},
58
+ {content: "Unix.S_BLK",
59
+ name: "Block device",
60
+ scope: "source.ocaml",
61
+ tabTrigger: "Unix.fstat",
62
+ uuid: "862B3BA0-6BB3-412A-AF60-3276C5E6CF6B"},
63
+ {content: "Unix.SIG_BLOCK",
64
+ name: "Blocked listed signals",
65
+ scope: "source.ocaml",
66
+ tabTrigger: "Unix.SIG_",
67
+ uuid: "B05DA541-8BA5-426E-9DDB-5E186A643A0F"},
68
+ {content: "Unix.EPIPE",
69
+ name: "Broken pipe",
70
+ scope: "source.ocaml",
71
+ tabTrigger: "Unix.err",
72
+ uuid: "B35A9BC3-A586-43F9-8777-0D695AD3E50F"},
73
+ {content: "Unix.SO_DONTROUTE",
74
+ name: "Bypass standard routing algorithms",
75
+ scope: "source.ocaml",
76
+ tabTrigger: "Unix.SOB_",
77
+ uuid: "E160FB7B-2FA6-454D-A82F-124CAE091702"},
78
+ {content: "Unix.EADDRNOTAVAIL",
79
+ name: "Can't assign requested address",
80
+ scope: "source.ocaml",
81
+ tabTrigger: "Unix.err",
82
+ uuid: "3BFC4143-9B3D-4F1A-889C-741BFE2F4088"},
83
+ {content: "Unix.ESHUTDOWN",
84
+ name: "Can't send after socket shutdown",
85
+ scope: "source.ocaml",
86
+ tabTrigger: "Unix.err",
87
+ uuid: "4B5D29BC-0514-4976-B6FB-F3D6C29039D4"},
88
+ {content: "Unix.ai_cannonname",
89
+ name: "Canonical host name",
90
+ scope: "source.ocaml",
91
+ tabTrigger: "Unix.ai_",
92
+ uuid: "F7FBA013-7E20-46BC-9E87-2DB4536712AE"},
93
+ {content: "Unix.S_CHR",
94
+ name: "Character device",
95
+ scope: "source.ocaml",
96
+ tabTrigger: "Unix.fstat",
97
+ uuid: "71EF6B20-277F-4B6B-9D43-2EDFF7C1FD98"},
98
+ {content: "Unix.SHUTDOWN_RECEIVE",
99
+ name: "Close socket for receiving",
100
+ scope: "source.ocaml",
101
+ tabTrigger: "Unix.SHUTDOWN_",
102
+ uuid: "74F90F5C-4384-47F1-9B05-3BF43A2683D7"},
103
+ {content: "Unix.SHUTDOWN_SEND",
104
+ name: "Close socket for sending",
105
+ scope: "source.ocaml",
106
+ tabTrigger: "Unix.SHUTDOWN_",
107
+ uuid: "193B9EAC-CFBE-4B84-A7D1-6795D1E5E884"},
108
+ {content: "Unix.SHUTDOWN_ALL",
109
+ name: "Close socket for sending and receiving",
110
+ scope: "source.ocaml",
111
+ tabTrigger: "Unix.SHUTDOWN_",
112
+ uuid: "DCDB5A79-2067-47AE-9C60-A613A96404A7"},
113
+ {content: "Unix.ECONNREFUSED",
114
+ name: "Connection refused",
115
+ scope: "source.ocaml",
116
+ tabTrigger: "Unix.err",
117
+ uuid: "1870A04D-12E3-457A-99DF-EBAB96EE1D25"},
118
+ {content: "Unix.ECONNRESET",
119
+ name: "Connection reset by peer",
120
+ scope: "source.ocaml",
121
+ tabTrigger: "Unix.err",
122
+ uuid: "C7612D21-3C3C-4C1D-B997-6F837AD54A1D"},
123
+ {content: "Unix.ETIMEDOUT",
124
+ name: "Connection timed out",
125
+ scope: "source.ocaml",
126
+ tabTrigger: "Unix.err",
127
+ uuid: "382BA4B5-6D07-475C-9F1D-6F8848F76855"},
128
+ {content: "Unix.NI_DGRAM",
129
+ name: "Consider service as UDP, not TCP",
130
+ scope: "source.ocaml",
131
+ tabTrigger: "Unix.NI_",
132
+ uuid: "5E0CF021-EA59-4D6F-B259-D148652A64FE"},
133
+ {content: "Unix.O_CREAT",
134
+ name: "Create if nonexistant",
135
+ scope: "source.ocaml",
136
+ tabTrigger: "Unix.open_",
137
+ uuid: "047E4B60-A2DD-431E-8859-FAB37E308093"},
138
+ {content: "Unix.SOCK_DGRAM",
139
+ name: "Datagram socket",
140
+ scope: "source.ocaml",
141
+ tabTrigger: "Unix.SOCK_",
142
+ uuid: "E30FB797-842C-4A72-9BD6-9A062B420635"},
143
+ {content: "Unix.tm_mday",
144
+ name: "Day of month (1..31)",
145
+ scope: "source.ocaml",
146
+ tabTrigger: "Unix.tm",
147
+ uuid: "36948080-E992-477B-B460-D013C05E93BC"},
148
+ {content: "Unix.tm_wday",
149
+ name: "Day of week (Sunday is 0)",
150
+ scope: "source.ocaml",
151
+ tabTrigger: "Unix.tm",
152
+ uuid: "C4377EB5-BAA8-41CF-AF5F-DA4E34211A1E"},
153
+ {content: "Unix.tm_yday",
154
+ name: "Day of year (0..365)",
155
+ scope: "source.ocaml",
156
+ tabTrigger: "Unix.tm",
157
+ uuid: "5A8E10E1-F433-4BAD-BE71-74695161385B"},
158
+ {content: "Unix.tm_isdt",
159
+ name: "Daylight savings time is in effect",
160
+ scope: "source.ocaml",
161
+ tabTrigger: "Unix.tm",
162
+ uuid: "FF099831-D594-4377-BC9A-48C026128C9F"},
163
+ {content: "Unix.ITIMER_PROF",
164
+ name: "Decrement interval timer for profiling",
165
+ scope: "source.ocaml",
166
+ tabTrigger: "Unix.ITIMER_",
167
+ uuid: "B5EFF69D-577C-4B46-86B3-BA0E11907EC4"},
168
+ {content: "Unix.ITIMER_REAL",
169
+ name: "Decrement interval timer in real time",
170
+ scope: "source.ocaml",
171
+ tabTrigger: "Unix.ITIMER_",
172
+ uuid: "BE800D7C-F09B-41B5-815A-D8802F3D08A9"},
173
+ {content: "Unix.ITIMER_VIRTUAL",
174
+ name: "Decrement interval timer in virtual time",
175
+ scope: "source.ocaml",
176
+ tabTrigger: "Unix.ITIMER_",
177
+ uuid: "9A4E1ABE-F492-40FB-96D4-1055E847DA49"},
178
+ {content: "Unix.EDESTADDRREQ",
179
+ name: "Destination address required",
180
+ scope: "source.ocaml",
181
+ tabTrigger: "Unix.err",
182
+ uuid: "22261736-8035-473C-B360-319B1806053F"},
183
+ {content: "Unix.S_DIR",
184
+ name: "Directory",
185
+ scope: "source.ocaml",
186
+ tabTrigger: "Unix.fstat",
187
+ uuid: "D824BF02-E32C-4CBE-914C-D3FE23EC14D7"},
188
+ {content: "Unix.ENOTEMPTY",
189
+ name: "Directory not empty",
190
+ scope: "source.ocaml",
191
+ tabTrigger: "Unix.err",
192
+ uuid: "55E17489-6F41-480D-9C3C-41D5141CD35F"},
193
+ {content: "Unix.c_noflsh",
194
+ name: "Disable flush after INTR, QUIT, SUSP.",
195
+ scope: "source.ocaml",
196
+ tabTrigger: "Unix.term_",
197
+ uuid: "A3FB4C2E-BBD3-4C00-98A1-9A04B904DD22"},
198
+ {content: "Unix.NI_NOFQDN",
199
+ name: "Do not qualify local host names",
200
+ scope: "source.ocaml",
201
+ tabTrigger: "Unix.NI_",
202
+ uuid: "00173F11-A9E1-43BA-9429-9B200332E122"},
203
+ {content: "Unix.EDOM",
204
+ name: "Domain error for math functions",
205
+ scope: "source.ocaml",
206
+ tabTrigger: "Unix.err",
207
+ uuid: "C74A827A-1402-40B2-B545-F9FDE3CFD52D"},
208
+ {content: "Unix.AI_NUMERICHOST",
209
+ name: "Don't call name resolver, ekpect numeric IP address",
210
+ scope: "source.ocaml",
211
+ tabTrigger: "Unix.AI_",
212
+ uuid: "723FC650-9716-4A36-B48F-D10902499447"},
213
+ {content: "Unix.O_NOCTTY",
214
+ name: "Don't make this dev a controlling tty",
215
+ scope: "source.ocaml",
216
+ tabTrigger: "Unix.open_",
217
+ uuid: "49C73A01-ED80-4386-A6EC-EA0DF4899221"},
218
+ {content: "Unix.c_echoe",
219
+ name: "Echo ERASE (to erase previous char)",
220
+ scope: "source.ocaml",
221
+ tabTrigger: "Unix.term_",
222
+ uuid: "384F3187-B470-40D8-A0A9-0AB73300C894"},
223
+ {content: "Unix.c_echok",
224
+ name: "Echo KILL (to erase current line)",
225
+ scope: "source.ocaml",
226
+ tabTrigger: "Unix.term_",
227
+ uuid: "169F2CA2-157F-457D-A4B6-E1F0CDB12ABC"},
228
+ {content: "Unix.c_echonl",
229
+ name: "Echo NL even if c_echo is not set",
230
+ scope: "source.ocaml",
231
+ tabTrigger: "Unix.term_",
232
+ uuid: "3836DF16-5B34-48A5-9962-5CADD97B5AE1"},
233
+ {content: "Unix.c_echo",
234
+ name: "Echo input characters",
235
+ scope: "source.ocaml",
236
+ tabTrigger: "Unix.term_",
237
+ uuid: "96329710-76E9-4CB9-B683-09C5C90759D8"},
238
+ {content: "Unix.c_ixoff",
239
+ name: "Emit XON/XOFF chars to control input flow",
240
+ scope: "source.ocaml",
241
+ tabTrigger: "Unix.term_",
242
+ uuid: "E6B4542E-8225-460A-B965-E70C67E2A209"},
243
+ {content: "Unix.c_icanon",
244
+ name: "Enable canonical processing (line buffering and edititng)",
245
+ scope: "source.ocaml",
246
+ tabTrigger: "Unix.term_",
247
+ uuid: "4ACB5154-7228-4B5A-9C7D-ADED83DD37BA"},
248
+ {content: "Unix.c_opost",
249
+ name: "Enable output processing",
250
+ scope: "source.ocaml",
251
+ tabTrigger: "Unix.term_",
252
+ uuid: "993DFE0C-859D-430E-8426-18BC44E5491B"},
253
+ {content: "Unix.c_inpck",
254
+ name: "Enable parity check on input",
255
+ scope: "source.ocaml",
256
+ tabTrigger: "Unix.term_",
257
+ uuid: "065A4CDB-F159-4EDD-89B2-525A0103294E"},
258
+ {content: "Unix.c_parenb",
259
+ name: "Enable parity generation and detection",
260
+ scope: "source.ocaml",
261
+ tabTrigger: "Unix.term_",
262
+ uuid: "090978A4-CC49-445C-8E27-E27DED9FB666"},
263
+ {content: "Unix.c_veof",
264
+ name: "End-of-file character (usually ctrl-D)",
265
+ scope: "source.ocaml",
266
+ tabTrigger: "Unix.term_",
267
+ uuid: "38F9958B-59C4-47FA-A018-AB025788FEE6"},
268
+ {content: "Unix.c_veol",
269
+ name: "End-of-line character (usually none)",
270
+ scope: "source.ocaml",
271
+ tabTrigger: "Unix.term_",
272
+ uuid: "64338DF0-4791-44BC-A12B-53C2EDB0ED2B"},
273
+ {content: "Unix.c_verase",
274
+ name: "Erase character (usually DEL or ctrl-H) ",
275
+ scope: "source.ocaml",
276
+ tabTrigger: "Unix.term_",
277
+ uuid: "623E602B-6451-4C39-934C-A24EB1EAD3A9"},
278
+ {content: "Unix.X_OK",
279
+ name: "Execute permission",
280
+ scope: "source.ocaml",
281
+ tabTrigger: "Unix.fperm",
282
+ uuid: "55F30B07-8B11-41A6-BC9F-0B5CC56B8B44"},
283
+ {content: "Unix.O_EXCL",
284
+ name: "Fail if existing",
285
+ scope: "source.ocaml",
286
+ tabTrigger: "Unix.open_",
287
+ uuid: "67D562D7-0019-4716-B784-C050CEDBCCFC"},
288
+ {content: "Unix.NI_NAMEREQD",
289
+ name: "Fail if host name cannot be determined",
290
+ scope: "source.ocaml",
291
+ tabTrigger: "Unix.NI_",
292
+ uuid: "9F8E3D4F-877C-4A92-BFC4-6D1B8591CAD0"},
293
+ {content: "Unix.EEXIST",
294
+ name: "File exists",
295
+ scope: "source.ocaml",
296
+ tabTrigger: "Unix.err",
297
+ uuid: "981D3ACE-35CA-41BE-B9CC-30E12EC8FEAA"},
298
+ {content: "Unix.F_OK",
299
+ name: "File exists",
300
+ scope: "source.ocaml",
301
+ tabTrigger: "Unix.fperm",
302
+ uuid: "2740A22A-DF32-4492-AE29-86D0A89FF295"},
303
+ {content: "Unix.EOVERFLOW",
304
+ name: "File size or position not representable",
305
+ scope: "source.ocaml",
306
+ tabTrigger: "Unix.err",
307
+ uuid: "71E07998-4704-4260-9977-75FF275C76F8"},
308
+ {content: "Unix.EFBIG",
309
+ name: "File too large",
310
+ scope: "source.ocaml",
311
+ tabTrigger: "Unix.err",
312
+ uuid: "8FB385AA-4259-4661-9759-3785223D603C"},
313
+ {content: "Unix.ENAMETOOLONG",
314
+ name: "Filename too long",
315
+ scope: "source.ocaml",
316
+ tabTrigger: "Unix.err",
317
+ uuid: "F59ADDDF-B6EB-4415-BCCF-89F68439952A"},
318
+ {content: "Unix.AI_CANNONNAME",
319
+ name: "Fill the ai_cannonname field of the result",
320
+ scope: "source.ocaml",
321
+ tabTrigger: "Unix.AI_",
322
+ uuid: "C96B27BE-14E8-4FD6-B1F7-F850C56C2034"},
323
+ {content: "Unix.TCIOFLUSH",
324
+ name: "Flush both",
325
+ scope: "source.ocaml",
326
+ tabTrigger: "Unix.FLUSH",
327
+ uuid: "CEE32D02-E8A9-4D6F-9D29-861FD1778B44"},
328
+ {content: "Unix.TCIFLUSH",
329
+ name: "Flush received but not read",
330
+ scope: "source.ocaml",
331
+ tabTrigger: "Unix.FLUSH",
332
+ uuid: "D4EF3BA1-8B82-4E86-B464-749DF6DBD3F7"},
333
+ {content: "Unix.TCOFLUSH",
334
+ name: "Flush written but not transmitted",
335
+ scope: "source.ocaml",
336
+ tabTrigger: "Unix.FLUSH",
337
+ uuid: "3A48CA79-10CA-4929-922A-B5A418260395"},
338
+ {content: "Unix.EINTR",
339
+ name: "Function interrupted by signal",
340
+ scope: "source.ocaml",
341
+ tabTrigger: "Unix.err",
342
+ uuid: "6429F1BF-B14E-4E8F-A59D-3511D0828897"},
343
+ {content: "Unix.ENOSYS",
344
+ name: "Function not supported",
345
+ scope: "source.ocaml",
346
+ tabTrigger: "Unix.err",
347
+ uuid: "7D2C9B64-A543-406B-9507-320782120DD7"},
348
+ {content: "Unix.c_isig",
349
+ name: "Generate signal on INTR, QUIT, SUSP.",
350
+ scope: "source.ocaml",
351
+ tabTrigger: "Unix.term_",
352
+ uuid: "8387CB4D-3513-48FB-83ED-B3F32DB1ED48"},
353
+ {content: "Unix.c_hupcl",
354
+ name: "Hang up on last close",
355
+ scope: "source.ocaml",
356
+ tabTrigger: "Unix.term_",
357
+ uuid: "F05D40C7-A6C9-48B1-B86E-7362F873B342"},
358
+ {content: "Unix.EIO",
359
+ name: "Hardware I/O error",
360
+ scope: "source.ocaml",
361
+ tabTrigger: "Unix.err",
362
+ uuid: "175B8123-1FAC-4906-9971-BBF0749941EF"},
363
+ {content: "Unix.EHOSTDOWN",
364
+ name: "Host is down",
365
+ scope: "source.ocaml",
366
+ tabTrigger: "Unix.err",
367
+ uuid: "68192E0B-DC85-4D0F-8DF0-C064CF09F976"},
368
+ {content: "Unix.tm_hour",
369
+ name: "Hours (0..23)",
370
+ scope: "source.ocaml",
371
+ tabTrigger: "Unix.tm",
372
+ uuid: "BEFCCF62-5BAF-4332-A055-9D1B886E2452"},
373
+ {content: "Unix.c_igncr",
374
+ name: "Ignore CR on input",
375
+ scope: "source.ocaml",
376
+ tabTrigger: "Unix.term_",
377
+ uuid: "964B1490-FA62-4D82-A30A-DB317904233F"},
378
+ {content: "Unix.c_ignbrk",
379
+ name: "Ignore break condition",
380
+ scope: "source.ocaml",
381
+ tabTrigger: "Unix.term_",
382
+ uuid: "50DB1218-13B7-407E-AEEB-E7A4A57D2EFB"},
383
+ {content: "Unix.c_ignpar",
384
+ name: "Ignore characters with parity errors",
385
+ scope: "source.ocaml",
386
+ tabTrigger: "Unix.term_",
387
+ uuid: "30501345-B341-4260-88ED-534A457405D8"},
388
+ {content: "Unix.c_clocal",
389
+ name: "Ignore modem status lines",
390
+ scope: "source.ocaml",
391
+ tabTrigger: "Unix.term_",
392
+ uuid: "EBD58598-53D0-4995-870F-305F5FF68ADA"},
393
+ {content: "(Unix.AI_PROTOCOL ${1:proto})$0",
394
+ name: "Impose the given protocol",
395
+ scope: "source.ocaml",
396
+ tabTrigger: "Unix.AI_",
397
+ uuid: "50354308-404C-42C2-9F83-604EAD51A55C"},
398
+ {content: "(Unix.AI_FAMILY UNIX.PF_$0)",
399
+ name: "Impose the given socket domain",
400
+ scope: "source.ocaml",
401
+ tabTrigger: "Unix.AI_",
402
+ uuid: "613908BB-3E73-4977-87F0-1A31AAD617AF"},
403
+ {content: "(Unix.AI_SOCKTYPE UNIX.SOCK_$0)",
404
+ name: "Impose the given socket type",
405
+ scope: "source.ocaml",
406
+ tabTrigger: "Unix.AI_",
407
+ uuid: "C846F3C7-8398-4757-AC27-302A0258A173"},
408
+ {content: "Unix.ENOTTY",
409
+ name: "Inappropriate I/O control operation",
410
+ scope: "source.ocaml",
411
+ tabTrigger: "Unix.err",
412
+ uuid: "A3F34697-71A1-4492-B053-BD8A8061D70A"},
413
+ {content: "Unix.c_ibaud",
414
+ name: "Input baud rate",
415
+ scope: "source.ocaml",
416
+ tabTrigger: "Unix.term_",
417
+ uuid: "3E5CF35F-EB7A-4D86-B068-3A865311BF39"},
418
+ {content: "Unix.ADDR_INET ${1:(${2:addr}, ${3:port})}$0",
419
+ name: "Internet domain socket address",
420
+ scope: "source.ocaml",
421
+ tabTrigger: "Unix.ADDR_",
422
+ uuid: "66ECFE8E-ABD0-4EEC-9957-114219E854B4"},
423
+ {content: "Unix.PF_INET",
424
+ name: "Internet socket domain",
425
+ scope: "source.ocaml",
426
+ tabTrigger: "Unix.PF_",
427
+ uuid: "4D635CDC-2F94-443C-801D-CB59936FB08C"},
428
+ {content: "Unix.PF_INET6",
429
+ name: "Internet socket domain (IPv6)",
430
+ scope: "source.ocaml",
431
+ tabTrigger: "Unix.PF_",
432
+ uuid: "D5EC1BA8-64CE-4806-B8B3-83AC49F4669B"},
433
+ {content: "Unix.c_vintr",
434
+ name: "Interrupt character (usually ctrl-C)",
435
+ scope: "source.ocaml",
436
+ tabTrigger: "Unix.term_",
437
+ uuid: "46F87A90-F0F4-4194-AE3E-0E860194B07F"},
438
+ {content: "Unix.it_interval",
439
+ name: "Interval period",
440
+ scope: "source.ocaml",
441
+ tabTrigger: "Unix.it_",
442
+ uuid: "E8B0020C-6526-4414-A774-72AB702EDC0F"},
443
+ {content: "Unix.it_value",
444
+ name: "Interval timer current value",
445
+ scope: "source.ocaml",
446
+ tabTrigger: "Unix.it_",
447
+ uuid: "AA6C8C95-2AD6-4FA1-ABA5-1B467548FB28"},
448
+ {content: "Unix.EINVAL",
449
+ name: "Invalid argument",
450
+ scope: "source.ocaml",
451
+ tabTrigger: "Unix.err",
452
+ uuid: "E3F9C46B-F4B4-4EBF-A61F-45560E625F31"},
453
+ {content: "Unix.EXDEV",
454
+ name: "Invalid link",
455
+ scope: "source.ocaml",
456
+ tabTrigger: "Unix.err",
457
+ uuid: "CDC4C5C8-EF1C-4EBD-AEC9-49E4D2748A45"},
458
+ {content: "Unix.ESPIPE",
459
+ name: "Invalid seek",
460
+ scope: "source.ocaml",
461
+ tabTrigger: "Unix.err",
462
+ uuid: "5E17CD1E-208D-4C58-9387-8555B07CCDAF"},
463
+ {content: "Unix.EISDIR",
464
+ name: "Is a directory",
465
+ scope: "source.ocaml",
466
+ tabTrigger: "Unix.err",
467
+ uuid: "6EC09AF4-1E90-4955-BB4C-05FB7868D8D1"},
468
+ {content: "Unix.SO_KEEPALIVE",
469
+ name: "Keep connection alive",
470
+ scope: "source.ocaml",
471
+ tabTrigger: "Unix.SOB_",
472
+ uuid: "6F7B633A-A192-4256-8108-46D6172D9AA2"},
473
+ {content: "Unix.c_vkill",
474
+ name: "Kill character (usually ctrl-U)",
475
+ scope: "source.ocaml",
476
+ tabTrigger: "Unix.term_",
477
+ uuid: "F4870C5A-EB67-48D6-A26C-B7C62D54DFD3"},
478
+ {content: "Unix.LargeFile.fstat ${1:file_descr}$0",
479
+ name: "LargeFile.fstat",
480
+ scope: "source.ocaml",
481
+ tabTrigger: "Unix.LargeFile",
482
+ uuid: "D34810A9-11B0-4379-82F2-1E07AAB2555F"},
483
+ {content: "Unix.LargeFile.ftruncate ${1:file_descr} ${2:i64}$0",
484
+ name: "LargeFile.ftruncate",
485
+ scope: "source.ocaml",
486
+ tabTrigger: "Unix.LargeFile",
487
+ uuid: "574437AC-B7A4-4F8B-91AC-D6B32CCADC7C"},
488
+ {content: "Unix.LargeFile.lseek ${1:file_descr} ${2:i64} Unix.fseek$0",
489
+ name: "LargeFile.lseek",
490
+ scope: "source.ocaml",
491
+ tabTrigger: "Unix.LargeFile",
492
+ uuid: "16428ADC-AD0F-40C9-A552-3880EAA20CC0"},
493
+ {content: "Unix.LargeFile.lstat ${1:file_name}$0",
494
+ name: "LargeFile.lstat",
495
+ scope: "source.ocaml",
496
+ tabTrigger: "Unix.LargeFile",
497
+ uuid: "682C3BFB-C43F-4D37-959D-7A5CF09389BA"},
498
+ {content: "Unix.LargeFile.stat ${1:file_name}$0",
499
+ name: "LargeFile.stat",
500
+ scope: "source.ocaml",
501
+ tabTrigger: "Unix.LargeFile",
502
+ uuid: "1A02ADA2-81CF-4D3A-9D78-EE4DB8CC4256"},
503
+ {content: "Unix.LargeFile.truncate ${1:file_name} ${2:i64}$0",
504
+ name: "LargeFile.truncate",
505
+ scope: "source.ocaml",
506
+ tabTrigger: "Unix.LargeFile",
507
+ uuid: "28365C16-013E-4233-AC69-D0A03606A0E0"},
508
+ {content: "Unix.LargeFile.st_perm",
509
+ name: "LargeFile: Access rights",
510
+ scope: "source.ocaml",
511
+ tabTrigger: "Unix.LargeFile",
512
+ uuid: "4290AD6F-70E3-4ACB-BF5D-03DFB7DB42CD"},
513
+ {content: "Unix.LargeFile.st_rdev",
514
+ name: "LargeFile: Device minor number",
515
+ scope: "source.ocaml",
516
+ tabTrigger: "Unix.LargeFile",
517
+ uuid: "E73AEA48-F748-4332-8793-A2FF7E5683B1"},
518
+ {content: "Unix.LargeFile.st_dev",
519
+ name: "LargeFile: Device number",
520
+ scope: "source.ocaml",
521
+ tabTrigger: "Unix.LargeFile",
522
+ uuid: "54D43CD3-CB29-4CA0-8A81-7C4611533E8D"},
523
+ {content: "Unix.LargeFile.st_gid",
524
+ name: "LargeFile: Group ID of file",
525
+ scope: "source.ocaml",
526
+ tabTrigger: "Unix.LargeFile",
527
+ uuid: "9D0CEA17-4412-4FD0-BAF6-5B30C96E6019"},
528
+ {content: "Unix.LargeFile.st_kind",
529
+ name: "LargeFile: Kind of file",
530
+ scope: "source.ocaml",
531
+ tabTrigger: "Unix.LargeFile",
532
+ uuid: "A2BBE037-97DA-49FC-A5AA-60973177B883"},
533
+ {content: "Unix.LargeFile.st_atime",
534
+ name: "LargeFile: Last access time",
535
+ scope: "source.ocaml",
536
+ tabTrigger: "Unix.LargeFile",
537
+ uuid: "E718A9A5-8817-4368-8AD5-CC77141BB429"},
538
+ {content: "Unix.LargeFile.st_mtime",
539
+ name: "LargeFile: Last modification time",
540
+ scope: "source.ocaml",
541
+ tabTrigger: "Unix.LargeFile",
542
+ uuid: "C7814E70-1089-4720-A785-C8A5493713D9"},
543
+ {content: "Unix.LargeFile.st_ctime",
544
+ name: "LargeFile: Last status change time",
545
+ scope: "source.ocaml",
546
+ tabTrigger: "Unix.LargeFile",
547
+ uuid: "1EAB6104-67C7-4864-914B-EAB829225575"},
548
+ {content: "Unix.LargeFile.st_nlink",
549
+ name: "LargeFile: Number of links",
550
+ scope: "source.ocaml",
551
+ tabTrigger: "Unix.LargeFile",
552
+ uuid: "FADC915F-3C5D-4645-918F-584F65BAC4D7"},
553
+ {content: "Unix.LargeFile.st_size",
554
+ name: "LargeFile: Size in bytes",
555
+ scope: "source.ocaml",
556
+ tabTrigger: "Unix.LargeFile",
557
+ uuid: "0B235714-CF1F-48F1-B227-ADE3A4B3389E"},
558
+ {content: "Unix.LargeFile.st_uid",
559
+ name: "LargeFile: User ID of owner",
560
+ scope: "source.ocaml",
561
+ tabTrigger: "Unix.LargeFile",
562
+ uuid: "14D95CA9-A7A4-4286-8ABD-FC00D7811B13"},
563
+ {content: "Unix.LargeFile.st_ino",
564
+ name: "LargeFile: inode number",
565
+ scope: "source.ocaml",
566
+ tabTrigger: "Unix.LargeFile",
567
+ uuid: "2C96070E-540D-4C58-91D6-01C9E79F957B"},
568
+ {content: "Unix.SO_OOBINLINE",
569
+ name: "Leave out-of-band data in line",
570
+ scope: "source.ocaml",
571
+ tabTrigger: "Unix.SOB_",
572
+ uuid: "89468BAD-4221-4372-ABA4-A4B83D0810D7"},
573
+ {content: "Unix.F_RLOCK",
574
+ name: "Lock a region for reading, blocking",
575
+ scope: "source.ocaml",
576
+ tabTrigger: "Unix.lock_t",
577
+ uuid: "84E26A50-9461-44C0-A18B-D38E9D2BB533"},
578
+ {content: "Unix.F_TRLOCK",
579
+ name: "Lock a region for reading, non-blocking",
580
+ scope: "source.ocaml",
581
+ tabTrigger: "Unix.lock_t",
582
+ uuid: "6ADB1B8D-B25F-4B4D-805A-83F3D2C4B671"},
583
+ {content: "Unix.F_LOCK",
584
+ name: "Lock a region for writing, blocking",
585
+ scope: "source.ocaml",
586
+ tabTrigger: "Unix.lock_t",
587
+ uuid: "32DECCC1-791B-47E9-8BBC-1471E4965A61"},
588
+ {content: "Unix.F_TLOCK",
589
+ name: "Lock a region for writing, non-blocking",
590
+ scope: "source.ocaml",
591
+ tabTrigger: "Unix.lock_t",
592
+ uuid: "0AC6709F-178E-4723-A979-0DB6401F3F87"},
593
+ {content: "Unix.inet_addr_loopback",
594
+ name: "Loopback address",
595
+ scope: "source.ocaml",
596
+ tabTrigger: "Unix.addr",
597
+ uuid: "B31B6D37-E9AA-435F-88D7-0CAF038B3B1C"},
598
+ {content: "Unix.inet6_addr_loopback",
599
+ name: "Loopback address (IPv6)",
600
+ scope: "source.ocaml",
601
+ tabTrigger: "Unix.addr",
602
+ uuid: "7F800317-D33D-4722-BF70-4B6C4DE177E6"},
603
+ {content: "Unix.MSG_DONTROUTE",
604
+ name: "MSG_DONTROUTE",
605
+ scope: "source.ocaml",
606
+ tabTrigger: "Unix.MSG_",
607
+ uuid: "82F77C1C-4030-4A1A-A713-923D631A178A"},
608
+ {content: "Unix.MSG_OOB",
609
+ name: "MSG_OOB",
610
+ scope: "source.ocaml",
611
+ tabTrigger: "Unix.MSG_",
612
+ uuid: "D7462604-B4C4-452A-921D-F676C25F01BC"},
613
+ {content: "Unix.MSG_PEEK",
614
+ name: "MSG_PEEK",
615
+ scope: "source.ocaml",
616
+ tabTrigger: "Unix.MSG_",
617
+ uuid: "66ACC8A9-9E34-45B3-BE1F-831F37984714"},
618
+ {content: "Unix.c_icrnl",
619
+ name: "Map CR to NL on input",
620
+ scope: "source.ocaml",
621
+ tabTrigger: "Unix.term_",
622
+ uuid: "AEA08B90-1917-46BC-BDD0-99AA2DB5C47F"},
623
+ {content: "Unix.c_inlcr",
624
+ name: "Map NL to CR on input",
625
+ scope: "source.ocaml",
626
+ tabTrigger: "Unix.term_",
627
+ uuid: "0347D8D5-B272-4DE1-83A4-BA1E8ACCAABB"},
628
+ {content: "Unix.c_parmrk",
629
+ name: "Mark parity errors",
630
+ scope: "source.ocaml",
631
+ tabTrigger: "Unix.term_",
632
+ uuid: "294ACFCE-85AF-45E6-8C09-0566FD61A3EC"},
633
+ {content: "Unix.c_vtime",
634
+ name: "Maximum read wait (in 0.1s units)",
635
+ scope: "source.ocaml",
636
+ tabTrigger: "Unix.term_",
637
+ uuid: "361B4C8E-E537-479F-92C8-406176D98821"},
638
+ {content: "Unix.EMSGSIZE",
639
+ name: "Message too long",
640
+ scope: "source.ocaml",
641
+ tabTrigger: "Unix.err",
642
+ uuid: "33F86C79-A3DD-490B-AA38-09C62F36C92C"},
643
+ {content: "Unix.c_vmin",
644
+ name: "Min chars to read before read request is satisfied",
645
+ scope: "source.ocaml",
646
+ tabTrigger: "Unix.term_",
647
+ uuid: "74A45F51-154D-4148-9A9C-BB04738E55C2"},
648
+ {content: "Unix.SO_RCVLOWAT",
649
+ name: "Min number of bytes to process for input ops",
650
+ scope: "source.ocaml",
651
+ tabTrigger: "Unix.SOI_",
652
+ uuid: "79E75AE7-1968-4917-B275-A1EA530CA9F9"},
653
+ {content: "Unix.SO_SNDLOWAT",
654
+ name: "Min number of bytes to process for output ops",
655
+ scope: "source.ocaml",
656
+ tabTrigger: "Unix.SOI_",
657
+ uuid: "E9218FD2-DD14-4F0E-AD71-07418E622D98"},
658
+ {content: "Unix.tm_min",
659
+ name: "Minutes (0..59)",
660
+ scope: "source.ocaml",
661
+ tabTrigger: "Unix.tm",
662
+ uuid: "7EE76969-FE47-4D41-B9DD-8F97373C7BF0"},
663
+ {content: "Unix.tm_mon",
664
+ name: "Month of year (0..11)",
665
+ scope: "source.ocaml",
666
+ tabTrigger: "Unix.tm",
667
+ uuid: "5A302B1F-6E01-4122-BDE7-84926F4DF15C"},
668
+ {content: "Unix.ni_hostname",
669
+ name: "Name of IP address of host",
670
+ scope: "source.ocaml",
671
+ tabTrigger: "Unix.ni_",
672
+ uuid: "C1779A55-D26D-4C88-A6F8-062FC5053B25"},
673
+ {content: "Unix.ni_service",
674
+ name: "Name of service or port number",
675
+ scope: "source.ocaml",
676
+ tabTrigger: "Unix.ni_",
677
+ uuid: "21E7AE01-88BB-4127-855C-B4178E4FF002"},
678
+ {content: "Unix.S_FIFO",
679
+ name: "Named pipe",
680
+ scope: "source.ocaml",
681
+ tabTrigger: "Unix.fstat",
682
+ uuid: "5B6194AC-9B83-4D9A-A661-821CB8F14054"},
683
+ {content: "Unix.ENETRESET",
684
+ name: "Network dropped connection on reset",
685
+ scope: "source.ocaml",
686
+ tabTrigger: "Unix.err",
687
+ uuid: "F40E5D78-202F-42C5-B278-13AA9E00908D"},
688
+ {content: "Unix.ENETDOWN",
689
+ name: "Network is down",
690
+ scope: "source.ocaml",
691
+ tabTrigger: "Unix.err",
692
+ uuid: "343EF7FB-586C-41D5-93C3-43840115C430"},
693
+ {content: "Unix.ENETUNREACH",
694
+ name: "Network is unreachable",
695
+ scope: "source.ocaml",
696
+ tabTrigger: "Unix.err",
697
+ uuid: "A230DC9A-E327-4FA9-ACB4-114AE07252CB"},
698
+ {content: "Unix.ENOBUFS",
699
+ name: "No buffer space available",
700
+ scope: "source.ocaml",
701
+ tabTrigger: "Unix.err",
702
+ uuid: "7B08793E-7868-46FC-96A5-E2CEF4870220"},
703
+ {content: "Unix.ECHILD",
704
+ name: "No child process",
705
+ scope: "source.ocaml",
706
+ tabTrigger: "Unix.err",
707
+ uuid: "6E43DEF0-427F-4AF5-8F1B-4AA08D81DF16"},
708
+ {content: "Unix.ENOLCK",
709
+ name: "No locks available",
710
+ scope: "source.ocaml",
711
+ tabTrigger: "Unix.err",
712
+ uuid: "483D1AFE-755C-4C98-A5F3-828BF49E92FE"},
713
+ {content: "Unix.EHOSTUNREACH",
714
+ name: "No route to host",
715
+ scope: "source.ocaml",
716
+ tabTrigger: "Unix.err",
717
+ uuid: "AD41FC57-5F40-4997-8C31-6104B4BF81CC"},
718
+ {content: "Unix.ENOSPC",
719
+ name: "No space left on device",
720
+ scope: "source.ocaml",
721
+ tabTrigger: "Unix.err",
722
+ uuid: "20C1FB8E-F14C-45A7-B957-72B76491DBDD"},
723
+ {content: "Unix.ENODEV",
724
+ name: "No such device",
725
+ scope: "source.ocaml",
726
+ tabTrigger: "Unix.err",
727
+ uuid: "5D14D9F9-04B3-4276-B69C-3BF283757B25"},
728
+ {content: "Unix.ENXIO",
729
+ name: "No such device or address",
730
+ scope: "source.ocaml",
731
+ tabTrigger: "Unix.err",
732
+ uuid: "96351FC8-5208-489D-A436-8FF2E33B5D72"},
733
+ {content: "Unix.ENOENT",
734
+ name: "No such file or directory",
735
+ scope: "source.ocaml",
736
+ tabTrigger: "Unix.err",
737
+ uuid: "94B76A79-EE13-4236-94DF-239924893E1A"},
738
+ {content: "Unix.ESRCH",
739
+ name: "No such process",
740
+ scope: "source.ocaml",
741
+ tabTrigger: "Unix.err",
742
+ uuid: "B3E89FD1-A28E-44A0-821F-36CE215CA936"},
743
+ {content: "Unix.ENOTDIR",
744
+ name: "Not a directory",
745
+ scope: "source.ocaml",
746
+ tabTrigger: "Unix.err",
747
+ uuid: "1CF9AE29-CA69-4F56-B2AF-350DF4189639"},
748
+ {content: "Unix.ENOEXEC",
749
+ name: "Not an executable file",
750
+ scope: "source.ocaml",
751
+ tabTrigger: "Unix.err",
752
+ uuid: "3656E051-74D6-4F20-A32B-029CF193AFCE"},
753
+ {content: "Unix.ENOMEM",
754
+ name: "Not enough memory",
755
+ scope: "source.ocaml",
756
+ tabTrigger: "Unix.err",
757
+ uuid: "A0BB4487-A385-4AB7-A647-1B3A52B7FDFB"},
758
+ {content: "Unix.c_csize",
759
+ name: "Number of bits per character (5-8)",
760
+ scope: "source.ocaml",
761
+ tabTrigger: "Unix.term_",
762
+ uuid: "03F80394-8232-40EB-9D69-E7E5F039E021"},
763
+ {content: "Unix.c_cstopb",
764
+ name: "Number of stop bits",
765
+ scope: "source.ocaml",
766
+ tabTrigger: "Unix.term_",
767
+ uuid: "C4E7E120-BA4D-4474-BFED-6026B92E5CA3"},
768
+ {content: "Unix.O_APPEND",
769
+ name: "Open for appending",
770
+ scope: "source.ocaml",
771
+ tabTrigger: "Unix.open_",
772
+ uuid: "B5C98728-1319-455D-B035-70147EC1ABD1"},
773
+ {content: "Unix.O_RDWR",
774
+ name: "Open for reading and writing",
775
+ scope: "source.ocaml",
776
+ tabTrigger: "Unix.open_",
777
+ uuid: "3B0073C6-9BD1-463A-9172-A82F450E992B"},
778
+ {content: "Unix.O_NONBLOCK",
779
+ name: "Open in non-blocking mode",
780
+ scope: "source.ocaml",
781
+ tabTrigger: "Unix.open_",
782
+ uuid: "F25985A5-638B-4147-8DDA-BE165ED80608"},
783
+ {content: "Unix.O_RDONLY",
784
+ name: "Open read-only",
785
+ scope: "source.ocaml",
786
+ tabTrigger: "Unix.open_",
787
+ uuid: "31A2564A-83B5-498B-97D1-0F223E4EB67B"},
788
+ {content: "Unix.O_WRONLY",
789
+ name: "Open write-only",
790
+ scope: "source.ocaml",
791
+ tabTrigger: "Unix.open_",
792
+ uuid: "7AE48A9F-BC77-471C-BB9C-63620B0ACF98"},
793
+ {content: "Unix.EALREADY",
794
+ name: "Operation already in progress",
795
+ scope: "source.ocaml",
796
+ tabTrigger: "Unix.err",
797
+ uuid: "CE33D913-CA5B-41B4-80CD-6C1AFA24F872"},
798
+ {content: "Unix.EPERM",
799
+ name: "Operation not permitted",
800
+ scope: "source.ocaml",
801
+ tabTrigger: "Unix.err",
802
+ uuid: "3C7007FF-11C9-4F23-A6B1-374021A4EF9B"},
803
+ {content: "Unix.EINPROGRESS",
804
+ name: "Operation now in progress",
805
+ scope: "source.ocaml",
806
+ tabTrigger: "Unix.err",
807
+ uuid: "D2859959-1B42-4F09-8E55-90F800477DA9"},
808
+ {content: "Unix.EWOULDBLOCK",
809
+ name: "Operation would block",
810
+ scope: "source.ocaml",
811
+ tabTrigger: "Unix.err",
812
+ uuid: "4B52E5D0-6336-4F8F-9C81-271DA23A3F65"},
813
+ {content: "Unix.c_obaud",
814
+ name: "Output baud rate (0 means close connection)",
815
+ scope: "source.ocaml",
816
+ tabTrigger: "Unix.term_",
817
+ uuid: "C70AC196-AD0E-4442-80BB-EB7BAB664D3C"},
818
+ {content: "Unix.EACCES",
819
+ name: "Permission denied",
820
+ scope: "source.ocaml",
821
+ tabTrigger: "Unix.err",
822
+ uuid: "AFC5FCC1-1673-47D9-87BC-7DA312397876"},
823
+ {content: "Unix.SO_BROADCAST",
824
+ name: "Permit sending of broadcast messages",
825
+ scope: "source.ocaml",
826
+ tabTrigger: "Unix.SOB_",
827
+ uuid: "F3C43C3A-8D66-492A-915F-D2DA02BB607A"},
828
+ {content: "Unix.EPFNOSUPPORT",
829
+ name: "Protocol family not supported",
830
+ scope: "source.ocaml",
831
+ tabTrigger: "Unix.err",
832
+ uuid: "11E62F14-2B9B-486C-915F-701935CEA966"},
833
+ {content: "Unix.EPROTONOTSUPP",
834
+ name: "Protocol not supported",
835
+ scope: "source.ocaml",
836
+ tabTrigger: "Unix.err",
837
+ uuid: "DF64D0C4-A340-447E-BD93-134631C43BAD"},
838
+ {content: "Unix.EPROTOTYPE",
839
+ name: "Protocol wrong type for socket",
840
+ scope: "source.ocaml",
841
+ tabTrigger: "Unix.err",
842
+ uuid: "714970A3-6845-44AE-ACD9-89CE328005A8"},
843
+ {content: "Unix.c_vquit",
844
+ name: "Quit character (usually ctrl-\\)",
845
+ scope: "source.ocaml",
846
+ tabTrigger: "Unix.term_",
847
+ uuid: "54FD52FB-B95D-46A1-9950-19C4591FBE53"},
848
+ {content: "Unix.SOCK_RAW",
849
+ name: "Raw socket",
850
+ scope: "source.ocaml",
851
+ tabTrigger: "Unix.SOCK_",
852
+ uuid: "136C3483-7487-4A15-BA6E-61772C896851"},
853
+ {content: "Unix.R_OK",
854
+ name: "Read permission",
855
+ scope: "source.ocaml",
856
+ tabTrigger: "Unix.fperm",
857
+ uuid: "EF7A3AB6-8670-4B6E-A16E-145ECA7A6B47"},
858
+ {content: "Unix.EROFS",
859
+ name: "Read-only file system",
860
+ scope: "source.ocaml",
861
+ tabTrigger: "Unix.err",
862
+ uuid: "30D1A704-5B50-460F-A658-8D65A84B9296"},
863
+ {content: "Unix.O_RSYNC",
864
+ name: "Reads complete as writes",
865
+ scope: "source.ocaml",
866
+ tabTrigger: "Unix.open_",
867
+ uuid: "DF12A3EE-5F6C-4A0D-89FA-FECD63B3AB0E"},
868
+ {content: "Unix.c_cread",
869
+ name: "Reception is enabled",
870
+ scope: "source.ocaml",
871
+ tabTrigger: "Unix.term_",
872
+ uuid: "0AE52244-B254-4379-871E-47A4978A8170"},
873
+ {content: "Unix.c_ixon\n",
874
+ name: "Recognize XON/XOFF characters on input",
875
+ scope: "source.ocaml",
876
+ tabTrigger: "Unix.term_",
877
+ uuid: "EE0DC243-D42A-4423-B554-DE7FB4B7A5F8"},
878
+ {content: "Unix.SO_DEBUG",
879
+ name: "Record debugging information",
880
+ scope: "source.ocaml",
881
+ tabTrigger: "Unix.SOB_",
882
+ uuid: "DA6DC490-400C-4322-A21B-FFDDA05854AD"},
883
+ {content: "Unix.S_REG",
884
+ name: "Regular file",
885
+ scope: "source.ocaml",
886
+ tabTrigger: "Unix.fstat",
887
+ uuid: "A8AE0638-17E9-4F6E-9719-B7DF65DA32E8"},
888
+ {content: "Unix.SO_ERROR",
889
+ name: "Report error status and clear it",
890
+ scope: "source.ocaml",
891
+ tabTrigger: "Unix.SOI_",
892
+ uuid: "08AE4AF9-F1EB-44AB-ABD0-96AD876BEA18"},
893
+ {content: "Unix.SO_ACCEPTCONN",
894
+ name: "Report whether socket listening is enabled",
895
+ scope: "source.ocaml",
896
+ tabTrigger: "Unix.SOB_",
897
+ uuid: "61296B56-F775-4C43-B20F-EE25DA68B0FA"},
898
+ {content: "Unix.EDEADLK",
899
+ name: "Resource deadlock would occur",
900
+ scope: "source.ocaml",
901
+ tabTrigger: "Unix.err",
902
+ uuid: "C8F6BD64-71CB-4F46-A812-5F53EF232748"},
903
+ {content: "Unix.EAGAIN",
904
+ name: "Resource temporarily unavailable",
905
+ scope: "source.ocaml",
906
+ tabTrigger: "Unix.err",
907
+ uuid: "C700969A-6406-4762-83FE-AE7A9D6191DA"},
908
+ {content: "Unix.EBUSY",
909
+ name: "Resource unavailable",
910
+ scope: "source.ocaml",
911
+ tabTrigger: "Unix.err",
912
+ uuid: "8D8B3CDC-9B9C-4EDA-BD9E-B3935B97DE06"},
913
+ {content: "Unix.TCION",
914
+ name: "Restart input (send START character)",
915
+ scope: "source.ocaml",
916
+ tabTrigger: "Unix.FLOW",
917
+ uuid: "9885154D-95E9-411F-86B4-31ED73AF12B0"},
918
+ {content: "Unix.TCOON",
919
+ name: "Restart output",
920
+ scope: "source.ocaml",
921
+ tabTrigger: "Unix.FLOW",
922
+ uuid: "55E1EEE7-C4FE-4185-A759-73953A39667B"},
923
+ {content: "Unix.ERANGE",
924
+ name: "Result too large",
925
+ scope: "source.ocaml",
926
+ tabTrigger: "Unix.err",
927
+ uuid: "A13F6132-5788-4231-B74D-046205E7F439"},
928
+ {content: "Unix.tm_sec",
929
+ name: "Seconds (0..60)",
930
+ scope: "source.ocaml",
931
+ tabTrigger: "Unix.tm",
932
+ uuid: "786375BC-FE2C-4FAB-B4F8-F488D8B81D99"},
933
+ {content: "Unix.SEEK_SET",
934
+ name: "Seek relative to beginning of file",
935
+ scope: "source.ocaml",
936
+ tabTrigger: "Unix.fseek",
937
+ uuid: "6B7E74F0-4951-49B6-A9B1-E698B37DB3C5"},
938
+ {content: "Unix.SEEK_CUR",
939
+ name: "Seek relative to current position",
940
+ scope: "source.ocaml",
941
+ tabTrigger: "Unix.fseek",
942
+ uuid: "8891EDB5-1EC7-4822-BB28-6F4BA7E328C5"},
943
+ {content: "Unix.SEEK_END",
944
+ name: "Seek relative to end of file",
945
+ scope: "source.ocaml",
946
+ tabTrigger: "Unix.fseek",
947
+ uuid: "0ADE01E9-AE44-4CB4-BE14-45D6AAA719FD"},
948
+ {content: "Unix.SOCK_SEQPACKET",
949
+ name: "Sequenced packets socket",
950
+ scope: "source.ocaml",
951
+ tabTrigger: "Unix.SOCK_",
952
+ uuid: "06B4D164-9228-4B3B-A206-7F8E33202148"},
953
+ {content: "Unix.AI_PASSIVE",
954
+ name: "Set address to \"any\" for bind",
955
+ scope: "source.ocaml",
956
+ tabTrigger: "Unix.AI_",
957
+ uuid: "B0A82AB1-1DCE-4A3A-80FB-B6A230D4AFB3"},
958
+ {content: "Unix.SIG_SETMASK",
959
+ name: "Set blocked signals to those listed",
960
+ scope: "source.ocaml",
961
+ tabTrigger: "Unix.SIG_",
962
+ uuid: "9139F56F-991A-4FD6-B385-AB7BBA6DC81F"},
963
+ {content: "Unix.TCSAFLUSH",
964
+ name: "Set term attribute after flushing rcvd input",
965
+ scope: "source.ocaml",
966
+ tabTrigger: "Unix.TCSA",
967
+ uuid: "FC917331-3F21-4035-AF15-C741F3099767"},
968
+ {content: "Unix.TCSADRAIN",
969
+ name: "Set term attribute after pending output xmitted",
970
+ scope: "source.ocaml",
971
+ tabTrigger: "Unix.TCSA",
972
+ uuid: "111CD901-F48F-423D-A01F-BEF3FB1AB3FF"},
973
+ {content: "Unix.TCSANOW",
974
+ name: "Set term attribute now",
975
+ scope: "source.ocaml",
976
+ tabTrigger: "Unix.TCSA",
977
+ uuid: "E47E304B-44AF-4473-80AC-8030FBD77F51"},
978
+ {content: "Unix.c_brkint",
979
+ name: "Signal interrupt on break",
980
+ scope: "source.ocaml",
981
+ tabTrigger: "Unix.term_",
982
+ uuid: "B4E23C6F-3588-42B6-8A1E-FCE5C6961B3B"},
983
+ {content: "Unix.SO_RCVBUF",
984
+ name: "Size of receive buffer",
985
+ scope: "source.ocaml",
986
+ tabTrigger: "Unix.SOI_",
987
+ uuid: "09A24B8B-8C43-4D62-AAF7-278228825C4E"},
988
+ {content: "Unix.SO_SNDBUF",
989
+ name: "Size of send buffer",
990
+ scope: "source.ocaml",
991
+ tabTrigger: "Unix.SOI_",
992
+ uuid: "1940EC35-758C-40E3-BEB2-C8142F087668"},
993
+ {content: "Unix.S_SOCK",
994
+ name: "Socket",
995
+ scope: "source.ocaml",
996
+ tabTrigger: "Unix.fstat",
997
+ uuid: "76181ABD-5118-4EA7-8C30-9E731F8AFC2A"},
998
+ {content: "Unix.ai_family",
999
+ name: "Socket domain",
1000
+ scope: "source.ocaml",
1001
+ tabTrigger: "Unix.ai_",
1002
+ uuid: "3A56B89D-7EF0-4B2E-AE2D-D3C99DB06C33"},
1003
+ {content: "Unix.EISCONN",
1004
+ name: "Socket is already connected",
1005
+ scope: "source.ocaml",
1006
+ tabTrigger: "Unix.err",
1007
+ uuid: "C9AF2417-A0F1-4328-B050-E2A137D0089D"},
1008
+ {content: "Unix.ENOTCONN",
1009
+ name: "Socket is not connected",
1010
+ scope: "source.ocaml",
1011
+ tabTrigger: "Unix.err",
1012
+ uuid: "54158BFC-4139-456B-8039-C7E1A1F397CD"},
1013
+ {content: "Unix.ENOTSOCK",
1014
+ name: "Socket operation on non-socket",
1015
+ scope: "source.ocaml",
1016
+ tabTrigger: "Unix.err",
1017
+ uuid: "7DB07F23-F1E7-4645-892B-98D49347137C"},
1018
+ {content: "Unix.ai_protocol",
1019
+ name: "Socket protocol number",
1020
+ scope: "source.ocaml",
1021
+ tabTrigger: "Unix.ai_",
1022
+ uuid: "011CE84B-A5A6-4939-94E7-DAD55D4AE633"},
1023
+ {content: "Unix.ai_socktype",
1024
+ name: "Socket type",
1025
+ scope: "source.ocaml",
1026
+ tabTrigger: "Unix.ai_",
1027
+ uuid: "07EF2591-A776-49DD-BE6C-AE7372112591"},
1028
+ {content: "Unix.ECONNABORTED",
1029
+ name: "Software caused connection abort",
1030
+ scope: "source.ocaml",
1031
+ tabTrigger: "Unix.err",
1032
+ uuid: "D26CFEBC-3976-4E28-B6B6-87FD33A8C0AA"},
1033
+ {content: "Unix.c_parodd",
1034
+ name: "Specify odd parity instead of even",
1035
+ scope: "source.ocaml",
1036
+ tabTrigger: "Unix.term_",
1037
+ uuid: "9399A958-A8F9-4CFE-B5F0-D57F37377A0C"},
1038
+ {content: "Unix.c_vstart",
1039
+ name: "Start character (usually ctrl-Q)",
1040
+ scope: "source.ocaml",
1041
+ tabTrigger: "Unix.term_",
1042
+ uuid: "8C87E677-A540-4F33-A739-09423EE11A7F"},
1043
+ {content: "Unix.st_perm",
1044
+ name: "Stat: Access rights",
1045
+ scope: "source.ocaml",
1046
+ tabTrigger: "Unix.fstat",
1047
+ uuid: "5633AE6E-773E-47C0-8953-530BFC2422EB"},
1048
+ {content: "Unix.st_rdev",
1049
+ name: "Stat: Device minor number",
1050
+ scope: "source.ocaml",
1051
+ tabTrigger: "Unix.fstat",
1052
+ uuid: "9DB68BEB-7825-4650-A4DA-F44D910B1EF1"},
1053
+ {content: "Unix.st_dev",
1054
+ name: "Stat: Device number",
1055
+ scope: "source.ocaml",
1056
+ tabTrigger: "Unix.fstat",
1057
+ uuid: "4D094B2B-19A8-474B-B0E1-1430E49792E5"},
1058
+ {content: "Unix.st_gid",
1059
+ name: "Stat: Group ID of file",
1060
+ scope: "source.ocaml",
1061
+ tabTrigger: "Unix.fstat",
1062
+ uuid: "1754117E-DC89-4CAE-9155-B22228E4F722"},
1063
+ {content: "Unix.st_kind",
1064
+ name: "Stat: Kind of file",
1065
+ scope: "source.ocaml",
1066
+ tabTrigger: "Unix.fstat",
1067
+ uuid: "FA622A17-AAE1-4D75-B0DB-9477522E65E9"},
1068
+ {content: "Unix.st_atime",
1069
+ name: "Stat: Last access time",
1070
+ scope: "source.ocaml",
1071
+ tabTrigger: "Unix.fstat",
1072
+ uuid: "6EE5C926-9B45-4912-8D82-3DDC52005355"},
1073
+ {content: "Unix.st_mtime",
1074
+ name: "Stat: Last modification time",
1075
+ scope: "source.ocaml",
1076
+ tabTrigger: "Unix.fstat",
1077
+ uuid: "B67BE946-A398-4D46-88D6-DD96DD69393E"},
1078
+ {content: "Unix.st_ctime",
1079
+ name: "Stat: Last status change time",
1080
+ scope: "source.ocaml",
1081
+ tabTrigger: "Unix.fstat",
1082
+ uuid: "C85B071C-EB4E-4937-B460-EB89EA925102"},
1083
+ {content: "Unix.st_nlink",
1084
+ name: "Stat: Number of links",
1085
+ scope: "source.ocaml",
1086
+ tabTrigger: "Unix.fstat",
1087
+ uuid: "AB88C2BF-1AC6-41F8-8B64-1A039B76A51B"},
1088
+ {content: "Unix.st_size",
1089
+ name: "Stat: Size in bytes",
1090
+ scope: "source.ocaml",
1091
+ tabTrigger: "Unix.fstat",
1092
+ uuid: "23518B6F-8F74-4310-995A-36DC5F87E963"},
1093
+ {content: "Unix.st_uid",
1094
+ name: "Stat: User ID of owner",
1095
+ scope: "source.ocaml",
1096
+ tabTrigger: "Unix.fstat",
1097
+ uuid: "AD30BE12-970D-45F4-8EB1-7978BA403F22"},
1098
+ {content: "Unix.st_ino",
1099
+ name: "Stat: inode number",
1100
+ scope: "source.ocaml",
1101
+ tabTrigger: "Unix.fstat",
1102
+ uuid: "545AF780-1873-46C5-A012-97059C1AFE82"},
1103
+ {content: "Unix.WSIGNALED ${1:sig_no}$0",
1104
+ name: "Status: process killed by signal",
1105
+ scope: "source.ocaml",
1106
+ tabTrigger: "Unix.proc",
1107
+ uuid: "AB590FDA-2AEC-4609-81EA-F127BCE4E232"},
1108
+ {content: "Unix.WSTOPPED ${1:sig_no}$0",
1109
+ name: "Status: process stopped by signal",
1110
+ scope: "source.ocaml",
1111
+ tabTrigger: "Unix.proc",
1112
+ uuid: "689B34F2-AF7E-4B8E-BD38-B4CB3429CDA8"},
1113
+ {content: "Unix.WEXITED ${1:exit_code}$0",
1114
+ name: "Status: process terminated normally",
1115
+ scope: "source.ocaml",
1116
+ tabTrigger: "Unix.proc",
1117
+ uuid: "D48DD01E-AE7E-4E86-8E0F-C0D6FF8AAF31"},
1118
+ {content: "Unix.c_vstop",
1119
+ name: "Stop character (usually ctrl-S)",
1120
+ scope: "source.ocaml",
1121
+ tabTrigger: "Unix.term_",
1122
+ uuid: "880C2C63-864C-4B25-88CA-22F2EDE9B515"},
1123
+ {content: "Unix.SOCK_STREAM",
1124
+ name: "Stream socket",
1125
+ scope: "source.ocaml",
1126
+ tabTrigger: "Unix.SOCK_",
1127
+ uuid: "CB8AB443-33F4-4338-90B7-D1FEE3B9E637"},
1128
+ {content: "Unix.c_istrip",
1129
+ name: "Strip 8th bit on input characters",
1130
+ scope: "source.ocaml",
1131
+ tabTrigger: "Unix.term_",
1132
+ uuid: "FA7D23CB-B971-48C6-A1BD-ED5F34161DA6"},
1133
+ {content: "Unix.TCIOFF",
1134
+ name: "Suspend input (send STOP character)",
1135
+ scope: "source.ocaml",
1136
+ tabTrigger: "Unix.FLOW",
1137
+ uuid: "7CD5D5F2-DFB8-46E2-AAE6-107DE4AB50D0"},
1138
+ {content: "Unix.TCOOFF",
1139
+ name: "Suspend output",
1140
+ scope: "source.ocaml",
1141
+ tabTrigger: "Unix.FLOW",
1142
+ uuid: "68B405FA-ED07-46E6-B419-A4C8DBC4CFEC"},
1143
+ {content: "Unix.S_LNK",
1144
+ name: "Symbolic link",
1145
+ scope: "source.ocaml",
1146
+ tabTrigger: "Unix.fstat",
1147
+ uuid: "3AA0DFC9-E202-4272-86BE-8014BC9BDA43"},
1148
+ {content: "Unix.tms_cstime",
1149
+ name: "System time for child processes",
1150
+ scope: "source.ocaml",
1151
+ tabTrigger: "Unix.tms",
1152
+ uuid: "D9BD2CDB-8599-4107-8198-5F5D2CBC2F25"},
1153
+ {content: "Unix.tms_stime",
1154
+ name: "System time for process",
1155
+ scope: "source.ocaml",
1156
+ tabTrigger: "Unix.tms",
1157
+ uuid: "0EC60F78-6F65-4B8E-9B0F-F51357726B38"},
1158
+ {content: "Unix.F_TEST",
1159
+ name: "Test a region for locks",
1160
+ scope: "source.ocaml",
1161
+ tabTrigger: "Unix.lock_t",
1162
+ uuid: "CD1E5BD3-B7FE-4358-8BE5-F8EC40C6C3C9"},
1163
+ {content: "Unix.SO_RCVTIMEO",
1164
+ name: "Timeout for input operations",
1165
+ scope: "source.ocaml",
1166
+ tabTrigger: "Unix.SOF_",
1167
+ uuid: "387660C7-5B58-4E0E-8C76-CFF6F802AF1E"},
1168
+ {content: "Unix.SO_SNDTIMEO",
1169
+ name: "Timeout for output operations",
1170
+ scope: "source.ocaml",
1171
+ tabTrigger: "Unix.SOF_",
1172
+ uuid: "58A4D5C0-BDDF-4C9A-80D7-CB636CF41383"},
1173
+ {content: "Unix.ELOOP",
1174
+ name: "Too many levels of symbolic links",
1175
+ scope: "source.ocaml",
1176
+ tabTrigger: "Unix.err",
1177
+ uuid: "B4BA8474-F2B7-4067-949A-004FC3BC7695"},
1178
+ {content: "Unix.EMLINK",
1179
+ name: "Too many links",
1180
+ scope: "source.ocaml",
1181
+ tabTrigger: "Unix.err",
1182
+ uuid: "23A41FB1-542F-4115-98B6-D0869DF8E7BF"},
1183
+ {content: "Unix.EMFILE",
1184
+ name: "Too many open files by the process",
1185
+ scope: "source.ocaml",
1186
+ tabTrigger: "Unix.err",
1187
+ uuid: "1DF42326-E31D-4948-BDEB-8ECA69AC10CE"},
1188
+ {content: "Unix.ENFILE",
1189
+ name: "Too many open files in the system",
1190
+ scope: "source.ocaml",
1191
+ tabTrigger: "Unix.err",
1192
+ uuid: "25994D90-9C1B-4259-9202-6ADC222D2728"},
1193
+ {content: "Unix.ETOOMANYREFS",
1194
+ name: "Too many references: can't splice",
1195
+ scope: "source.ocaml",
1196
+ tabTrigger: "Unix.err",
1197
+ uuid: "E7324F33-AF00-476A-9B6A-2A621F8C2328"},
1198
+ {content: "Unix.O_TRUNC",
1199
+ name: "Truncate to 0 length if existing",
1200
+ scope: "source.ocaml",
1201
+ tabTrigger: "Unix.open_",
1202
+ uuid: "60C1A4D5-FE52-40F0-9CB0-B9697E37BBFB"},
1203
+ {content: "Unix.SIG_UNBLOCK",
1204
+ name: "Unblocked listed signals",
1205
+ scope: "source.ocaml",
1206
+ tabTrigger: "Unix.SIG_",
1207
+ uuid: "BDBD65F1-6C4E-4819-83EA-726119A2912D"},
1208
+ {content: "Unix.ADDR_UNIX ${1:name}$0",
1209
+ name: "Unix domain socket address",
1210
+ scope: "source.ocaml",
1211
+ tabTrigger: "Unix.ADDR_",
1212
+ uuid: "2C143470-FCD9-4F6F-82F3-9FB3F2B843DA"},
1213
+ {content: "Unix.PF_UNIX",
1214
+ name: "Unix socket domain",
1215
+ scope: "source.ocaml",
1216
+ tabTrigger: "Unix.PF_",
1217
+ uuid: "AC1E81FC-E0C5-4AE4-9C4D-A1D355B47432"},
1218
+ {content:
1219
+ "{ Unix.tm_sec = ${1:secs}\n; Unix.tm_min = ${2:mins}\n; Unix.tm_hour = ${3:hour}\n; Unix.tm_mday = ${4:day of month}\n; Unix.tm_mon = ${5:month}\n; Unix.tm_year = ${6:year}\n; Unix.tm_wday = ${7:day of week}\n; Unix.tm_yday = ${8:day of year}\n; Unix.tm_isdt = ${9:true}\n}$0",
1220
+ name: "Unix tm record",
1221
+ scope: "source.ocaml",
1222
+ tabTrigger: "Unix.tm",
1223
+ uuid: "9700FB51-970E-414D-A49C-5ED4485621F2"},
1224
+ {content: "(Unix.EUNKNOWNERR ${1:i})$0",
1225
+ name: "Unknown error",
1226
+ scope: "source.ocaml",
1227
+ tabTrigger: "Unix.err",
1228
+ uuid: "E57F9798-4F65-4FAB-993F-C3001830C522"},
1229
+ {content: "Unix.F_ULOCK",
1230
+ name: "Unlock a region",
1231
+ scope: "source.ocaml",
1232
+ tabTrigger: "Unix.lock_t",
1233
+ uuid: "B7CD68FD-50C1-4BDC-B80D-3C7F8C881B1E"},
1234
+ {content: "Unix.tms_cutime",
1235
+ name: "User time for child processes",
1236
+ scope: "source.ocaml",
1237
+ tabTrigger: "Unix.tms",
1238
+ uuid: "5471E53B-1A8D-40BA-BFD1-191228E704DB"},
1239
+ {content: "Unix.tms_utime",
1240
+ name: "User time for process",
1241
+ scope: "source.ocaml",
1242
+ tabTrigger: "Unix.tms",
1243
+ uuid: "1CDFF4BC-B507-4E58-A181-52D55D3D28FD"},
1244
+ {content: "Unix.WNOHANG",
1245
+ name: "Wait flag : Don't block if children alive",
1246
+ scope: "source.ocaml",
1247
+ tabTrigger: "Unix.proc",
1248
+ uuid: "BB87A3A8-B51D-4172-86BA-CE8CFB5B976F"},
1249
+ {content: "Unix.WUNTRACED",
1250
+ name: "Wait flag : Report stopped children",
1251
+ scope: "source.ocaml",
1252
+ tabTrigger: "Unix.proc",
1253
+ uuid: "0ABCAC8D-D3BC-4F3C-AD17-99989B776643"},
1254
+ {content: "Unix.SO_LINGER",
1255
+ name: "Whether to linger on closed connections and for how long",
1256
+ scope: "source.ocaml",
1257
+ tabTrigger: "Unix.SOIO_",
1258
+ uuid: "0C02A630-A24E-4E65-8100-7A0E1A8746A8"},
1259
+ {content: "Unix.W_OK",
1260
+ name: "Write permission",
1261
+ scope: "source.ocaml",
1262
+ tabTrigger: "Unix.fperm",
1263
+ uuid: "DA26233F-20C5-4E39-A704-0062EFB4BCD0"},
1264
+ {content: "Unix.O_DSYNC",
1265
+ name: "Writes complete as ‘Synchronised I/O data integrity completion’",
1266
+ scope: "source.ocaml",
1267
+ tabTrigger: "Unix.open_",
1268
+ uuid: "688D26E5-C7D9-41EE-B6A0-CE5D497838FF"},
1269
+ {content: "Unix.O_SYNC",
1270
+ name: "Writes complete as ‘Synchronised I/O file integrity completion’",
1271
+ scope: "source.ocaml",
1272
+ tabTrigger: "Unix.open_",
1273
+ uuid: "2F477FB7-B08B-4694-B38F-64F688025296"},
1274
+ {content: "Unix.tm_year",
1275
+ name: "Year-1900",
1276
+ scope: "source.ocaml",
1277
+ tabTrigger: "Unix.tm",
1278
+ uuid: "2225AE2C-52AB-4582-A8BC-2B0AEDCA69DE"},
1279
+ {content: "Unix.accept ${1:sock}$0",
1280
+ name: "accept",
1281
+ scope: "source.ocaml",
1282
+ tabTrigger: "Unix.sock",
1283
+ uuid: "57FCE0C1-93F7-4030-8E51-1B393AAFB84F"},
1284
+ {content: "Unix.access ${1:file_name} ${2:[Unix.fperm$0]}",
1285
+ name: "access",
1286
+ scope: "source.ocaml",
1287
+ tabTrigger: "Unix.fperm",
1288
+ uuid: "56A026FB-D357-4CF5-98C0-12C788B3B372"},
1289
+ {content: "Unix.alarm ${1:delay}$0",
1290
+ name: "alarm",
1291
+ scope: "source.ocaml",
1292
+ tabTrigger: "Unix.time",
1293
+ uuid: "FFAF7A98-1A92-4B00-A54C-E3914E89CAA0"},
1294
+ {content: "Unix.bind ${1:sock} (Unix.ADDR_$0);",
1295
+ name: "bind",
1296
+ scope: "source.ocaml",
1297
+ tabTrigger: "Unix.sock",
1298
+ uuid: "E8812CF7-7E38-413F-9148-45301A3992CC"},
1299
+ {content: "Unix.chdir ${1:dir_name}$0",
1300
+ name: "chdir",
1301
+ scope: "source.ocaml",
1302
+ tabTrigger: "Unix.dir",
1303
+ uuid: "D1DA47F7-7AE3-411C-A4B2-1CB2BC074441"},
1304
+ {content: "Unix.chmod ${1:file_name} 0o${2:644}$0",
1305
+ name: "chmod",
1306
+ scope: "source.ocaml",
1307
+ tabTrigger: "Unix.fperm",
1308
+ uuid: "B9C9DA7C-CBE5-4C7B-967C-B7B22427B9E2"},
1309
+ {content: "Unix.chown ${1:file_name} ${2:uid} ${3:gid}$0",
1310
+ name: "chown",
1311
+ scope: "source.ocaml",
1312
+ tabTrigger: "Unix.fperm",
1313
+ uuid: "DB7F97F6-DF90-4D40-8B9B-0E4887CC7EB1"},
1314
+ {content: "Unix.chroot ${1:dir_name}${2:;}$0",
1315
+ name: "chroot",
1316
+ scope: "source.ocaml",
1317
+ tabTrigger: "Unix.dir",
1318
+ uuid: "AB3B98E0-8EEE-4B6F-9644-F2C116656608"},
1319
+ {content: "Unix.clear_close_on_exec ${1:file_descr}$0",
1320
+ name: "clear_close_on_exec",
1321
+ scope: "source.ocaml",
1322
+ tabTrigger: "Unix.fd",
1323
+ uuid: "9B7B883B-2BF9-46CB-B7C4-1C75EC796C13"},
1324
+ {content: "Unix.clear_nonblock ${1:file_descr}$0",
1325
+ name: "clear_nonblock",
1326
+ scope: "source.ocaml",
1327
+ tabTrigger: "Unix.fd",
1328
+ uuid: "9EED490D-31F1-452C-A80A-CB073DD7C56F"},
1329
+ {content: "Unix.close ${1:file_descr}$0",
1330
+ name: "close",
1331
+ scope: "source.ocaml",
1332
+ tabTrigger: "Unix.file",
1333
+ uuid: "AFC65188-7880-4667-9A4C-AD8D41A7ACE0"},
1334
+ {content: "Unix.close_process ${1:(${2:in_channel}, ${3:out_channel})}$0",
1335
+ name: "close_process",
1336
+ scope: "source.ocaml",
1337
+ tabTrigger: "Unix.run",
1338
+ uuid: "D37E0573-86E9-48CF-B78F-8B6E657EA0DF"},
1339
+ {content:
1340
+ "Unix.close_process_full ${1:(${2:in_channel}, ${3:out_channel}, ${4:err_channel})}$0",
1341
+ name: "close_process_full",
1342
+ scope: "source.ocaml",
1343
+ tabTrigger: "Unix.run",
1344
+ uuid: "5FDB4946-956E-4CC8-85D8-6272EF14509F"},
1345
+ {content: "Unix.close_process_in ${1:in_channel}$0",
1346
+ name: "close_process_in",
1347
+ scope: "source.ocaml",
1348
+ tabTrigger: "Unix.run",
1349
+ uuid: "B0017660-450D-4D98-AC5D-78ADD02B3D25"},
1350
+ {content: "Unix.close_process_out ${1:out_channel}$0",
1351
+ name: "close_process_out",
1352
+ scope: "source.ocaml",
1353
+ tabTrigger: "Unix.run",
1354
+ uuid: "5AAFB7F4-855F-49A1-88C2-CC7ED221A3F6"},
1355
+ {content: "Unix.closedir ${1:dir_handle}${2:;}$0",
1356
+ name: "closedir",
1357
+ scope: "source.ocaml",
1358
+ tabTrigger: "Unix.dir",
1359
+ uuid: "4BEBC207-930B-4600-A625-5F22580F0293"},
1360
+ {content: "Unix.connect ${1:sock} (Unix.ADDR_$0);",
1361
+ name: "connect",
1362
+ scope: "source.ocaml",
1363
+ tabTrigger: "Unix.sock",
1364
+ uuid: "401F6F0B-877F-4414-8CAA-F8B38F93EE6D"},
1365
+ {content:
1366
+ "Unix.create_process ${1:prog} ${2:[${3:arg_list;}]} ${4:new_stdin_descr} ${5:new_stdout_descr} ${6:new_stderr_descr}$0",
1367
+ name: "create_process",
1368
+ scope: "source.ocaml",
1369
+ tabTrigger: "Unix.run",
1370
+ uuid: "9A4FABC9-8909-4439-A6F3-B94BCDA7BF32"},
1371
+ {content:
1372
+ "Unix.create_process ${1:prog} ${2:[${3:arg_list;}]} ${4:[${5:env_list;}]} ${6:new_stdin_descr} ${7:new_stdout_descr} ${8:new_stderr_descr}$0",
1373
+ name: "create_process_env",
1374
+ scope: "source.ocaml",
1375
+ tabTrigger: "Unix.run",
1376
+ uuid: "96A31410-B9FF-4440-ACFF-AEAAD2B03DD1"},
1377
+ {content: "Unix.descr_of_in_channel ${1:in_channel}$0",
1378
+ name: "descr_of_in_channel",
1379
+ scope: "source.ocaml",
1380
+ tabTrigger: "Unix.fch",
1381
+ uuid: "DC513BCE-85EC-4E24-B06B-FA96B579B7BF"},
1382
+ {content: "Unix.descr_of_out_channel ${1:out_channel}$0",
1383
+ name: "descr_of_out_channel",
1384
+ scope: "source.ocaml",
1385
+ tabTrigger: "Unix.fch",
1386
+ uuid: "9129E52E-6B44-44D0-838F-5EA245724DFE"},
1387
+ {content: "Unix.domain_of_sockaddr Unix.ADDR_$0",
1388
+ name: "domain_of_sockaddr",
1389
+ scope: "source.ocaml",
1390
+ tabTrigger: "Unix.sock",
1391
+ uuid: "E5014E66-AC38-4CD1-A664-3E92D735EBE9"},
1392
+ {content: "Unix.dup ${1:file_descr}$0",
1393
+ name: "dup",
1394
+ scope: "source.ocaml",
1395
+ tabTrigger: "Unix.fd",
1396
+ uuid: "58F08D44-7061-4C81-89FF-23E4BF6DF62E"},
1397
+ {content: "Unix.dup2 ${1:file_descr1} ${2:file_descr2}$0",
1398
+ name: "dup2",
1399
+ scope: "source.ocaml",
1400
+ tabTrigger: "Unix.fd",
1401
+ uuid: "53516A95-0DBB-4CD1-B413-9B76D91A5B46"},
1402
+ {content: "Unix.environment ()",
1403
+ name: "environment",
1404
+ scope: "source.ocaml",
1405
+ tabTrigger: "Unix.env",
1406
+ uuid: "C92DC720-CC6F-4F3D-8E1D-F71F8A80DD36"},
1407
+ {content: "Unix.error_message ${1:Unix.err}$0",
1408
+ name: "error_message",
1409
+ scope: "source.ocaml",
1410
+ tabTrigger: "Unix.error",
1411
+ uuid: "33CC20FB-AD76-448B-8069-E32D9B4D7883"},
1412
+ {content:
1413
+ "Unix.establish_server ${1:(fun in_channel out_channel -> )}Unix.ADDR_$0;",
1414
+ name: "establish_server",
1415
+ scope: "source.ocaml",
1416
+ tabTrigger: "Unix.connect",
1417
+ uuid: "F18DDBA3-ADED-462D-B19B-16AE8867A362"},
1418
+ {content: "Unix.Unix_error (${3:Unix.err}, ${1:func_name}, ${2:f_param})$0",
1419
+ name: "exception Unix_error",
1420
+ scope: "source.ocaml",
1421
+ tabTrigger: "Unix.error",
1422
+ uuid: "BAF99BBB-C40F-430F-B81B-1C335D6779E7"},
1423
+ {content: "Unix.execv ${1:prog} ${2:[|${3:arg_array;}|]}$0",
1424
+ name: "execv",
1425
+ scope: "source.ocaml",
1426
+ tabTrigger: "Unix.proc",
1427
+ uuid: "FD3F6505-9D1E-469E-B912-2BD860B5433B"},
1428
+ {content:
1429
+ "Unix.execve ${1:prog} ${2:[|${3:arg_array;}|]} ${4:[|${5:env_array;}|]}$0",
1430
+ name: "execve",
1431
+ scope: "source.ocaml",
1432
+ tabTrigger: "Unix.proc",
1433
+ uuid: "4D018969-0C36-4C55-BA2E-987A0651D585"},
1434
+ {content: "Unix.execvp ${1:prog} ${2:[|${3:arg_array;}|]}$0",
1435
+ name: "execvp",
1436
+ scope: "source.ocaml",
1437
+ tabTrigger: "Unix.proc",
1438
+ uuid: "A16EE87B-B466-4A45-9E12-A3059E8F691E"},
1439
+ {content:
1440
+ "Unix.execvpe ${1:prog} ${2:[|${3:arg_array;}|]} ${4:[|${5:env_array;}|]}$0",
1441
+ name: "execvpe",
1442
+ scope: "source.ocaml",
1443
+ tabTrigger: "Unix.proc",
1444
+ uuid: "AEABD4F3-BC26-4583-8EA8-E8059CB3DAA5"},
1445
+ {content: "Unix.fchmod ${1:file_descr} 0o${2:644}$0",
1446
+ name: "fchmod",
1447
+ scope: "source.ocaml",
1448
+ tabTrigger: "Unix.fperm",
1449
+ uuid: "E2420524-844E-4391-BED4-DAF96BC43D47"},
1450
+ {content: "Unix.fchown ${1:file_descr} ${2:uid} ${3:gid}$0",
1451
+ name: "fchown",
1452
+ scope: "source.ocaml",
1453
+ tabTrigger: "Unix.fperm",
1454
+ uuid: "A2DAD31A-1751-4B1D-A2C3-DF664D6A2635"},
1455
+ {content: "Unix.fork ()${1:;}$0",
1456
+ name: "fork",
1457
+ scope: "source.ocaml",
1458
+ tabTrigger: "Unix.proc",
1459
+ uuid: "2391A7BC-D747-4F74-9198-21EF8E6B78BE"},
1460
+ {content: "Unix.fstat ${1:file_descr}$0",
1461
+ name: "fstat",
1462
+ scope: "source.ocaml",
1463
+ tabTrigger: "Unix.fstat",
1464
+ uuid: "88F3DAEB-C4C9-49CB-9225-2EAFCE2D18E8"},
1465
+ {content: "Unix.ftruncate ${1:file_descr} ${2:len}$0",
1466
+ name: "ftruncate",
1467
+ scope: "source.ocaml",
1468
+ tabTrigger: "Unix.fseek",
1469
+ uuid: "FA5C2C27-68E2-4828-8CE8-441746A2C569"},
1470
+ {content: "Unix.getaddrinfo ${1:host} ${2:service} ${3:[Unix.AI_$0]}",
1471
+ name: "getaddrinfo",
1472
+ scope: "source.ocaml",
1473
+ tabTrigger: "Unix.info",
1474
+ uuid: "582E92DC-30B3-4D01-BAFB-49D038330F86"},
1475
+ {content: "Unix.getcwd ()",
1476
+ name: "getcwd",
1477
+ scope: "source.ocaml",
1478
+ tabTrigger: "Unix.dir",
1479
+ uuid: "D5DB2C1B-85CA-4BE6-A0AD-B86156107F24"},
1480
+ {content: "Unix.getegid ()",
1481
+ name: "getegid",
1482
+ scope: "source.ocaml",
1483
+ tabTrigger: "Unix.id",
1484
+ uuid: "2210968F-3087-4F3E-A75C-BF947CD81D8A"},
1485
+ {content: "Unix.getenv ${1:ENV_VAR}$0",
1486
+ name: "getenv",
1487
+ scope: "source.ocaml",
1488
+ tabTrigger: "Unix.env",
1489
+ uuid: "98C963D9-BB6A-444E-8EF8-F10F84BA1C75"},
1490
+ {content: "Unix.geteuid ()",
1491
+ name: "geteuid",
1492
+ scope: "source.ocaml",
1493
+ tabTrigger: "Unix.id",
1494
+ uuid: "8FD43FAC-7A22-49E2-9CDF-AAB148A9FB66"},
1495
+ {content: "Unix.getgid ()",
1496
+ name: "getgid",
1497
+ scope: "source.ocaml",
1498
+ tabTrigger: "Unix.id",
1499
+ uuid: "A98B9122-6779-4F50-A5D7-EEB71E7CF3C6"},
1500
+ {content: "Unix.getgrnam ${1:name}$0",
1501
+ name: "getgrnam",
1502
+ scope: "source.ocaml",
1503
+ tabTrigger: "Unix.id",
1504
+ uuid: "61E6C2B5-F930-48D0-8BF5-530612923DA5"},
1505
+ {content: "Unix.getgroups ()",
1506
+ name: "getgroups",
1507
+ scope: "source.ocaml",
1508
+ tabTrigger: "Unix.id",
1509
+ uuid: "CB6F3068-F39A-4621-A05C-AE9363B737D5"},
1510
+ {content: "Unix.getgruid ${1:uid}$0",
1511
+ name: "getgruid",
1512
+ scope: "source.ocaml",
1513
+ tabTrigger: "Unix.id",
1514
+ uuid: "44BD981C-8460-4B8F-89DB-330C4C77B2FF"},
1515
+ {content: "Unix.gethostbyaddr ${1:inet_addr}$0",
1516
+ name: "gethostbyaddr",
1517
+ scope: "source.ocaml",
1518
+ tabTrigger: "Unix.host",
1519
+ uuid: "6B2AB7E9-5699-4970-9B01-A0C22A5CF670"},
1520
+ {content: "Unix.gethostbyname ${1:hostname}$0",
1521
+ name: "gethostbyname",
1522
+ scope: "source.ocaml",
1523
+ tabTrigger: "Unix.host",
1524
+ uuid: "60D19E63-16C6-4E56-ACBF-DEAF0617A745"},
1525
+ {content: "Unix.gethostname ()",
1526
+ name: "gethostname",
1527
+ scope: "source.ocaml",
1528
+ tabTrigger: "Unix.host",
1529
+ uuid: "634126E9-77FB-4370-9C2B-80B3646101AA"},
1530
+ {content: "Unix.getitimer Unix.ITIMER_$0",
1531
+ name: "getitimer",
1532
+ scope: "source.ocaml",
1533
+ tabTrigger: "Unix.time",
1534
+ uuid: "EE11042E-A091-4C3B-9CD4-8FCA940E1BB6"},
1535
+ {content: "Unix.getlogin ()",
1536
+ name: "getlogin",
1537
+ scope: "source.ocaml",
1538
+ tabTrigger: "Unix.id",
1539
+ uuid: "4CBF4164-C876-4741-8749-522CDCBF2CA1"},
1540
+ {content: "Unix.getpeername ${1:sock}$0",
1541
+ name: "getpeername",
1542
+ scope: "source.ocaml",
1543
+ tabTrigger: "Unix.sock",
1544
+ uuid: "0143770D-5D42-4DAE-96C5-7FD0E223F985"},
1545
+ {content: "Unix.getpid ()${1:;}$0",
1546
+ name: "getpid",
1547
+ scope: "source.ocaml",
1548
+ tabTrigger: "Unix.proc",
1549
+ uuid: "8495A533-CCD3-40F5-8627-3852F6327524"},
1550
+ {content: "Unix.getppid ()${1:;}$0",
1551
+ name: "getppid",
1552
+ scope: "source.ocaml",
1553
+ tabTrigger: "Unix.proc",
1554
+ uuid: "675DFD79-E529-4ADA-8864-9D866CCD2AA4"},
1555
+ {content: "Unix.getprototbyname ${1:name}$0",
1556
+ name: "getprotobyname",
1557
+ scope: "source.ocaml",
1558
+ tabTrigger: "Unix.host",
1559
+ uuid: "762DCDCF-9411-42C6-B59B-EFD5F3455C09"},
1560
+ {content: "Unix.getprototbynumber ${1:proto}$0",
1561
+ name: "getprotobynumber",
1562
+ scope: "source.ocaml",
1563
+ tabTrigger: "Unix.host",
1564
+ uuid: "C9169E13-EFFC-4FCF-AFC6-8BB07DFECDA0"},
1565
+ {content: "Unix.getpwnam ${1:name}$0",
1566
+ name: "getpwnam",
1567
+ scope: "source.ocaml",
1568
+ tabTrigger: "Unix.id",
1569
+ uuid: "866D4D5A-46BF-4647-A946-7FF867067917"},
1570
+ {content: "Unix.getpwuid ${1:uid}$0",
1571
+ name: "getpwuid",
1572
+ scope: "source.ocaml",
1573
+ tabTrigger: "Unix.id",
1574
+ uuid: "B13F0097-1D98-4549-ABA2-CEA007CA8982"},
1575
+ {content: "Unix.getprototbynumber ${1:name} ${2:proto_name}$0",
1576
+ name: "getservbyname",
1577
+ scope: "source.ocaml",
1578
+ tabTrigger: "Unix.host",
1579
+ uuid: "7A41CACE-D715-4D97-B231-BBFE6CD595E3"},
1580
+ {content: "Unix.getprototbynumber ${1:port} ${2:proto_name}$0",
1581
+ name: "getservbyport",
1582
+ scope: "source.ocaml",
1583
+ tabTrigger: "Unix.host",
1584
+ uuid: "17872E35-BF38-45FF-826B-8D31623F3C57"},
1585
+ {content: "Unix.getsockname ${1:sock}$0",
1586
+ name: "getsockname",
1587
+ scope: "source.ocaml",
1588
+ tabTrigger: "Unix.sock",
1589
+ uuid: "8BA7EABC-8E51-4456-B0ED-92F3328391F6"},
1590
+ {content: "Unix.getsockopt ${1:sock} Unix.SOB_$0",
1591
+ name: "getsockopt",
1592
+ scope: "source.ocaml",
1593
+ tabTrigger: "Unix.sockopt",
1594
+ uuid: "6A9F8385-2F83-4A87-9C67-2B95EC9A2A36"},
1595
+ {content: "Unix.getsockopt_float ${1:sock} Unix.SOF_$0",
1596
+ name: "getsockopt_float",
1597
+ scope: "source.ocaml",
1598
+ tabTrigger: "Unix.sockopt",
1599
+ uuid: "4B1292D8-89D3-428C-A716-07121A73E283"},
1600
+ {content: "Unix.getsockopt_int ${1:sock} Unix.SOI_$0",
1601
+ name: "getsockopt_int",
1602
+ scope: "source.ocaml",
1603
+ tabTrigger: "Unix.sockopt",
1604
+ uuid: "1F129C8B-E6AE-494E-8932-C9599636C199"},
1605
+ {content: "Unix.getsockopt_optint ${1:sock} Unix.SOIO_$0",
1606
+ name: "getsockopt_optint",
1607
+ scope: "source.ocaml",
1608
+ tabTrigger: "Unix.sockopt",
1609
+ uuid: "54F745FE-04F3-47D8-9B1E-A052D670C76C"},
1610
+ {content: "Unix.gettimeofday ()",
1611
+ name: "gettimeofday",
1612
+ scope: "source.ocaml",
1613
+ tabTrigger: "Unix.time",
1614
+ uuid: "A723C737-8B0E-499F-A078-55AC8E65CCC1"},
1615
+ {content: "Unix.getuid ()",
1616
+ name: "getuid",
1617
+ scope: "source.ocaml",
1618
+ tabTrigger: "Unix.id",
1619
+ uuid: "A6689FBE-8A34-457A-BE45-D652272FBD13"},
1620
+ {content: "Unix.gmtime ${1:time_float}$0",
1621
+ name: "gmtime",
1622
+ scope: "source.ocaml",
1623
+ tabTrigger: "Unix.time",
1624
+ uuid: "4EA8D402-C6CB-441C-9666-EBECA3749FB8"},
1625
+ {content: "Unix.gr_gid",
1626
+ name: "groups : gid",
1627
+ scope: "source.ocaml",
1628
+ tabTrigger: "Unix.gr",
1629
+ uuid: "874469FF-E559-49CB-B51D-1ECA45F7C8BF"},
1630
+ {content: "Unix.gr_mem",
1631
+ name: "groups : mem",
1632
+ scope: "source.ocaml",
1633
+ tabTrigger: "Unix.gr",
1634
+ uuid: "112B2971-F1EE-43AB-B000-2478731C67BC"},
1635
+ {content: "Unix.gr_name",
1636
+ name: "groups : name",
1637
+ scope: "source.ocaml",
1638
+ tabTrigger: "Unix.gr",
1639
+ uuid: "C437F71F-761E-48E9-B76C-27B9134712E2"},
1640
+ {content: "Unix.gr_passwd",
1641
+ name: "groups : passwd",
1642
+ scope: "source.ocaml",
1643
+ tabTrigger: "Unix.gr",
1644
+ uuid: "14D5023C-1EFE-4FFD-B652-0657E8072511"},
1645
+ {content: "Unix.handle_unix_error ${1:func} ${2:arg}$0",
1646
+ name: "handle_unix_error",
1647
+ scope: "source.ocaml",
1648
+ tabTrigger: "Unix.error",
1649
+ uuid: "5F6C51FA-6C82-4736-8ABB-9D9BB551CE76"},
1650
+ {content: "Unix.h_addr_list",
1651
+ name: "hosts: address array",
1652
+ scope: "source.ocaml",
1653
+ tabTrigger: "Unix.h_",
1654
+ uuid: "DCFECD67-24AB-46D3-A1A6-A2A25A0D73C6"},
1655
+ {content: "Unix.h_addrtype",
1656
+ name: "hosts: address domain",
1657
+ scope: "source.ocaml",
1658
+ tabTrigger: "Unix.h_",
1659
+ uuid: "224FE332-8E59-419D-A3F9-E94F8C4FF237"},
1660
+ {content: "Unix.h_aliases",
1661
+ name: "hosts: aliases",
1662
+ scope: "source.ocaml",
1663
+ tabTrigger: "Unix.h_",
1664
+ uuid: "5DC5CD5E-4DD3-4F66-9853-C25A4F98F7E0"},
1665
+ {content: "Unix.h_name",
1666
+ name: "hosts: name",
1667
+ scope: "source.ocaml",
1668
+ tabTrigger: "Unix.h_",
1669
+ uuid: "A0F2B932-8963-4928-BE5C-40B46F5311BD"},
1670
+ {content: "Unix.in_channel_of_descr ${1:file_descr}$0",
1671
+ name: "in_channel_of_descr",
1672
+ scope: "source.ocaml",
1673
+ tabTrigger: "Unix.fch",
1674
+ uuid: "A845D1D9-B014-4482-8C07-DA0D1EAB84F3"},
1675
+ {content: "Unix.inet_addr_of_string ${1:dotted_quad_str}$0",
1676
+ name: "inet_addr_of_string",
1677
+ scope: "source.ocaml",
1678
+ tabTrigger: "Unix.addr",
1679
+ uuid: "CB1A46BE-D697-4C5E-93BB-133D18E16FEA"},
1680
+ {content: "Unix.kill ${1:pid} ${2:sig_no}$0",
1681
+ name: "kill",
1682
+ scope: "source.ocaml",
1683
+ tabTrigger: "Unix.sig",
1684
+ uuid: "680F6D59-9193-4F7C-B544-EDC59707F5F8"},
1685
+ {content: "Unix.link ${1:src_file_name} ${2:dest_file_name}$0",
1686
+ name: "link",
1687
+ scope: "source.ocaml",
1688
+ tabTrigger: "Unix.fn",
1689
+ uuid: "1FD3BBE5-6489-417C-A00C-AF34B79E02D6"},
1690
+ {content: "Unix.listen ${1:sock} ${2:max_reqs}${3:;}$0",
1691
+ name: "listen",
1692
+ scope: "source.ocaml",
1693
+ tabTrigger: "Unix.sock",
1694
+ uuid: "90D7F19E-F239-464E-9A51-3F4A89AE174B"},
1695
+ {content: "Unix.localtime ${1:time_float}$0",
1696
+ name: "localtime",
1697
+ scope: "source.ocaml",
1698
+ tabTrigger: "Unix.time",
1699
+ uuid: "91D4E914-3443-49B1-A164-60FC05FED961"},
1700
+ {content: "Unix.lockf ${1:file_descr} Unix.lock_t$0 ${2:size}",
1701
+ name: "lockf",
1702
+ scope: "source.ocaml",
1703
+ tabTrigger: "Unix.lock",
1704
+ uuid: "44877A7B-CE46-4285-99B3-34677B4CE48C"},
1705
+ {content: "Unix.lseek ${1:file_descr} ${2:ofs} Unix.fseek$0",
1706
+ name: "lseek",
1707
+ scope: "source.ocaml",
1708
+ tabTrigger: "Unix.fseek",
1709
+ uuid: "14B7B39B-1A69-418B-B07C-6D959DC4F40D"},
1710
+ {content: "Unix.lstat ${1:file_name}$0",
1711
+ name: "lstat",
1712
+ scope: "source.ocaml",
1713
+ tabTrigger: "Unix.fstat",
1714
+ uuid: "E6C8B934-3F38-449A-8B17-4F0150F2846C"},
1715
+ {content: "Unix.mkdir ${1:dir_name} 0o${2:644}$0",
1716
+ name: "mkdir",
1717
+ scope: "source.ocaml",
1718
+ tabTrigger: "Unix.dir",
1719
+ uuid: "1F528E17-9909-4168-85E1-BA69964BB415"},
1720
+ {content: "Unix.mkfifo ${1:pipe_name} 0o${2:644}$0",
1721
+ name: "mkfifo",
1722
+ scope: "source.ocaml",
1723
+ tabTrigger: "Unix.pipe",
1724
+ uuid: "8B0B5555-5A7D-4B34-A0AA-DBDAA3E9B8C2"},
1725
+ {content: "Unix.mktime Unix.tm$0",
1726
+ name: "mktime",
1727
+ scope: "source.ocaml",
1728
+ tabTrigger: "Unix.time",
1729
+ uuid: "1C5A26DF-C277-4B4E-921B-422ED69941D9"},
1730
+ {content: "Unix.nice ${1:i}$0",
1731
+ name: "nice",
1732
+ scope: "source.ocaml",
1733
+ tabTrigger: "Unix.proc",
1734
+ uuid: "375C0E16-FAD2-4CAD-ADA0-9A92457570B2"},
1735
+ {content: "Unix.open_connection Unix.ADDR_$0",
1736
+ name: "open_connection",
1737
+ scope: "source.ocaml",
1738
+ tabTrigger: "Unix.connect",
1739
+ uuid: "BAE3AD62-CB5D-4029-A88D-651C587B05A1"},
1740
+ {content: "Unix.open_process ${1:prog}$0",
1741
+ name: "open_process",
1742
+ scope: "source.ocaml",
1743
+ tabTrigger: "Unix.run",
1744
+ uuid: "0AE54CE7-92C2-4CDC-9565-5A86BC8C8DAF"},
1745
+ {content: "Unix.open_process_full ${1:prog} ${2:[${3:env_list;}]}$0",
1746
+ name: "open_process_full",
1747
+ scope: "source.ocaml",
1748
+ tabTrigger: "Unix.run",
1749
+ uuid: "E0A7C110-45D3-4659-8BA5-CA4D0BF559DB"},
1750
+ {content: "Unix.open_process_in ${1:prog}$0",
1751
+ name: "open_process_in",
1752
+ scope: "source.ocaml",
1753
+ tabTrigger: "Unix.run",
1754
+ uuid: "A4A03E12-7D80-48D4-8DAA-E56FB23C7BAF"},
1755
+ {content: "Unix.open_process_out ${1:prog}$0",
1756
+ name: "open_process_out",
1757
+ scope: "source.ocaml",
1758
+ tabTrigger: "Unix.run",
1759
+ uuid: "78B42424-152A-401C-8707-5317EC3B1764"},
1760
+ {content: "Unix.opendir ${1:dir_name}$0",
1761
+ name: "opendir",
1762
+ scope: "source.ocaml",
1763
+ tabTrigger: "Unix.dir",
1764
+ uuid: "DFC47AF1-58CC-492D-BD5C-0CD3623E9A5A"},
1765
+ {content: "Unix.openfile ${1:file_name} ${2:[${3:open_flags}]} 0o${4:644}$0",
1766
+ name: "openfile",
1767
+ scope: "source.ocaml",
1768
+ tabTrigger: "Unix.file",
1769
+ uuid: "74D18637-AFFC-4F7A-BF6C-A92F60245F20"},
1770
+ {content: "Unix.out_channel_of_descr ${1:file_descr}$0",
1771
+ name: "out_channel_of_descr",
1772
+ scope: "source.ocaml",
1773
+ tabTrigger: "Unix.fch",
1774
+ uuid: "0229765F-7633-498D-AC33-A88955C993F5"},
1775
+ {content: "Unix.pw_dir",
1776
+ name: "passwd : dir",
1777
+ scope: "source.ocaml",
1778
+ tabTrigger: "Unix.pw",
1779
+ uuid: "A764DE84-D484-4FE4-AF48-620424A5B771"},
1780
+ {content: "Unix.pw_gecos",
1781
+ name: "passwd : gecos",
1782
+ scope: "source.ocaml",
1783
+ tabTrigger: "Unix.pw",
1784
+ uuid: "D5B153F3-2113-499A-B5F8-207C62449420"},
1785
+ {content: "Unix.pw_gid",
1786
+ name: "passwd : gid",
1787
+ scope: "source.ocaml",
1788
+ tabTrigger: "Unix.pw",
1789
+ uuid: "3383E347-C8A5-4B76-B1FC-907635D20105"},
1790
+ {content: "Unix.pw_name",
1791
+ name: "passwd : name",
1792
+ scope: "source.ocaml",
1793
+ tabTrigger: "Unix.pw",
1794
+ uuid: "5EE3F90A-0C72-4796-8740-A9F3C84B7E2D"},
1795
+ {content: "Unix.pw_passwd",
1796
+ name: "passwd : passwd",
1797
+ scope: "source.ocaml",
1798
+ tabTrigger: "Unix.pw",
1799
+ uuid: "FEC0CC46-493F-42A3-97D0-0CE07A54C1E5"},
1800
+ {content: "Unix.pw_shell",
1801
+ name: "passwd : shell",
1802
+ scope: "source.ocaml",
1803
+ tabTrigger: "Unix.pw",
1804
+ uuid: "DE5822FA-4BC5-4C61-B89F-BD7BC55BC30E"},
1805
+ {content: "Unix.pw_uid",
1806
+ name: "passwd : uid",
1807
+ scope: "source.ocaml",
1808
+ tabTrigger: "Unix.pw",
1809
+ uuid: "113C83E9-CC2D-4C17-97B8-3E57907630B0"},
1810
+ {content: "Unix.pause ()${1:;}$0",
1811
+ name: "pause",
1812
+ scope: "source.ocaml",
1813
+ tabTrigger: "Unix.sig",
1814
+ uuid: "A7342617-E0D3-400B-8346-01643216DD08"},
1815
+ {content: "Unix.pipe ()${1:;}$0",
1816
+ name: "pipe",
1817
+ scope: "source.ocaml",
1818
+ tabTrigger: "Unix.pipe",
1819
+ uuid: "1B6DED30-6DD5-4CA3-843A-5E7CEB1171FA"},
1820
+ {content: "Unix.p_aliases",
1821
+ name: "protocols: aliases",
1822
+ scope: "source.ocaml",
1823
+ tabTrigger: "Unix.p_",
1824
+ uuid: "68AC8EF9-792C-43BC-A066-B6FC0EBAA1E7"},
1825
+ {content: "Unix.p_name",
1826
+ name: "protocols: name",
1827
+ scope: "source.ocaml",
1828
+ tabTrigger: "Unix.p_",
1829
+ uuid: "ACD2002C-84CB-4925-BFE8-ACEA0763213F"},
1830
+ {content: "Unix.p_proto",
1831
+ name: "protocols: protocol",
1832
+ scope: "source.ocaml",
1833
+ tabTrigger: "Unix.p_",
1834
+ uuid: "E2AF882C-20EC-45B3-AE70-B998924251BA"},
1835
+ {content: "Unix.putenv ${1:ENV_VAR} ${2:value}$0",
1836
+ name: "putenv",
1837
+ scope: "source.ocaml",
1838
+ tabTrigger: "Unix.env",
1839
+ uuid: "C9E353F3-B619-4BD2-A4B7-500CFB62120E"},
1840
+ {content: "Unix.read ${1:file_descr} ${2:buf} ${3:ofs} ${4:len}$0",
1841
+ name: "read",
1842
+ scope: "source.ocaml",
1843
+ tabTrigger: "Unix.file",
1844
+ uuid: "7FAF68FC-20C4-457F-9C78-3B5A293B6E06"},
1845
+ {content: "Unix.readdir ${1:dir_handle}$0",
1846
+ name: "readdir",
1847
+ scope: "source.ocaml",
1848
+ tabTrigger: "Unix.dir",
1849
+ uuid: "FD48E575-539B-402D-B51C-A92D7C511BFF"},
1850
+ {content: "Unix.symlink ${1:link_name}$0",
1851
+ name: "readlink",
1852
+ scope: "source.ocaml",
1853
+ tabTrigger: "Unix.link",
1854
+ uuid: "F2D1C0CB-3ED0-42AA-A113-6A0C536DBEBF"},
1855
+ {content: "Unix.recv ${1:sock} ${2:buf} ${3:pos} ${4:len} ${5:[Unix.msg_$0]}",
1856
+ name: "recv",
1857
+ scope: "source.ocaml",
1858
+ tabTrigger: "Unix.sock",
1859
+ uuid: "70238255-EC57-4F3B-A744-2E57482E3825"},
1860
+ {content:
1861
+ "Unix.recvfrom ${1:sock} ${2:buf} ${3:pos} ${4:len} ${5:[Unix.msg_$0]}",
1862
+ name: "recvfrom",
1863
+ scope: "source.ocaml",
1864
+ tabTrigger: "Unix.sock",
1865
+ uuid: "33720618-49FB-4CF4-99A0-917C9F86DB85"},
1866
+ {content: "Unix.rename ${1:old_file_name} ${2:new_file_name}$0",
1867
+ name: "rename",
1868
+ scope: "source.ocaml",
1869
+ tabTrigger: "Unix.fn",
1870
+ uuid: "34617709-7C95-4C8D-B611-2500E34A3FB2"},
1871
+ {content: "Unix.rewinddir ${1:dir_handle}${2:;}$0",
1872
+ name: "rewinddir",
1873
+ scope: "source.ocaml",
1874
+ tabTrigger: "Unix.dir",
1875
+ uuid: "9D70C3A1-4824-45D1-8032-1D8AB6FCB884"},
1876
+ {content: "Unix.rmdir ${1:dir_name}$0",
1877
+ name: "rmdir",
1878
+ scope: "source.ocaml",
1879
+ tabTrigger: "Unix.dir",
1880
+ uuid: "2C02B741-0A96-45FC-BF46-4D8B5FBE3223"},
1881
+ {content:
1882
+ "Unix.select ${1:[${2:read_descr_list;}]} ${3:[${4:write_descr_list;}]} ${5:[${6:exceptional_descr_list;}]} ${7:timeout_float}$0",
1883
+ name: "select",
1884
+ scope: "source.ocaml",
1885
+ tabTrigger: "Unix.select",
1886
+ uuid: "F90429D3-C766-4AE1-9A61-55EDD7306A11"},
1887
+ {content: "Unix.send ${1:sock} ${2:buf} ${3:pos} ${4:len} ${5:[Unix.msg_$0]}",
1888
+ name: "send",
1889
+ scope: "source.ocaml",
1890
+ tabTrigger: "Unix.sock",
1891
+ uuid: "0E2B2127-9419-41BD-A0D1-1FCC5A0CA178"},
1892
+ {content:
1893
+ "Unix.sendto ${1:sock} ${2:buf} ${3:pos} ${4:len} ${5:[Unix.msg_$0]} (Unix.ADDR_)",
1894
+ name: "sendto",
1895
+ scope: "source.ocaml",
1896
+ tabTrigger: "Unix.sock",
1897
+ uuid: "181F8313-7661-4368-97AD-60C85A722BBF"},
1898
+ {content: "Unix.s_aliases",
1899
+ name: "services: aliases",
1900
+ scope: "source.ocaml",
1901
+ tabTrigger: "Unix.s_",
1902
+ uuid: "D228702C-F70B-4D86-85D2-FEBF011C6DD8"},
1903
+ {content: "Unix.s_name",
1904
+ name: "services: name",
1905
+ scope: "source.ocaml",
1906
+ tabTrigger: "Unix.s_",
1907
+ uuid: "4E46B15E-4A5A-4332-8389-E50C2E9AE458"},
1908
+ {content: "Unix.s_port",
1909
+ name: "services: port",
1910
+ scope: "source.ocaml",
1911
+ tabTrigger: "Unix.s_",
1912
+ uuid: "937CE541-B905-4334-B34C-C6F3006F4AF0"},
1913
+ {content: "Unix.s_proto",
1914
+ name: "services: protocol",
1915
+ scope: "source.ocaml",
1916
+ tabTrigger: "Unix.s_",
1917
+ uuid: "01A83D69-B5E2-4632-B8AF-FE24D14A7ACC"},
1918
+ {content: "Unix.set_close_on_exec ${1:file_descr}$0",
1919
+ name: "set_close_on_exec",
1920
+ scope: "source.ocaml",
1921
+ tabTrigger: "Unix.fd",
1922
+ uuid: "C24B023F-2D6C-4CDD-BE01-ED6FC49E5688"},
1923
+ {content: "Unix.set_nonblock ${1:file_descr}$0",
1924
+ name: "set_nonblock",
1925
+ scope: "source.ocaml",
1926
+ tabTrigger: "Unix.fd",
1927
+ uuid: "95A991E3-C5A2-4FC3-8EE8-DBE4865B5520"},
1928
+ {content: "Unix.setgid ${1:gid}${2:;}$0",
1929
+ name: "setgid",
1930
+ scope: "source.ocaml",
1931
+ tabTrigger: "Unix.id",
1932
+ uuid: "386956C9-B50D-4025-858C-64A6166353D1"},
1933
+ {content: "Unix.setitimer Unix.ITIMER_$0 Unix.it_",
1934
+ name: "setitimer",
1935
+ scope: "source.ocaml",
1936
+ tabTrigger: "Unix.time",
1937
+ uuid: "72DC7584-31C5-46C7-9EAE-CFA9446CABC7"},
1938
+ {content: "Unix.setsid ()",
1939
+ name: "setsid",
1940
+ scope: "source.ocaml",
1941
+ tabTrigger: "Unix.term",
1942
+ uuid: "F9C7049D-F3F9-4AD9-88DA-008A8558239C"},
1943
+ {content: "Unix.setsockopt ${1:sock} Unix.SOB_$0 ${2:true};",
1944
+ name: "setsockopt",
1945
+ scope: "source.ocaml",
1946
+ tabTrigger: "Unix.sockopt",
1947
+ uuid: "60FBE596-A7C8-4531-AEB9-B9E8F4EAA393"},
1948
+ {content: "Unix.setsockopt_float ${1:sock} Unix.SOF_$0 ${2:value};",
1949
+ name: "setsockopt_float",
1950
+ scope: "source.ocaml",
1951
+ tabTrigger: "Unix.sockopt",
1952
+ uuid: "A090C9D5-4337-418A-8D9E-8152D6363F49"},
1953
+ {content: "Unix.setsockopt_int ${1:sock} Unix.SOI_$0 ${2:value};",
1954
+ name: "setsockopt_int",
1955
+ scope: "source.ocaml",
1956
+ tabTrigger: "Unix.sockopt",
1957
+ uuid: "7727EB00-9DB4-41BF-A68C-514B609E8523"},
1958
+ {content: "Unix.setsockopt_optint ${1:sock} Unix.SOIO_$0 ${2:value_option};",
1959
+ name: "setsockopt_optint",
1960
+ scope: "source.ocaml",
1961
+ tabTrigger: "Unix.sockopt",
1962
+ uuid: "A26FDD44-CD25-4F66-8842-74984243EE0D"},
1963
+ {content: "Unix.setuid ${1:uid}${2:;}$0",
1964
+ name: "setuid",
1965
+ scope: "source.ocaml",
1966
+ tabTrigger: "Unix.id",
1967
+ uuid: "C9D068A3-DFBC-45E3-8476-84108CF0368B"},
1968
+ {content: "Unix.shutdown ${1:sock} Unix.SHUTDOWN_$0;",
1969
+ name: "shutdown",
1970
+ scope: "source.ocaml",
1971
+ tabTrigger: "Unix.sock",
1972
+ uuid: "10528A94-D56C-427D-823B-AD3E47CE4856"},
1973
+ {content: "Unix.shutdown_connection ${1:in_channel}${2:;}$0",
1974
+ name: "shutdown_connection",
1975
+ scope: "source.ocaml",
1976
+ tabTrigger: "Unix.connect",
1977
+ uuid: "267F5A92-15F7-4C5E-8151-923347D1E5D9"},
1978
+ {content: "Unix.sigpending ()",
1979
+ name: "sigpending",
1980
+ scope: "source.ocaml",
1981
+ tabTrigger: "Unix.sig",
1982
+ uuid: "A723315D-84BE-497D-9CC4-0405B5BC1E4E"},
1983
+ {content: "Unix.sigprocmask Unix.SIG_$0 [${1:signal list}]",
1984
+ name: "sigprocmask",
1985
+ scope: "source.ocaml",
1986
+ tabTrigger: "Unix.sig",
1987
+ uuid: "BE88139B-FD69-4A7B-8197-79629195ED0D"},
1988
+ {content: "Unix.sigsuspend ${1:[${2:signal_list;}]}${3:;}$0",
1989
+ name: "sigsuspend",
1990
+ scope: "source.ocaml",
1991
+ tabTrigger: "Unix.sig",
1992
+ uuid: "3FE1761F-843A-418B-80D3-D2C57C53251B"},
1993
+ {content: "Unix.single_write ${1:file_descr} ${2:buf} ${3:ofs} ${4:len}$0",
1994
+ name: "single_write",
1995
+ scope: "source.ocaml",
1996
+ tabTrigger: "Unix.file",
1997
+ uuid: "A8CA95A4-D142-4121-9D73-9310758F1C51"},
1998
+ {content: "Unix.sleep ${1:delay}$0",
1999
+ name: "sleep",
2000
+ scope: "source.ocaml",
2001
+ tabTrigger: "Unix.time",
2002
+ uuid: "FBDE5CFA-5A4F-44AF-9B07-B803D42B1770"},
2003
+ {content: "Unix.socket Unix.PF_$0 Unix.SOCK_ ${1:proto}",
2004
+ name: "socket",
2005
+ scope: "source.ocaml",
2006
+ tabTrigger: "Unix.sock",
2007
+ uuid: "34D9E453-A1C7-44EB-9093-7525600AB5D6"},
2008
+ {content: "Unix.socketpair Unix.PF_$0 Unix.SOCK_ ${1:proto}",
2009
+ name: "socketpair",
2010
+ scope: "source.ocaml",
2011
+ tabTrigger: "Unix.sock",
2012
+ uuid: "4653CE0B-F06F-4095-8FCB-F89217A63A26"},
2013
+ {content: "Unix.stat ${1:file_name}$0",
2014
+ name: "stat",
2015
+ scope: "source.ocaml",
2016
+ tabTrigger: "Unix.fstat",
2017
+ uuid: "12394859-BA8F-4204-86F8-05517FCE8901"},
2018
+ {content: "Unix.stderr",
2019
+ name: "stderr",
2020
+ scope: "source.ocaml",
2021
+ tabTrigger: "Unix.err",
2022
+ uuid: "C409462B-C872-4092-9FB4-7F0626D6AE26"},
2023
+ {content: "Unix.stdin",
2024
+ name: "stdin",
2025
+ scope: "source.ocaml",
2026
+ tabTrigger: "Unix.in",
2027
+ uuid: "4EFF8B8D-DE3F-41E4-AC50-F428AC7476FD"},
2028
+ {content: "Unix.stdout",
2029
+ name: "stdout",
2030
+ scope: "source.ocaml",
2031
+ tabTrigger: "Unix.out",
2032
+ uuid: "D028025E-9763-4C2C-B56E-0ACF35792279"},
2033
+ {content: "Unix.string_of_inet_addr ${1:inet_addr}$0",
2034
+ name: "string_of_inet_addr",
2035
+ scope: "source.ocaml",
2036
+ tabTrigger: "Unix.addr",
2037
+ uuid: "2A4622D5-9C8B-4B06-80C8-950AA4D7CA99"},
2038
+ {content: "Unix.symlink ${1:src_name} ${2:dest_name}$0",
2039
+ name: "symlink",
2040
+ scope: "source.ocaml",
2041
+ tabTrigger: "Unix.link",
2042
+ uuid: "B545AD25-6308-441A-8A37-88F1FE3FF6C5"},
2043
+ {content: "Unix.system ${1:cmd}$0",
2044
+ name: "system",
2045
+ scope: "source.ocaml",
2046
+ tabTrigger: "Unix.proc",
2047
+ uuid: "F37CF8A9-730B-4DB2-86BA-BF8C871C5922"},
2048
+ {content: "Unix.tcsendbreak ${1:file_descr}${2:;}$0",
2049
+ name: "tcdrain",
2050
+ scope: "source.ocaml",
2051
+ tabTrigger: "Unix.term",
2052
+ uuid: "5F61C35B-98FF-419F-A6F6-A85979CC211E"},
2053
+ {content: "Unix.tcflow ${1:file_descr} Unix.FLOW$0;",
2054
+ name: "tcflow",
2055
+ scope: "source.ocaml",
2056
+ tabTrigger: "Unix.term",
2057
+ uuid: "C760D6E1-1B04-4485-987E-736B958DE33F"},
2058
+ {content: "Unix.flush ${1:file_descr} Unix.FLUSH$0",
2059
+ name: "tcflush",
2060
+ scope: "source.ocaml",
2061
+ tabTrigger: "Unix.FLUSH",
2062
+ uuid: "34190EEB-5B0F-4AF0-B107-52865BAA66CC"},
2063
+ {content: "Unix.tcgetattr ${1:file_descr}$0",
2064
+ name: "tcgetattr",
2065
+ scope: "source.ocaml",
2066
+ tabTrigger: "Unix.term",
2067
+ uuid: "33F68AD6-74BA-4505-8FF1-4C51C165FD8A"},
2068
+ {content: "Unix.tcsendbreak ${1:file_descr} ${2:break_len}${3:;}$0",
2069
+ name: "tcsendbreak",
2070
+ scope: "source.ocaml",
2071
+ tabTrigger: "Unix.term",
2072
+ uuid: "BC72C717-C805-4E56-8064-9D418F827CBF"},
2073
+ {content:
2074
+ "Unix.tcsetaddr ${1:file_descr} Unix.TCSA$0 ${2:terminal_io record}",
2075
+ name: "tcsetaddr",
2076
+ scope: "source.ocaml",
2077
+ tabTrigger: "Unix.term",
2078
+ uuid: "D26F3667-6147-4243-A00B-065F403933E5"},
2079
+ {content:
2080
+ "{ Unix.c_ignbrk = ${1:true}\n; Unix.c_brkint = ${2:true}\n; Unix.c_ignpar = ${3:true}\n; Unix.c_parmrk = ${4:true}\n; Unix.c_inpck = ${5:true}\n; Unix.c_istrip = ${6:true}\n; Unix.c_inlcr = ${7:true}\n; Unix.c_igncr = ${8:true}\n; Unix.c_icrnl = ${9:true}\n; Unix.c_ixon = ${10:true}\n; Unix.c_ixoff = ${11:true}\n; Unix.c_opost = ${12:true}\n; Unix.c_obaud = ${13:true}\n; Unix.c_ibaud = ${14:true}\n; Unix.c_csize = ${15:true}\n; Unix.c_cstopb = ${16:true}\n; Unix.c_cread = ${17:true}\n; Unix.c_parenb = ${18:true}\n; Unix.c_parodd = ${19:true}\n; Unix.c_hupcl = ${20:true}\n; Unix.c_clocal = ${21:true}\n; Unix.c_isig = ${22:true}\n; Unix.c_icanon = ${23:true}\n; Unix.c_noflsh = ${24:true}\n; Unix.c_echo = ${25:true}\n; Unix.c_echoe = ${26:true}\n; Unix.c_echok = ${27:true}\n; Unix.c_echonl = ${28:true}\n; Unix.c_vintr = ${29:true}\n; Unix.c_vquit = ${30:true}\n; Unix.c_verase = ${31:true}\n; Unix.c_vkill = ${32:true}\n; Unix.c_veof = ${33:true}\n; Unix.c_veol = ${34:true}\n; Unix.c_vmin = ${35:true}\n; Unix.c_vtime = ${36:true}\n; Unix.c_vstart = ${37:true}\n; Unix.c_vstop = ${38:true}\n}$0",
2081
+ name: "terminal_io record",
2082
+ scope: "source.ocaml",
2083
+ tabTrigger: "Unix.term",
2084
+ uuid: "96862CC0-373E-4310-9777-FC6965A139F7"},
2085
+ {content: "Unix.time ()",
2086
+ name: "time",
2087
+ scope: "source.ocaml",
2088
+ tabTrigger: "Unix.time",
2089
+ uuid: "E4FBF23D-81FD-4DC2-96D6-54349B76B101"},
2090
+ {content: "Unix.times ()",
2091
+ name: "times",
2092
+ scope: "source.ocaml",
2093
+ tabTrigger: "Unix.time",
2094
+ uuid: "6646DE82-9B89-44F8-83B7-80116FBB2D6C"},
2095
+ {content: "Unix.truncate ${1:file_name} ${2:len}$0",
2096
+ name: "truncate",
2097
+ scope: "source.ocaml",
2098
+ tabTrigger: "Unix.fseek",
2099
+ uuid: "5D9C4076-4C1A-4450-933E-9A69C519AFD4"},
2100
+ {content: "Unix.umask ${1:mask}$0",
2101
+ name: "umask",
2102
+ scope: "source.ocaml",
2103
+ tabTrigger: "Unix.fperm",
2104
+ uuid: "30D91A50-BA7C-4D49-B977-1F45332892F3"},
2105
+ {content: "Unix.unlink ${1:file_name}$0",
2106
+ name: "unlink",
2107
+ scope: "source.ocaml",
2108
+ tabTrigger: "Unix.fn",
2109
+ uuid: "EF0C4C70-0AB4-4408-8DA0-4EB1E02D4FCE"},
2110
+ {content:
2111
+ "Unix.utimes ${1:file_name} ${2:last_access_time} ${3:last_modified_time}${4:;}$0",
2112
+ name: "utimes",
2113
+ scope: "source.ocaml",
2114
+ tabTrigger: "Unix.time",
2115
+ uuid: "854473B4-DAA6-46C0-B524-D88B044768D2"},
2116
+ {content: "Unix.wait ()${1:;}$0",
2117
+ name: "wait",
2118
+ scope: "source.ocaml",
2119
+ tabTrigger: "Unix.proc",
2120
+ uuid: "E038E738-DF0E-4425-93B7-CA4BB2EEE050"},
2121
+ {content: "Unix.waitpid [${1:wait_flags}] ${2:pid}$0",
2122
+ name: "waitpid",
2123
+ scope: "source.ocaml",
2124
+ tabTrigger: "Unix.proc",
2125
+ uuid: "690E5400-B4D5-4B1E-9239-E639F3CC6FFF"},
2126
+ {content: "Unix.write ${1:file_descr} ${2:buf} ${3:ofs} ${4:len}$0",
2127
+ name: "write",
2128
+ scope: "source.ocaml",
2129
+ tabTrigger: "Unix.file",
2130
+ uuid: "1C792F3C-8F9F-4EF6-B14D-D3B01EA0D502"}]