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
@@ -3,17 +3,17 @@
3
3
  {fileTypes: ["conf", "htaccess"],
4
4
  foldingStartMarker:
5
5
  /^[ ]*(?x)
6
- (<(?i:FilesMatch|Files|DirectoryMatch|Directory|LocationMatch|Location|VirtualHost|IfModule|IfDefine)\b.*?>
6
+ (?<_1><(?i:FilesMatch|Files|DirectoryMatch|Directory|LocationMatch|Location|VirtualHost|IfModule|IfDefine)\b.*?>
7
7
  )/,
8
8
  foldingStopMarker:
9
9
  /^[ ]*(?x)
10
- (<\/(?i:FilesMatch|Files|DirectoryMatch|Directory|LocationMatch|Location|VirtualHost|IfModule|IfDefine)>
10
+ (?<_1><\/(?i:FilesMatch|Files|DirectoryMatch|Directory|LocationMatch|Location|VirtualHost|IfModule|IfDefine)>
11
11
  )/,
12
- keyEquivalent: /^~A/,
12
+ keyEquivalent: "^~A",
13
13
  name: "Apache",
14
14
  patterns:
15
15
  [{captures: {1 => {name: "punctuation.definition.comment.apache-config"}},
16
- match: /(#).*$\n?/,
16
+ match: /(?<_1>#).*$\n?/,
17
17
  name: "comment.line.number-sign.apache-config"},
18
18
  {captures:
19
19
  {1 => {name: "punctuation.definition.tag.apache-config"},
@@ -22,9 +22,11 @@
22
22
  4 => {name: "meta.scope.between-tag-pair.apache-config"},
23
23
  5 => {name: "entity.name.tag.apache-config"},
24
24
  6 => {name: "punctuation.definition.tag.apache-config"}},
25
- match: /^[ ]*(<)([a-zA-Z0-9:]+)[^>]*(>(<)\/)(\2)(>)/,
25
+ match:
26
+ /^[ ]*(?<_1><)(?<_2>[a-zA-Z0-9:]+)[^>]*(?<_3>>(?<_4><)\/)(?<_5>\k<_2>)(?<_6>>)/,
26
27
  name: "meta.tag.any.html"},
27
- {begin: /^[ ]*((<)(VirtualHost)(?:[ ]+([^>]+))?(>))/,
28
+ {begin:
29
+ /^[ ]*(?<_1>(?<_2><)(?<_3>VirtualHost)(?:[ ]+(?<_4>[^>]+))?(?<_5>>))/,
28
30
  beginCaptures:
29
31
  {1 => {name: "meta.tag.apache-config"},
30
32
  2 => {name: "punctuation.definition.tag.apache-config"},
@@ -39,7 +41,8 @@
39
41
  4 => {name: "punctuation.definition.tag.apache-config"}},
40
42
  name: "meta.vhost.apache-config",
41
43
  patterns: [{include: "$base"}]},
42
- {begin: /^[ ]*((<)(Directory(?:Match)?)(?:[ ]+([^>]+))?(>))/,
44
+ {begin:
45
+ /^[ ]*(?<_1>(?<_2><)(?<_3>Directory(?:Match)?)(?:[ ]+(?<_4>[^>]+))?(?<_5>>))/,
43
46
  beginCaptures:
44
47
  {1 => {name: "meta.tag.apache-config"},
45
48
  2 => {name: "punctuation.definition.tag.apache-config"},
@@ -54,7 +57,8 @@
54
57
  4 => {name: "punctuation.definition.tag.apache-config"}},
55
58
  name: "meta.directory.apache-config",
56
59
  patterns: [{include: "$base"}]},
57
- {begin: /^[ ]*((<)(Location(?:Match)?)(?:[ ]+([^>]+))?(>))/,
60
+ {begin:
61
+ /^[ ]*(?<_1>(?<_2><)(?<_3>Location(?:Match)?)(?:[ ]+(?<_4>[^>]+))?(?<_5>>))/,
58
62
  beginCaptures:
59
63
  {1 => {name: "meta.tag.apache-config"},
60
64
  2 => {name: "punctuation.definition.tag.apache-config"},
@@ -69,14 +73,14 @@
69
73
  4 => {name: "punctuation.definition.tag.apache-config"}},
70
74
  name: "meta.location.apache-config",
71
75
  patterns: [{include: "$base"}]},
72
- {begin: /(^Include)/,
76
+ {begin: /(?<_1>^Include)/,
73
77
  beginCaptures:
74
78
  {1 => {name: "support.constant.include.start.apache-config"}},
75
79
  end: "(\\n)",
76
80
  endCaptures: {1 => {name: "support.constant.include.end.apache-config"}},
77
81
  name: "source.include.apache-config",
78
- patterns: [{match: /(.*)/, name: "text.include.apache-config"}]},
79
- {begin: /^[ ]*\b(RewriteCond)\b/,
82
+ patterns: [{match: /(?<_1>.*)/, name: "text.include.apache-config"}]},
83
+ {begin: /^[ ]*\b(?<_1>RewriteCond)\b/,
80
84
  captures: {1 => {name: "support.constant.rewritecond.apache-config"}},
81
85
  end: "$",
82
86
  patterns:
@@ -92,8 +96,8 @@
92
96
  name: "string.other.rewrite-condition.apache-config"},
93
97
  {captures:
94
98
  {1 => {name: "string.regexp.rewrite-operator.apache-config"}},
95
- match: /[ ]+(\[[^\]]+\])/}]}]}]},
96
- {begin: /^[ ]*\b(RewriteRule)\b/,
99
+ match: /[ ]+(?<_1>\[[^\]]+\])/}]}]}]},
100
+ {begin: /^[ ]*\b(?<_1>RewriteRule)\b/,
97
101
  captures: {1 => {name: "support.constant.rewriterule.apache-config"}},
98
102
  end: "$",
99
103
  patterns:
@@ -111,12 +115,12 @@
111
115
  name: "string.other.rewrite-substitution.apache-config"},
112
116
  {captures:
113
117
  {1 => {name: "string.regexp.rewrite-operator.apache-config"}},
114
- match: /[ ]+(\[[^\]]+\])/}]}]}]},
118
+ match: /[ ]+(?<_1>\[[^\]]+\])/}]}]}]},
115
119
  {match:
116
- /\b(R(e(sourceConfig|direct(Match|Temp|Permanent)?|qu(ire|estHeader)|ferer(Ignore|Log)|write(Rule|Map|Base|Cond|Options|Engine|Lo(ck|g(Level)?))|admeName|move(Handler|Charset|Type|InputFilter|OutputFilter|Encoding|Language))|Limit(MEM|NPROC|CPU))|Group|XBitHack|M(MapFile|i(nSpare(Servers|Threads)|meMagicFile)|odMimeUsePathInfo|Cache(RemovalAlgorithm|M(inObjectSize|ax(StreamingBuffer|Object(Size|Count)))|Size)|ultiviewsMatch|eta(Suffix|Dir|Files)|ax(RequestsPer(Child|Thread)|MemFree|Spare(Servers|Threads)|Clients|Threads(PerChild)?|KeepAliveRequests))|B(indAddress|S2000Account|rowserMatch(NoCase)?)|S(hmemUIDisUser|c(oreBoardFile|ript(Sock|InterpreterSource|Log(Buffer|Length)?|Alias(Match)?)?)|tart(Servers|Threads)|S(I(StartTag|TimeFormat|UndefinedEcho|E(ndTag|rrorMsg))|L(R(equire(SSL)?|andomSeed)|Mutex|SessionCache(Timeout)?|C(ipherSuite|ertificate(ChainFile|KeyFile|File)|A(Revocation(Path|File)|Certificate(Path|File)))|Options|P(assPhraseDialog|ro(tocol|xy(MachineCertificate(Path|File)|C(ipherSuite|A(Revocation(Path|File)|Certificate(Path|File)))|Protocol|Engine|Verify(Depth)?)))|Engine|Verify(Client|Depth)))|uexecUserGroup|e(ndBufferSize|cureListen|t(Handler|InputFilter|OutputFilter|Env(If(NoCase)?)?)|rver(Root|Signature|Name|T(ype|okens)|Path|Limit|A(dmin|lias)))|atisfy)|H(ostnameLookups|eader(Name)?)|N(o(Cache|Proxy)|umServers|ameVirtualHost|WSSL(TrustedCerts|Upgradeable))|C(h(ildPerUserID|eckSpelling|arset(SourceEnc|Options|Default))|GI(MapExtension|CommandArgs)|o(ntentDigest|okie(Style|Name|Tracking|Domain|Prefix|Expires|Format|Log)|reDumpDirectory)|ustomLog|learModuleList|ache(Root|Gc(MemUsage|Clean|Interval|Daily|Unused)|M(inFileSize|ax(Expire|FileSize))|Size|NegotiatedDocs|TimeMargin|Ignore(NoLastMod|CacheControl)|D(i(sable|rLe(ngth|vels))|efaultExpire)|E(nable|xpiryCheck)|F(ile|orceCompletion)|LastModifiedFactor))|T(hread(sPerChild|StackSize|Limit)|ypesConfig|ime(out|Out)|ransferLog)|I(n(clude|dex(Ignore|O(ptions|rderDefault)))|SAPI(ReadAheadBuffer|CacheFile|FakeAsync|LogNotSupported|AppendLogTo(Errors|Query))|dentityCheck|f(Module|Define)|map(Menu|Base|Default))|O(ptions|rder)|D(irectory(Match|Slash|Index)?|ocumentRoot|e(ny|f(late(MemLevel|BufferSize|CompressionLevel|FilterNote|WindowSize)|ault(Type|Icon|Language)))|av(MinTimeout|DepthInfinity|LockDB)?)|U(se(CanonicalName|r(Dir)?)|nsetEnv)|P(idFile|ort|assEnv|ro(tocol(ReqCheck|Echo)|xy(Re(ceiveBufferSize|quests|mote(Match)?)|Ma(tch|xForwards)|B(lock|adHeader)|Timeout|IOBufferSize|Domain|P(ass(Reverse)?|reserveHost)|ErrorOverride|Via)?))|E(nable(MMAP|Sendfile|ExceptionHook)|BCDIC(Convert(ByType)?|Kludge)|rror(Header|Document|Log)|x(t(endedStatus|Filter(Options|Define))|pires(ByType|Default|Active)|ample))|Virtual(ScriptAlias(IP)?|Host|DocumentRoot(IP)?)|KeepAlive(Timeout)?|F(ile(s(Match)?|ETag)|or(ce(Type|LanguagePriority)|ensicLog)|ancyIndexing)|Win32DisableAcceptEx|L(i(sten(Back(log|Log))?|mit(Request(Body|Field(s(ize)?|Size)|Line)|XMLRequestBody|InternalRecursion|Except)?)|o(c(kFile|ation(Match)?)|ad(Module|File)|g(Format|Level))|DAP(SharedCache(Size|File)|Cache(TTL|Entries)|TrustedCA(Type)?|OpCache(TTL|Entries))|anguagePriority)|A(ssignUserID|nonymous(_(MustGiveEmail|NoUserID|VerifyEmail|LogEmail|Authoritative))?|c(ce(ss(Config|FileName)|pt(Mutex|PathInfo|Filter))|tion)|dd(Module(Info)?|Handler|Charset|Type|I(nputFilter|con(By(Type|Encoding))?)|OutputFilter(ByType)?|De(scription|faultCharset)|Encoding|Language|Alt(By(Type|Encoding))?)|uth(GroupFile|Name|Type|D(B(GroupFile|M(GroupFile|Type|UserFile|Authoritative)|UserFile|Authoritative)|igest(GroupFile|ShmemSize|N(cCheck|once(Format|Lifetime))|Domain|Qop|File|Algorithm))|UserFile|LDAP(RemoteUserIsDN|GroupAttribute(IsDN)?|Bind(DN|Password)|C(harsetConfig|ompareDNOnServer)|DereferenceAliases|Url|Enabled|FrontPageHack|Authoritative)|Authoritative)|l(ias(Match)?|low(CONNECT|Override|EncodedSlashes)?)|gentLog)|MIMEMagicFile)\b/,
120
+ /\b(?<_1>R(?<_2>e(?<_3>sourceConfig|direct(?<_4>Match|Temp|Permanent)?|qu(?<_5>ire|estHeader)|ferer(?<_6>Ignore|Log)|write(?<_7>Rule|Map|Base|Cond|Options|Engine|Lo(?<_8>ck|g(?<_9>Level)?))|admeName|move(?<_10>Handler|Charset|Type|InputFilter|OutputFilter|Encoding|Language))|Limit(?<_11>MEM|NPROC|CPU))|Group|XBitHack|M(?<_12>MapFile|i(?<_13>nSpare(?<_14>Servers|Threads)|meMagicFile)|odMimeUsePathInfo|Cache(?<_15>RemovalAlgorithm|M(?<_16>inObjectSize|ax(?<_17>StreamingBuffer|Object(?<_18>Size|Count)))|Size)|ultiviewsMatch|eta(?<_19>Suffix|Dir|Files)|ax(?<_20>RequestsPer(?<_21>Child|Thread)|MemFree|Spare(?<_22>Servers|Threads)|Clients|Threads(?<_23>PerChild)?|KeepAliveRequests))|B(?<_24>indAddress|S2000Account|rowserMatch(?<_25>NoCase)?)|S(?<_26>hmemUIDisUser|c(?<_27>oreBoardFile|ript(?<_28>Sock|InterpreterSource|Log(?<_29>Buffer|Length)?|Alias(?<_30>Match)?)?)|tart(?<_31>Servers|Threads)|S(?<_32>I(?<_33>StartTag|TimeFormat|UndefinedEcho|E(?<_34>ndTag|rrorMsg))|L(?<_35>R(?<_36>equire(?<_37>SSL)?|andomSeed)|Mutex|SessionCache(?<_38>Timeout)?|C(?<_39>ipherSuite|ertificate(?<_40>ChainFile|KeyFile|File)|A(?<_41>Revocation(?<_42>Path|File)|Certificate(?<_43>Path|File)))|Options|P(?<_44>assPhraseDialog|ro(?<_45>tocol|xy(?<_46>MachineCertificate(?<_47>Path|File)|C(?<_48>ipherSuite|A(?<_49>Revocation(?<_50>Path|File)|Certificate(?<_51>Path|File)))|Protocol|Engine|Verify(?<_52>Depth)?)))|Engine|Verify(?<_53>Client|Depth)))|uexecUserGroup|e(?<_54>ndBufferSize|cureListen|t(?<_55>Handler|InputFilter|OutputFilter|Env(?<_56>If(?<_57>NoCase)?)?)|rver(?<_58>Root|Signature|Name|T(?<_59>ype|okens)|Path|Limit|A(?<_60>dmin|lias)))|atisfy)|H(?<_61>ostnameLookups|eader(?<_62>Name)?)|N(?<_63>o(?<_64>Cache|Proxy)|umServers|ameVirtualHost|WSSL(?<_65>TrustedCerts|Upgradeable))|C(?<_66>h(?<_67>ildPerUserID|eckSpelling|arset(?<_68>SourceEnc|Options|Default))|GI(?<_69>MapExtension|CommandArgs)|o(?<_70>ntentDigest|okie(?<_71>Style|Name|Tracking|Domain|Prefix|Expires|Format|Log)|reDumpDirectory)|ustomLog|learModuleList|ache(?<_72>Root|Gc(?<_73>MemUsage|Clean|Interval|Daily|Unused)|M(?<_74>inFileSize|ax(?<_75>Expire|FileSize))|Size|NegotiatedDocs|TimeMargin|Ignore(?<_76>NoLastMod|CacheControl)|D(?<_77>i(?<_78>sable|rLe(?<_79>ngth|vels))|efaultExpire)|E(?<_80>nable|xpiryCheck)|F(?<_81>ile|orceCompletion)|LastModifiedFactor))|T(?<_82>hread(?<_83>sPerChild|StackSize|Limit)|ypesConfig|ime(?<_84>out|Out)|ransferLog)|I(?<_85>n(?<_86>clude|dex(?<_87>Ignore|O(?<_88>ptions|rderDefault)))|SAPI(?<_89>ReadAheadBuffer|CacheFile|FakeAsync|LogNotSupported|AppendLogTo(?<_90>Errors|Query))|dentityCheck|f(?<_91>Module|Define)|map(?<_92>Menu|Base|Default))|O(?<_93>ptions|rder)|D(?<_94>irectory(?<_95>Match|Slash|Index)?|ocumentRoot|e(?<_96>ny|f(?<_97>late(?<_98>MemLevel|BufferSize|CompressionLevel|FilterNote|WindowSize)|ault(?<_99>Type|Icon|Language)))|av(?<_100>MinTimeout|DepthInfinity|LockDB)?)|U(?<_101>se(?<_102>CanonicalName|r(?<_103>Dir)?)|nsetEnv)|P(?<_104>idFile|ort|assEnv|ro(?<_105>tocol(?<_106>ReqCheck|Echo)|xy(?<_107>Re(?<_108>ceiveBufferSize|quests|mote(?<_109>Match)?)|Ma(?<_110>tch|xForwards)|B(?<_111>lock|adHeader)|Timeout|IOBufferSize|Domain|P(?<_112>ass(?<_113>Reverse)?|reserveHost)|ErrorOverride|Via)?))|E(?<_114>nable(?<_115>MMAP|Sendfile|ExceptionHook)|BCDIC(?<_116>Convert(?<_117>ByType)?|Kludge)|rror(?<_118>Header|Document|Log)|x(?<_119>t(?<_120>endedStatus|Filter(?<_121>Options|Define))|pires(?<_122>ByType|Default|Active)|ample))|Virtual(?<_123>ScriptAlias(?<_124>IP)?|Host|DocumentRoot(?<_125>IP)?)|KeepAlive(?<_126>Timeout)?|F(?<_127>ile(?<_128>s(?<_129>Match)?|ETag)|or(?<_130>ce(?<_131>Type|LanguagePriority)|ensicLog)|ancyIndexing)|Win32DisableAcceptEx|L(?<_132>i(?<_133>sten(?<_134>Back(?<_135>log|Log))?|mit(?<_136>Request(?<_137>Body|Field(?<_138>s(?<_139>ize)?|Size)|Line)|XMLRequestBody|InternalRecursion|Except)?)|o(?<_140>c(?<_141>kFile|ation(?<_142>Match)?)|ad(?<_143>Module|File)|g(?<_144>Format|Level))|DAP(?<_145>SharedCache(?<_146>Size|File)|Cache(?<_147>TTL|Entries)|TrustedCA(?<_148>Type)?|OpCache(?<_149>TTL|Entries))|anguagePriority)|A(?<_150>ssignUserID|nonymous(?<_151>_(?<_152>MustGiveEmail|NoUserID|VerifyEmail|LogEmail|Authoritative))?|c(?<_153>ce(?<_154>ss(?<_155>Config|FileName)|pt(?<_156>Mutex|PathInfo|Filter))|tion)|dd(?<_157>Module(?<_158>Info)?|Handler|Charset|Type|I(?<_159>nputFilter|con(?<_160>By(?<_161>Type|Encoding))?)|OutputFilter(?<_162>ByType)?|De(?<_163>scription|faultCharset)|Encoding|Language|Alt(?<_164>By(?<_165>Type|Encoding))?)|uth(?<_166>GroupFile|Name|Type|D(?<_167>B(?<_168>GroupFile|M(?<_169>GroupFile|Type|UserFile|Authoritative)|UserFile|Authoritative)|igest(?<_170>GroupFile|ShmemSize|N(?<_171>cCheck|once(?<_172>Format|Lifetime))|Domain|Qop|File|Algorithm))|UserFile|LDAP(?<_173>RemoteUserIsDN|GroupAttribute(?<_174>IsDN)?|Bind(?<_175>DN|Password)|C(?<_176>harsetConfig|ompareDNOnServer)|DereferenceAliases|Url|Enabled|FrontPageHack|Authoritative)|Authoritative)|l(?<_177>ias(?<_178>Match)?|low(?<_179>CONNECT|Override|EncodedSlashes)?)|gentLog)|MIMEMagicFile)\b/,
117
121
  name: "support.constant.apache-config"},
118
122
  {match:
119
- /\b(access_module|actions_module|action_module|alias_module|anon_auth_module|asis_module|authn_anon_module|authn_dbd_module|authn_dbm_module|authn_default_module|authn_file_module|authz_dbm_module|authz_default_module|authz_groupfile_module|authz_host_module|authz_owner_module|authz_user_module|auth_basic_module|auth_digest_module|auth_module|autoindex_module|bonjour_module|cache_module|cern_meta_module|cgi_module|config_log_module|dav_fs_module|dav_module|dbd_module|dbm_auth_module|deflate_module|digest_module|dir_module|disk_cache_module|dumpio_module|env_module|expires_module|ext_filter_module|fastcgi_module|filter_module|foo_module|headers_module|hfs_apple_module|ident_module|imagemap_module|imap_module|includes_module|include_module|info_module|jk_module|logio_module|log_config_module|log_forensic_module|mem_cache_module|mime_magic_module|mime_module|negotiation_module|perl_module|php4_module|php5_module|proxy_ajp_module|proxy_balancer_module|proxy_connect_module|proxy_ftp_module|proxy_http_module|proxy_module|rendezvous_apple_module|rendezvous_module|rewrite_module|setenvif_module|speling_module|ssl_module|status_module|substitute_module|unique_id_module|userdir_module|usertrack_module|version_module|vhost_alias_module)\b/,
123
+ /\b(?<_1>access_module|actions_module|action_module|alias_module|anon_auth_module|asis_module|authn_anon_module|authn_dbd_module|authn_dbm_module|authn_default_module|authn_file_module|authz_dbm_module|authz_default_module|authz_groupfile_module|authz_host_module|authz_owner_module|authz_user_module|auth_basic_module|auth_digest_module|auth_module|autoindex_module|bonjour_module|cache_module|cern_meta_module|cgi_module|config_log_module|dav_fs_module|dav_module|dbd_module|dbm_auth_module|deflate_module|digest_module|dir_module|disk_cache_module|dumpio_module|env_module|expires_module|ext_filter_module|fastcgi_module|filter_module|foo_module|headers_module|hfs_apple_module|ident_module|imagemap_module|imap_module|includes_module|include_module|info_module|jk_module|logio_module|log_config_module|log_forensic_module|mem_cache_module|mime_magic_module|mime_module|negotiation_module|perl_module|php4_module|php5_module|proxy_ajp_module|proxy_balancer_module|proxy_connect_module|proxy_ftp_module|proxy_http_module|proxy_module|rendezvous_apple_module|rendezvous_module|rewrite_module|setenvif_module|speling_module|ssl_module|status_module|substitute_module|unique_id_module|userdir_module|usertrack_module|version_module|vhost_alias_module)\b/,
120
124
  name: "support.class.apache-config"},
121
125
  {begin: /"/,
122
126
  beginCaptures:
@@ -127,7 +131,7 @@
127
131
  name: "string.quoted.double.apache-config",
128
132
  patterns:
129
133
  [{match: /""/, name: "constant.character.escape.apostrophe.apache"}]},
130
- {begin: /(<\/?)([a-zA-Z]+)/,
134
+ {begin: /(?<_1><\/?)(?<_2>[a-zA-Z]+)/,
131
135
  captures:
132
136
  {1 => {name: "punctuation.definition.tag.apache-config"},
133
137
  2 => {name: "entity.name.tag.apache-config"}},
@@ -140,7 +144,7 @@
140
144
  {1 => {name: "punctuation.definition.variable.apache-config"},
141
145
  3 => {name: "punctuation.definition.variable.apache-config"}},
142
146
  match:
143
- /(%\{)(?:HTTP_(?:USER_AGENT|REFERER|COOKIE|FORWARDED|HOST|PROXY_CONNECTION|ACCEPT)|REMOTE_(?:ADDR|HOST|USER|IDENT)|REQUEST_(?:METHOD|URI|FILENAME)|SCRIPT_FILENAME|PATH_INFO|QUERY_STRING|AUTH_TYPE|DOCUMENT_ROOT|SERVER_(?:ADMIN|NAME|ADDR|PORT|PROTOCOL|SOFTWARE)|TIME_(?:YEAR|MON|DAY|HOUR|MIN|SEC|WDAY)|TIME|API_VERSION|THE_REQUEST|IS_SUBREQ|(?:ENV|LA-U|LA-F|HTTP|SSL):[^\}]+)(\})/,
147
+ /(?<_1>%\{)(?:HTTP_(?:USER_AGENT|REFERER|COOKIE|FORWARDED|HOST|PROXY_CONNECTION|ACCEPT)|REMOTE_(?:ADDR|HOST|USER|IDENT)|REQUEST_(?:METHOD|URI|FILENAME)|SCRIPT_FILENAME|PATH_INFO|QUERY_STRING|AUTH_TYPE|DOCUMENT_ROOT|SERVER_(?:ADMIN|NAME|ADDR|PORT|PROTOCOL|SOFTWARE)|TIME_(?:YEAR|MON|DAY|HOUR|MIN|SEC|WDAY)|TIME|API_VERSION|THE_REQUEST|IS_SUBREQ|(?:ENV|LA-U|LA-F|HTTP|SSL):[^\}]+)(?<_2>\})/,
144
148
  name: "support.variable.apache-config"},
145
149
  {match: /%\{[^\}]+\}/,
146
150
  name: "invalid.illegal.bad-var.apache-config"}]}},
@@ -5,137 +5,482 @@
5
5
  foldingStartMarker:
6
6
  /(?x)
7
7
  ^\s*
8
- (
9
- tell \s+ (?! .* \b(to)\b) .*
10
- |tell\b.*?\bto\ tell \s+ (?! .* \b(to)\b) .*
8
+ (?<_1>
9
+ tell \s+ (?! .* \b(?<_2>to)\b) .*
10
+ |tell\b.*?\bto\ tell \s+ (?! .* \b(?<_3>to)\b) .*
11
11
  |using \s+ terms \s+ from \s+ .*
12
12
  |if\b .* \bthen\b
13
13
  |repeat\b .*
14
- |( on | to )\b (?!\s+ error) .*
15
- |try
16
- |with \s+ timeout .*
14
+ |(?<_4> on | to )\b (?!\s+ error) .*
15
+ |try\b
16
+ |with \s+ timeout\b .*
17
17
  |script\b .*
18
- |( considering | ignoring )\b .*
19
- )\s*(--.*?)?$
18
+ |(?<_5> considering | ignoring )\b .*
19
+ )\s*(?<_6>--.*?)?$
20
20
  /,
21
21
  foldingStopMarker: /^\s*end\b.*$/,
22
- keyEquivalent: /^~A/,
22
+ keyEquivalent: "^~A",
23
23
  name: "AppleScript",
24
24
  patterns: [{include: "#blocks"}, {include: "#inline"}],
25
25
  repository:
26
- {blocks:
26
+ {:"attributes.considering-ignoring" =>
27
27
  {patterns:
28
- [{begin: /^\s*(script)\s+(\w+)/,
29
- captures:
28
+ [{match: /,/,
29
+ name: "punctuation.separator.array.attributes.applescript"},
30
+ {match: /\b(?<_1>and)\b/,
31
+ name: "keyword.control.attributes.and.applescript"},
32
+ {match:
33
+ /\b(?i:case|diacriticals|hyphens|numeric\s+strings|punctuation|white\s+space)\b/,
34
+ name: "constant.other.attributes.text.applescript"},
35
+ {match: /\b(?i:application\s+responses)\b/,
36
+ name: "constant.other.attributes.application.applescript"}]},
37
+ blocks:
38
+ {patterns:
39
+ [{begin: /^\s*(?<_1>script)\s+(?<_2>\w+)/,
40
+ beginCaptures:
30
41
  {1 => {name: "keyword.control.script.applescript"},
31
42
  2 => {name: "entity.name.type.script-object.applescript"}},
32
- end: "^\\s*(end script)",
33
- name: "meta.script.applescript",
43
+ end: "^\\s*(end(?:\\s+script)?)(?=\\s*(--.*?)?$)",
44
+ endCaptures: {1 => {name: "keyword.control.script.applescript"}},
45
+ name: "meta.block.script.applescript",
34
46
  patterns: [{include: "$self"}]},
35
47
  {begin:
36
48
  /^(?x)
37
- \s*(to|on)\s+ # "on" or "to"
38
- ([A-Za-z][A-Za-z0-9_]*) # function name
39
- (\() # opening paren
40
- (?:(\w+(?:\s*,\s*\w+)*))? # parameters
41
- (\)) # closing paren
49
+ \s*(?<_1>to|on)\s+ # "on" or "to"
50
+ (?<_2>\w+) # function name
51
+ (?<_3>\() # opening paren
52
+ (?<_4>(?:[\s,:\{\}]*(?:\w+)?)*) # parameters
53
+ (?<_5>\)) # closing paren
42
54
  /,
43
- captures:
44
- {1 => {name: "keyword.control.on.applescript"},
55
+ beginCaptures:
56
+ {1 => {name: "keyword.control.function.applescript"},
45
57
  2 => {name: "entity.name.function.handler.applescript"},
46
58
  3 => {name: "punctuation.definition.parameters.applescript"},
47
59
  4 => {name: "variable.parameter.handler.applescript"},
48
60
  5 => {name: "punctuation.definition.parameters.applescript"}},
49
61
  comment:
50
62
  "\n\t\t\t\t\t\tThis is not a very well-designed rule. For now,\n\t\t\t\t\t\twe can leave it like this though, as it sorta works.\n\t\t\t\t\t",
51
- end: "^\\s*(end)(?: (\\2))?\\s*$",
52
- name: "meta.function.with-parentheses.applescript",
63
+ end: "^\\s*(end)(?:\\s+(\\2))?(?=\\s*(--.*?)?$)",
64
+ endCaptures: {1 => {name: "keyword.control.function.applescript"}},
65
+ name: "meta.function.positional.applescript",
53
66
  patterns: [{include: "$self"}]},
54
67
  {begin:
55
- /^\s*(on)\s+(\w+)(?=\s+(above|against|apart from|around|aside from|at|below|beneath|beside|between|by|for|from|instead of|into|on|onto|out of|over|thru|under)\s+)/,
56
- captures:
57
- {1 => {name: "keyword.control.on.applescript"},
58
- 2 => {name: "entity.name.function.handler.applescript"}},
59
- end: "^\\s*(end)(?: (\\2))?\\s*$",
68
+ /^(?x)
69
+ \s*(?<_1>to|on)\s+ # "on" or "to"
70
+ (?<_2>\w+) # function name
71
+ (?:\s+
72
+ (?<_3>of|in)\s+ # "of" or "in"
73
+ (?<_4>\w+) # direct parameter
74
+ )?
75
+ (?=\s+(?<_5>above|against|apart\s+from|around|aside\s+from|at|below|beneath|beside|between|by|for|from|instead\s+of|into|on|onto|out\s+of|over|thru|under)\b)
76
+ /,
77
+ beginCaptures:
78
+ {1 => {name: "keyword.control.function.applescript"},
79
+ 2 => {name: "entity.name.function.handler.applescript"},
80
+ 3 => {name: "keyword.control.function.applescript"},
81
+ 4 => {name: "variable.parameter.handler.direct.applescript"}},
82
+ comment: "TODO: match `given` parameters",
83
+ end: "^\\s*(end)(?:\\s+(\\2))?(?=\\s*(--.*?)?$)",
84
+ endCaptures: {1 => {name: "keyword.control.function.applescript"}},
60
85
  name: "meta.function.prepositional.applescript",
61
86
  patterns:
62
87
  [{captures:
63
88
  {1 => {name: "keyword.control.preposition.applescript"},
64
89
  2 => {name: "variable.parameter.handler.applescript"}},
65
90
  match:
66
- /\b(above|against|apart from|around|aside from|at|below|beneath|beside|between|by|for|from|instead of|into|on|onto|out of|over|thru|under)\s+(\w+)\b/},
91
+ /\b(?i:above|against|apart\s+from|around|aside\s+from|at|below|beneath|beside|between|by|for|from|instead\s+of|into|on|onto|out\s+of|over|thru|under)\s+(?<_1>\w+)\b/},
92
+ {include: "$self"}]},
93
+ {begin:
94
+ /^(?x)
95
+ \s*(?<_1>to|on)\s+ # "on" or "to"
96
+ (?<_2>\w+) # function name
97
+ (?=\s*(?<_3>--.*?)?$) # nothing else
98
+ /,
99
+ beginCaptures:
100
+ {1 => {name: "keyword.control.function.applescript"},
101
+ 2 => {name: "entity.name.function.handler.applescript"}},
102
+ end: "^\\s*(end)(?:\\s+(\\2))?(?=\\s*(--.*?)?$)",
103
+ endCaptures: {1 => {name: "keyword.control.function.applescript"}},
104
+ name: "meta.function.parameterless.applescript",
105
+ patterns: [{include: "$self"}]},
106
+ {include: "#blocks.tell"},
107
+ {include: "#blocks.repeat"},
108
+ {include: "#blocks.statement"},
109
+ {include: "#blocks.other"}]},
110
+ :"blocks.other" =>
111
+ {patterns:
112
+ [{begin: /^\s*(?<_1>considering)\b/,
113
+ end: "^\\s*(end(?:\\s+considering)?)(?=\\s*(--.*?)?$)",
114
+ name: "meta.block.considering.applescript",
115
+ patterns:
116
+ [{begin: /(?<=considering)/,
117
+ end: "(?<!¬)$",
118
+ name: "meta.array.attributes.considering.applescript",
119
+ patterns: [{include: "#attributes.considering-ignoring"}]},
120
+ {begin: /(?<=ignoring)/,
121
+ end: "(?<!¬)$",
122
+ name: "meta.array.attributes.ignoring.applescript",
123
+ patterns: [{include: "#attributes.considering-ignoring"}]},
124
+ {match: /\b(?<_1>but)\b/, name: "keyword.control.but.applescript"},
125
+ {include: "$self"}]},
126
+ {begin: /^\s*(?<_1>ignoring)\b/,
127
+ end: "^\\s*(end(?:\\s+ignoring)?)(?=\\s*(--.*?)?$)",
128
+ name: "meta.block.ignoring.applescript",
129
+ patterns:
130
+ [{begin: /(?<=considering)/,
131
+ end: "(?<!¬)$",
132
+ name: "meta.array.attributes.considering.applescript",
133
+ patterns: [{include: "#attributes.considering-ignoring"}]},
134
+ {begin: /(?<=ignoring)/,
135
+ end: "(?<!¬)$",
136
+ name: "meta.array.attributes.ignoring.applescript",
137
+ patterns: [{include: "#attributes.considering-ignoring"}]},
138
+ {match: /\b(?<_1>but)\b/, name: "keyword.control.but.applescript"},
139
+ {include: "$self"}]},
140
+ {begin: /^\s*(?<_1>if)\b/,
141
+ beginCaptures: {1 => {name: "keyword.control.if.applescript"}},
142
+ end: "^\\s*(end(?:\\s+if)?)(?=\\s*(--.*?)?$)",
143
+ endCaptures: {1 => {name: "keyword.control.end.applescript"}},
144
+ name: "meta.block.if.applescript",
145
+ patterns:
146
+ [{match: /\b(?<_1>then)\b/, name: "keyword.control.then.applescript"},
147
+ {match: /\b(?<_1>else\s+if)\b/,
148
+ name: "keyword.control.else-if.applescript"},
149
+ {match: /\b(?<_1>else)\b/, name: "keyword.control.else.applescript"},
67
150
  {include: "$self"}]},
68
- {include: "#tell-blocks"}]},
151
+ {begin: /^\s*(?<_1>try)\b/,
152
+ beginCaptures: {1 => {name: "keyword.control.try.applescript"}},
153
+ end: "^\\s*(end(?:\\s+(try|error))?)(?=\\s*(--.*?)?$)",
154
+ endCaptures: {1 => {name: "keyword.control.end.applescript"}},
155
+ name: "meta.block.try.applescript",
156
+ patterns:
157
+ [{begin: /^\s*(?<_1>on\s+error)\b/,
158
+ beginCaptures:
159
+ {1 => {name: "keyword.control.exception.on-error.applescript"}},
160
+ end: "(?<!¬)$",
161
+ name: "meta.property.error.applescript",
162
+ patterns:
163
+ [{match: /\b(?i:number|partial|from|to)\b/,
164
+ name: "keyword.control.exception.modifier.applescript"},
165
+ {include: "#inline"}]},
166
+ {include: "$self"}]},
167
+ {begin: /^\s*(?<_1>using\s+terms\s+from)\b/,
168
+ beginCaptures: {1 => {name: "keyword.control.terms.applescript"}},
169
+ end: "^\\s*(end(?:\\s+using\\s+terms\\s+from)?)(?=\\s*(--.*?)?$)",
170
+ endCaptures: {1 => {name: "keyword.control.end.applescript"}},
171
+ name: "meta.block.terms.applescript",
172
+ patterns: [{include: "$self"}]},
173
+ {begin: /^\s*(?<_1>with\s+timeout(?<_2>\s+of)?)\b/,
174
+ beginCaptures: {1 => {name: "keyword.control.timeout.applescript"}},
175
+ end: "^\\s*(end(?:\\s+timeout)?)(?=\\s*(--.*?)?$)",
176
+ endCaptures: {1 => {name: "keyword.control.end.applescript"}},
177
+ name: "meta.block.timeout.applescript",
178
+ patterns: [{include: "$self"}]},
179
+ {begin: /^\s*(?<_1>with\s+transaction(?<_2>\s+of)?)\b/,
180
+ beginCaptures:
181
+ {1 => {name: "keyword.control.transaction.applescript"}},
182
+ end: "^\\s*(end(?:\\s+transaction)?)(?=\\s*(--.*?)?$)",
183
+ endCaptures: {1 => {name: "keyword.control.end.applescript"}},
184
+ name: "meta.block.transaction.applescript",
185
+ patterns: [{include: "$self"}]}]},
186
+ :"blocks.repeat" =>
187
+ {patterns:
188
+ [{begin: /^\s*(?<_1>repeat)\s+(?<_2>until)\b/,
189
+ beginCaptures:
190
+ {1 => {name: "keyword.control.repeat.applescript"},
191
+ 2 => {name: "keyword.control.until.applescript"}},
192
+ end: "^\\s*(end(?:\\s+repeat)?)(?=\\s*(--.*?)?$)",
193
+ endCaptures: {1 => {name: "keyword.control.end.applescript"}},
194
+ name: "meta.block.repeat.until.applescript",
195
+ patterns: [{include: "$self"}]},
196
+ {begin: /^\s*(?<_1>repeat)\s+(?<_2>while)\b/,
197
+ beginCaptures:
198
+ {1 => {name: "keyword.control.repeat.applescript"},
199
+ 2 => {name: "keyword.control.while.applescript"}},
200
+ end: "^\\s*(end(?:\\s+repeat)?)(?=\\s*(--.*?)?$)",
201
+ endCaptures: {1 => {name: "keyword.control.end.applescript"}},
202
+ name: "meta.block.repeat.while.applescript",
203
+ patterns: [{include: "$self"}]},
204
+ {begin: /^\s*(?<_1>repeat)\s+(?<_2>with)\s+(?<_3>\w+)\b/,
205
+ beginCaptures:
206
+ {1 => {name: "keyword.control.repeat.applescript"},
207
+ 2 => {name: "keyword.control.until.applescript"},
208
+ 3 => {name: "variable.parameter.loop.applescript"}},
209
+ end: "^\\s*(end(?:\\s+repeat)?)(?=\\s*(--.*?)?$)",
210
+ endCaptures: {1 => {name: "keyword.control.end.applescript"}},
211
+ name: "meta.block.repeat.with.applescript",
212
+ patterns:
213
+ [{match: /\b(?<_1>from|to|by)\b/,
214
+ name: "keyword.control.modifier.range.applescript"},
215
+ {match: /\b(?<_1>in)\b/,
216
+ name: "keyword.control.modifier.list.applescript"},
217
+ {include: "$self"}]},
218
+ {begin: /^\s*(?<_1>repeat)\b(?=\s*(?<_2>--.*?)?$)/,
219
+ beginCaptures: {1 => {name: "keyword.control.repeat.applescript"}},
220
+ end: "^\\s*(end(?:\\s+repeat)?)(?=\\s*(--.*?)?$)",
221
+ endCaptures: {1 => {name: "keyword.control.end.applescript"}},
222
+ name: "meta.block.repeat.forever.applescript",
223
+ patterns: [{include: "$self"}]},
224
+ {begin: /^\s*(?<_1>repeat)\b/,
225
+ beginCaptures: {1 => {name: "keyword.control.repeat.applescript"}},
226
+ end: "^\\s*(end(?:\\s+repeat)?)(?=\\s*(--.*?)?$)",
227
+ endCaptures: {1 => {name: "keyword.control.end.applescript"}},
228
+ name: "meta.block.repeat.times.applescript",
229
+ patterns:
230
+ [{match: /\b(?<_1>times)\b/,
231
+ name: "keyword.control.times.applescript"},
232
+ {include: "$self"}]}]},
233
+ :"blocks.statement" =>
234
+ {patterns:
235
+ [{begin: /\b(?<_1>prop(?:erty)?)\s+(?<_2>\w+)\b/,
236
+ beginCaptures:
237
+ {1 => {name: "keyword.control.def.property.applescript"},
238
+ 2 => {name: "variable.other.property.applescript"}},
239
+ end: "(?<!¬)$",
240
+ name: "meta.statement.property.applescript",
241
+ patterns:
242
+ [{match: /:/,
243
+ name: "punctuation.separator.key-value.property.applescript"},
244
+ {include: "#inline"}]},
245
+ {begin: /\b(?<_1>set)\s+(?<_2>\w+)\s+(?<_3>to)\b/,
246
+ beginCaptures:
247
+ {1 => {name: "keyword.control.def.set.applescript"},
248
+ 2 => {name: "variable.other.readwrite.set.applescript"},
249
+ 3 => {name: "keyword.control.def.set.applescript"}},
250
+ end: "(?<!¬)$",
251
+ name: "meta.statement.set.applescript",
252
+ patterns: [{include: "#inline"}]},
253
+ {begin: /\b(?<_1>local)\b/,
254
+ beginCaptures: {1 => {name: "keyword.control.def.local.applescript"}},
255
+ end: "(?<!¬)$",
256
+ name: "meta.statement.local.applescript",
257
+ patterns:
258
+ [{match: /,/,
259
+ name: "punctuation.separator.variables.local.applescript"},
260
+ {match: /\b\w+/, name: "variable.other.readwrite.local.applescript"},
261
+ {include: "#inline"}]},
262
+ {begin: /\b(?<_1>global)\b/,
263
+ beginCaptures: {1 => {name: "keyword.control.def.global.applescript"}},
264
+ end: "(?<!¬)$",
265
+ name: "meta.statement.global.applescript",
266
+ patterns:
267
+ [{match: /,/,
268
+ name: "punctuation.separator.variables.global.applescript"},
269
+ {match: /\b\w+/,
270
+ name: "variable.other.readwrite.global.applescript"},
271
+ {include: "#inline"}]},
272
+ {begin: /\b(?<_1>error)\b/,
273
+ beginCaptures:
274
+ {1 => {name: "keyword.control.exception.error.applescript"}},
275
+ end: "(?<!¬)$",
276
+ name: "meta.statement.error.applescript",
277
+ patterns:
278
+ [{match: /\b(?<_1>number|partial|from|to)\b/,
279
+ name: "keyword.control.exception.modifier.applescript"},
280
+ {include: "#inline"}]},
281
+ {begin: /\b(?<_1>if)\b(?=.*\bthen\b(?!\s*(?<_2>--.*?)?$))/,
282
+ beginCaptures: {1 => {name: "keyword.control.if.applescript"}},
283
+ end: "(?<!¬)$",
284
+ name: "meta.statement.if-then.applescript",
285
+ patterns: [{include: "#inline"}]}]},
286
+ :"blocks.tell" =>
287
+ {patterns:
288
+ [{begin:
289
+ /^\s*(?<_1>tell)\s+(?=app(?<_2>lication)?\s+"(?i:textmate)")(?!.*\bto(?!\s+tell)\b)/,
290
+ captures: {1 => {name: "keyword.control.tell.applescript"}},
291
+ comment: "tell Textmate",
292
+ end: "^\\s*(end(?:\\s+tell)?)(?=\\s*(--.*?)?$)",
293
+ name: "meta.block.tell.application.textmate.applescript",
294
+ patterns:
295
+ [{include: "#textmate"},
296
+ {include: "#standard-suite"},
297
+ {include: "$self"}]},
298
+ {begin:
299
+ /^\s*(?<_1>tell)\s+(?=app(?<_2>lication)?\s+"(?i:finder)")(?!.*\bto(?!\s+tell)\b)/,
300
+ captures: {1 => {name: "keyword.control.tell.applescript"}},
301
+ comment: "tell Finder",
302
+ end: "^\\s*(end(?:\\s+tell)?)(?=\\s*(--.*?)?$)",
303
+ name: "meta.block.tell.application.finder.applescript",
304
+ patterns:
305
+ [{include: "#finder"},
306
+ {include: "#standard-suite"},
307
+ {include: "$self"}]},
308
+ {begin:
309
+ /^\s*(?<_1>tell)\s+(?=app(?<_2>lication)?\s+"(?i:system events)")(?!.*\bto(?!\s+tell)\b)/,
310
+ captures: {1 => {name: "keyword.control.tell.applescript"}},
311
+ comment: "tell System Events",
312
+ end: "^\\s*(end(?:\\s+tell)?)(?=\\s*(--.*?)?$)",
313
+ name: "meta.block.tell.application.system-events.applescript",
314
+ patterns:
315
+ [{include: "#system-events"},
316
+ {include: "#standard-suite"},
317
+ {include: "$self"}]},
318
+ {begin:
319
+ /^\s*(?<_1>tell)\s+(?=app(?<_2>lication)?\s+"(?i:itunes)")(?!.*\bto(?!\s+tell)\b)/,
320
+ captures: {1 => {name: "keyword.control.tell.applescript"}},
321
+ comment: "tell iTunes",
322
+ end: "^\\s*(end(?:\\s+tell)?)(?=\\s*(--.*?)?$)",
323
+ name: "meta.block.tell.application.itunes.applescript",
324
+ patterns:
325
+ [{include: "#itunes"},
326
+ {include: "#standard-suite"},
327
+ {include: "$self"}]},
328
+ {begin:
329
+ /^\s*(?<_1>tell)\s+(?=app(?<_2>lication)?\s+process\b)(?!.*\bto(?!\s+tell)\b)/,
330
+ captures: {1 => {name: "keyword.control.tell.applescript"}},
331
+ comment: "tell generic application process",
332
+ end: "^\\s*(end(?:\\s+tell)?)(?=\\s*(--.*?)?$)",
333
+ name: "meta.block.tell.application-process.generic.applescript",
334
+ patterns: [{include: "#standard-suite"}, {include: "$self"}]},
335
+ {begin:
336
+ /^\s*(?<_1>tell)\s+(?=app(?<_2>lication)?\b)(?!.*\bto(?!\s+tell)\b)/,
337
+ captures: {1 => {name: "keyword.control.tell.applescript"}},
338
+ comment: "tell generic application",
339
+ end: "^\\s*(end(?:\\s+tell)?)(?=\\s*(--.*?)?$)",
340
+ name: "meta.block.tell.application.generic.applescript",
341
+ patterns: [{include: "#standard-suite"}, {include: "$self"}]},
342
+ {begin: /^\s*(?<_1>tell)\s+(?!.*\bto(?!\s+tell)\b)/,
343
+ captures: {1 => {name: "keyword.control.tell.applescript"}},
344
+ comment: "generic tell block",
345
+ end: "^\\s*(end(?:\\s+tell)?)(?=\\s*(--.*?)?$)",
346
+ name: "meta.block.tell.generic.applescript",
347
+ patterns: [{include: "$self"}]},
348
+ {begin: /^\s*(?<_1>tell)\s+(?=.*\bto\b)/,
349
+ captures: {1 => {name: "keyword.control.tell.applescript"}},
350
+ comment: "tell … to statement",
351
+ end: "(?<!¬)$",
352
+ name: "meta.block.tell.generic.applescript",
353
+ patterns: [{include: "$self"}]}]},
69
354
  :"built-in" =>
355
+ {patterns:
356
+ [{include: "#built-in.constant"},
357
+ {include: "#built-in.keyword"},
358
+ {include: "#built-in.support"},
359
+ {include: "#built-in.punctuation"}]},
360
+ :"built-in.constant" =>
361
+ {patterns:
362
+ [{comment:
363
+ "yes/no can’t always be used as booleans, e.g. in an if() expression. But they work e.g. for boolean arguments.",
364
+ match: /\b(?i:true|false|yes|no)\b/,
365
+ name: "constant.language.boolean.applescript"},
366
+ {match: /\b(?i:null|missing\s+value)\b/,
367
+ name: "constant.language.null.applescript"},
368
+ {match: /-?\b\d+(?<_1>(?<_2>\.(?<_3>\d+\b)?)?(?i:e\+?\d*\b)?|\b)/,
369
+ name: "constant.numeric.applescript"},
370
+ {match: /\b(?i:space|tab|return|linefeed|quote)\b/,
371
+ name: "constant.other.text.applescript"},
372
+ {match:
373
+ /\b(?i:all\s+(?<_1>caps|lowercase)|bold|condensed|expanded|hidden|italic|outline|plain|shadow|small\s+caps|strikethrough|(?<_2>sub|super)script|underline)\b/,
374
+ name: "constant.other.styles.applescript"},
375
+ {match:
376
+ /\b(?i:Jan(?<_1>uary)?|Feb(?<_2>ruary)?|Mar(?<_3>ch)?|Apr(?<_4>il)?|May|Jun(?<_5>e)?|Jul(?<_6>y)?|Aug(?<_7>ust)?|Sep(?<_8>tember)?|Oct(?<_9>ober)?|Nov(?<_10>ember)?|Dec(?<_11>ember)?)\b/,
377
+ name: "constant.other.time.month.applescript"},
378
+ {match:
379
+ /\b(?i:Mon(?<_1>day)?|Tue(?<_2>sday)?|Wed(?<_3>nesday)?|Thu(?<_4>rsday)?|Fri(?<_5>day)?|Sat(?<_6>urday)?|Sun(?<_7>day)?)\b/,
380
+ name: "constant.other.time.weekday.applescript"},
381
+ {match:
382
+ /\b(?i:AppleScript|pi|result|version|current\s+application|its?|m[ey])\b/,
383
+ name: "constant.other.miscellaneous.applescript"},
384
+ {match: /\b(?i:text\s+item\s+delimiters|print\s+(?<_1>length|depth))\b/,
385
+ name: "variable.language.applescript"}]},
386
+ :"built-in.keyword" =>
387
+ {patterns:
388
+ [{match: /(?<_1>&|\*|\+|-|\/|÷|\^)/,
389
+ name: "keyword.operator.arithmetic.applescript"},
390
+ {match: /(?<_1>=|≠|>|<|≥|>=|≤|<=)/,
391
+ name: "keyword.operator.comparison.applescript"},
392
+ {match:
393
+ /(?ix)\b
394
+ (?<_1>and|or|div|mod|as|not
395
+ |(?<_2>a\s+)?(?<_3>ref(?<_4>\s+to)?|reference\s+to)
396
+ |equal(?<_5>s|\s+to)|contains?|comes\s+(?<_6>after|before)|(?<_7>start|begin|end)s?\s+with
397
+ )
398
+ \b/,
399
+ name: "keyword.operator.word.applescript"},
400
+ {comment:
401
+ "In double quotes so we can use a single quote in the keywords.",
402
+ match:
403
+ /(?ix)\b
404
+ (?<_1>is(?<_2>n't|\s+not)?(?<_3>\s+(?<_4>equal(?<_5>\s+to)?|(?<_6>less|greater)\s+than(?<_7>\s+or\s+equal(?<_8>\s+to)?)?|in|contained\s+by))?
405
+ |does(?<_9>n't|\s+not)\s+(?<_10>equal|come\s+(?<_11>before|after)|contain)
406
+ )
407
+ \b/,
408
+ name: "keyword.operator.word.applescript"},
409
+ {match:
410
+ /\b(?i:some|every|whose|where|that|id|index|\d+(?<_1>st|nd|rd|th)|first|second|third|fourth|fifth|sixth|seventh|eighth|ninth|tenth|last|front|back|middle|named|beginning|end|from|to|thr(?<_2>u|ough)|before|(?<_3>front|back|beginning|end)\s+of|after|behind|in\s+(?<_4>front|back|beginning|end)\s+of)\b/,
411
+ name: "keyword.operator.reference.applescript"},
412
+ {match: /\b(?i:continue|return|exit(?<_1>\s+repeat)?)\b/,
413
+ name: "keyword.control.loop.applescript"},
414
+ {match:
415
+ /\b(?i:about|above|after|against|and|apart\s+from|around|as|aside\s+from|at|back|before|beginning|behind|below|beneath|beside|between|but|by|considering|contain|contains|contains|copy|div|does|eighth|else|end|equal|equals|error|every|false|fifth|first|for|fourth|from|front|get|given|global|if|ignoring|in|instead\s+of|into|is|it|its|last|local|me|middle|mod|my|ninth|not|of|on|onto|or|out\s+of|over|prop|property|put|ref|reference|repeat|returning|script|second|set|seventh|since|sixth|some|tell|tenth|that|the|then|third|through|thru|timeout|times|to|transaction|true|try|until|where|while|whose|with|without)\b/,
416
+ name: "keyword.other.applescript"}]},
417
+ :"built-in.punctuation" =>
70
418
  {patterns:
71
419
  [{match: /¬/,
72
420
  name: "punctuation.separator.continuation.line.applescript"},
73
- {match:
74
- /\b((a )?(ref( to)|reference to)|(does not|doesn't) (come (before|after)|contain|equal)|(start|begin)s? with|comes (before|after)|is(n't| not)?( (in|contained by|(less than|greater than)( or equal( to)?)?|equal( to)?))?|ends? with|contains?|equals?|than|and|div|mod|not|or|as)\b|(≠|≥|≤|>=|<=|÷|&|=|>|<|\*|\+|-|\/|\^)/,
75
- name: "keyword.operator.applescript"},
76
- {captures: {1 => {name: "keyword.control.applescript"}},
77
- comment:
78
- "make sure that \"return\", \"property\", and other keywords are not preceded by something else, to disambiguate",
79
- match: /(?<=^|then|to)\s*\b(return|prop(erty)?)\b/},
80
421
  {comment: "the : in property assignments",
81
422
  match: /:/,
82
423
  name: "punctuation.separator.key-value.property.applescript"},
83
424
  {comment: "the parentheses in groups",
84
- match: /[()]/,
85
- name: "punctuation.section.group.applescript"},
86
- {match:
87
- /\b(on error|try|to|on|tell|if|then|else if|else|repeat( (while|until|with))?|using terms from|from|through|thru|with timeout|times|end (tell|repeat|if|timeout|using terms from|error|try)|end|my|where|whose|considering|ignoring|global|local|exit|continue|returning|set|copy|put)\b/,
88
- name: "keyword.control.applescript"},
89
- {match:
90
- /\b(every|some|index|named|from|to|through|thru|before|(in )?front of|after receiving|after|(in )?back of|beginning of|end of|in|of|first|second|third|fourth|fifth|sixth|seventh|eighth|ninth|tenth|\d+(st|nd|rd|th)|last|front|back|middle)\b/,
91
- name: "keyword.control.reference.applescript"},
92
- {match:
93
- /\b(all (caps|lowercase)|bold|condensed|expanded|hidden|italic|outline|plain|shadow|small caps|strikethrough|(sub|super)script|underline)\b/,
94
- name: "constant.other.text-styles.applescript"},
95
- {comment:
96
- "yes/no can’t always be used as booleans, e.g. in an if() expression. But they work e.g. for boolean arguments.",
97
- match: /\b(?i:true|false|yes|no)\b/,
98
- name: "constant.language.boolean.applescript"},
99
- {match: /\b(null)\b/, name: "constant.language.null.applescript"},
425
+ match: /[(?<_1>)]/,
426
+ name: "punctuation.section.group.applescript"}]},
427
+ :"built-in.support" =>
428
+ {patterns:
429
+ [{match:
430
+ /\b(?i:POSIX\s+path|frontmost|id|name|running|version|days?|weekdays?|months?|years?|time|date\s+string|time\s+string|length|rest|reverse|items?|contents|quoted\s+form|characters?|paragraphs?|words?)\b/,
431
+ name: "support.function.built-in.property.applescript"},
100
432
  {match:
101
- /\b(Jan(uary)?|Feb(ruary)?|Mar(ch)?|Apr(il)?|May|Jun(e)?|Jul(y)?|Aug(ust)?|Sep(tember)?|Oct(ober)?|Nov(ember)?|Dec(ember)?|weekdays?|Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday)\b/,
102
- name: "constant.other.date-time.applescript"},
103
- {comment: "these are used in considering/ignoring statements",
104
- match:
105
- /\b(?<=considering|ignoring) (application responses|current application|case|diacriticals|expansion|hyphens|punctuation|white space)\b/,
106
- name: "constant.other.considering-ignoring-attributes.applescript"},
107
- {match: /\b(space|return|tab)\b/,
108
- name: "constant.other.characters.applescript"},
109
- {match: /\b(current application|it|me|version|result|pi|AppleScript)\b/,
110
- name: "constant.other.miscellaneous.applescript"},
111
- {match: /\b(text item delimiters|print length|print depth)\b/,
112
- name: "variable.language.applescript"},
113
- {match: /\b(count (each|every)|number of|error|get|run)\b/,
433
+ /\b(?i:activate|log|clipboard\s+info|set\s+the\s+clipboard\s+to|the\s+clipboard|info\s+for|list\s+(?<_1>disks|folder)|mount\s+volume|path\s+to(?<_2>\s+resource)?|close\s+access|get\s+eof|open\s+for\s+access|read|set\s+eof|write|open\s+location|current\s+date|do\s+shell\s+script|get\s+volume\s+settings|random\s+number|round|set\s+volume|system\s+(?<_3>attribute|info)|time\s+to\s+GMT|load\s+script|run\s+script|scripting\s+components|store\s+script|copy|count|get|launch|run|set|ASCII\s+(?<_4>character|number)|localized\s+string|offset|summarize|beep|choose\s+(?<_5>application|color|file(?<_6>\s+name)?|folder|from\s+list|remote\s+application|URL)|delay|display\s+(?<_7>alert|dialog)|say)\b/,
434
+ name: "support.function.built-in.command.applescript"},
435
+ {match: /\b(?i:get|run)\b/,
114
436
  name: "support.function.built-in.applescript"},
437
+ {match: /\b(?i:anything|data|text|upper\s+case|propert(?<_1>y|ies))\b/,
438
+ name: "support.class.built-in.applescript"},
439
+ {match: /\b(?i:alias|class)(?<_1>es)?\b/,
440
+ name: "support.class.built-in.applescript"},
115
441
  {match:
116
- /\b(booleans?|integers?|reals?|numbers?|(linked )?lists?|vectors?|records?|items?|scripts?|events?|propert(y|ies)|constants?|prepositions?|reference forms?|handlers?|data|characters?|writing code( infos?)?|missing values?|references?|anything|missing value|upper case|app(lications?)?|text items?|((international|styled( Clipboard|Unicode)?|Unicode) )?text|(C | encoded| Pascal )?strings?|(type )?class(es)?|RGB colors?|pictures?|sounds?|versions?|file specifications?|alias(es)?|machines?|zones?|keystrokes?|seconds|dates?|months?|(cubic |square |cubic centi|square kilo|centi|kilo)met(er|re)s|(square |cubic )?(yards|feet)|(square )?miles|(cubic )?inches|lit(re|er)s|gallons|quarts|(kilo)?grams|ounces|pounds|degrees (Celsius|Fahrenheit|Kelvin))\b/,
442
+ /\b(?i:app(?<_1>lication)?|boolean|character|constant|date|event|file(?<_2>\s+specification)?|handler|integer|item|keystroke|linked\s+list|list|machine|number|picture|preposition|POSIX\s+file|real|record|reference(?<_3>\s+form)?|RGB\s+color|script|sound|text\s+item|type\s+class|vector|writing\s+code(?<_4>\s+info)?|zone|(?<_5>(?<_6>international|styled(?<_7>\s+(?<_8>Clipboard|Unicode))?|Unicode)\s+)?text|(?<_9>(?<_10>C|encoded|Pascal)\s+)?string)s?\b/,
117
443
  name: "support.class.built-in.applescript"},
118
- {match: /\b\d+((\.(\d+\b)?)?(?i:e\+?\d*\b)?|\b)/,
119
- name: "constant.numeric.applescript"},
120
- {captures: {1 => {name: "variable.other.applescript"}},
121
- match: /(?<=set[ \t])\s*([_a-zA-Z][_a-zA-Z0-9]*)\s*(?=[ \t]+to)/}]},
444
+ {match:
445
+ /(?ix)\b
446
+ (?<_1> (?<_2>cubic\s+(?<_3>centi)?|square\s+(?<_4>kilo)?|centi|kilo)met(?<_5>er|re)s
447
+ | square\s+(?<_6>yards|feet|miles)|cubic\s+(?<_7>yards|feet|inches)|miles|inches
448
+ | lit(?<_8>re|er)s|gallons|quarts
449
+ | (?<_9>kilo)?grams|ounces|pounds
450
+ | degrees\s+(?<_10>Celsius|Fahrenheit|Kelvin)
451
+ )
452
+ \b/,
453
+ name: "support.class.built-in.unit.applescript"},
454
+ {match: /\b(?i:seconds|minutes|hours|days)\b/,
455
+ name: "support.class.built-in.time.applescript"}]},
122
456
  comments:
123
457
  {patterns:
124
458
  [{captures: {1 => {name: "punctuation.definition.comment.applescript"}},
125
- match: /(--).*$\n?/,
459
+ match: /^\s*(?<_1>#!).*$\n?/,
460
+ name: "comment.line.number-sign.applescript"},
461
+ {captures: {1 => {name: "punctuation.definition.comment.applescript"}},
462
+ match: /(?<_1>--).*$\n?/,
126
463
  name: "comment.line.double-dash.applescript"},
127
464
  {begin: /\(\*/,
128
465
  captures: {0 => {name: "punctuation.definition.comment.applescript"}},
129
466
  end: "\\*\\)",
130
- name: "comment.block.applescript"}]},
467
+ name: "comment.block.applescript",
468
+ patterns: [{include: "#comments.nested"}]}]},
469
+ :"comments.nested" =>
470
+ {patterns:
471
+ [{begin: /\(\*/,
472
+ captures: {0 => {name: "punctuation.definition.comment.applescript"}},
473
+ end: "\\*\\)",
474
+ name: "comment.block.applescript",
475
+ patterns: [{include: "#comments.nested"}]}]},
131
476
  :"data-structures" =>
132
477
  {patterns:
133
- [{begin: /(\{)/,
478
+ [{begin: /(?<_1>\{)/,
134
479
  captures: {1 => {name: "punctuation.section.array.applescript"}},
135
480
  comment:
136
- "\n\t\t\t\t\t\twe cannot necessarily distinguish \"records\" from\n\t\t\t\t\t\t\"arrays\", and so this could be either\n\t\t\t\t\t",
481
+ "We cannot necessarily distinguish \"records\" from \"arrays\", and so this could be either.",
137
482
  end: "(\\})",
138
- name: "meta.data.array.applescript",
483
+ name: "meta.array.applescript",
139
484
  patterns:
140
485
  [{captures:
141
486
  {1 => {name: "constant.other.key.applescript"},
@@ -143,17 +488,17 @@
143
488
  3 => {name: "punctuation.definition.identifier.applescript"},
144
489
  4 => {name: "punctuation.definition.identifier.applescript"},
145
490
  5 => {name: "punctuation.separator.key-value.applescript"}},
146
- match: /([A-Za-z]+|((\|)[^|\n]*(\|)))\s*(:)/},
491
+ match: /(?<_1>\w+|(?<_2>(?<_3>\|)[^|\n]*(?<_4>\|)))\s*(?<_5>:)/},
147
492
  {match: /:/, name: "punctuation.separator.key-value.applescript"},
148
493
  {match: /,/, name: "punctuation.separator.array.applescript"},
149
494
  {include: "#inline"}]},
150
- {begin: /((?<=application )"|(?<=app )")/,
495
+ {begin: /(?:(?<=application )|(?<=app ))(?<_1>")/,
151
496
  captures: {1 => {name: "punctuation.definition.string.applescript"}},
152
497
  end: "(\")",
153
498
  name: "string.quoted.double.application-name.applescript",
154
499
  patterns:
155
500
  [{match: /\\./, name: "constant.character.escape.applescript"}]},
156
- {begin: /(")/,
501
+ {begin: /(?<_1>")/,
157
502
  captures: {1 => {name: "punctuation.definition.string.applescript"}},
158
503
  end: "(\")",
159
504
  name: "string.quoted.double.applescript",
@@ -162,7 +507,7 @@
162
507
  {captures:
163
508
  {1 => {name: "punctuation.definition.identifier.applescript"},
164
509
  2 => {name: "punctuation.definition.identifier.applescript"}},
165
- match: /(\|)[^|\n]*(\|)/,
510
+ match: /(?<_1>\|)[^|\n]*(?<_2>\|)/,
166
511
  name: "meta.identifier.applescript"},
167
512
  {captures:
168
513
  {1 => {name: "punctuation.definition.data.applescript"},
@@ -173,26 +518,39 @@
173
518
  6 => {name: "keyword.operator.applescript"},
174
519
  7 => {name: "support.class.built-in.applescript"}},
175
520
  match:
176
- /(«)(data) (utxt|utf8)([0-9A-Fa-f]*)(»)(?: (as) (Unicode text))?/,
177
- name: "meta.data.applescript"}]},
521
+ /(?<_1>«)(?<_2>data) (?<_3>utxt|utf8)(?<_4>[[:xdigit:]]*)(?<_5>»)(?:\s+(?<_6>as)\s+(?i:Unicode\s+text))?/,
522
+ name: "constant.other.data.utxt.applescript"},
523
+ {begin: /(?<_1>«)(?<_2>\w+)\b(?=\s)/,
524
+ beginCaptures:
525
+ {1 => {name: "punctuation.definition.data.applescript"},
526
+ 2 => {name: "support.class.built-in.applescript"}},
527
+ end: "(»)",
528
+ endCaptures: {1 => {name: "punctuation.definition.data.applescript"}},
529
+ name: "constant.other.data.raw.applescript"},
530
+ {captures:
531
+ {1 => {name: "punctuation.definition.data.applescript"},
532
+ 2 => {name: "punctuation.definition.data.applescript"}},
533
+ match: /(?<_1>«)[^»]*(?<_2>»)/,
534
+ name: "invalid.illegal.data.applescript"}]},
178
535
  finder:
179
536
  {patterns:
180
537
  [{match:
181
- /\b(item|container|(computer|disk|trash)-object|disk|folder|((alias|application|document|internet location) )?file|clipping|package)s?\b/,
538
+ /\b(?<_1>item|container|(?<_2>computer|disk|trash)-object|disk|folder|(?<_3>(?<_4>alias|application|document|internet location) )?file|clipping|package)s?\b/,
182
539
  name: "support.class.finder.items.applescript"},
183
540
  {match:
184
- /\b((Finder|desktop|information|preferences|clipping) )windows?\b/,
541
+ /\b(?<_1>(?<_2>Finder|desktop|information|preferences|clipping) )windows?\b/,
185
542
  name: "support.class.finder.window-classes.applescript"},
186
543
  {match:
187
- /\b(preferences|(icon|column|list) view options|(label|column|alias list)s?)\b/,
544
+ /\b(?<_1>preferences|(?<_2>icon|column|list) view options|(?<_3>label|column|alias list)s?)\b/,
188
545
  name: "support.class.finder.type-definitions.applescript"},
189
546
  {match:
190
- /\b(copy|find|sort|clean up|eject|empty( trash)|erase|reveal|update)\b/,
547
+ /\b(?<_1>copy|find|sort|clean up|eject|empty(?<_2> trash)|erase|reveal|update)\b/,
191
548
  name: "support.function.finder.items.applescript"},
192
549
  {match:
193
- /\b(insertion location|product version|startup disk|desktop|trash|home|computer container|finder preferences)\b/,
550
+ /\b(?<_1>insertion location|product version|startup disk|desktop|trash|home|computer container|finder preferences)\b/,
194
551
  name: "support.constant.finder.applescript"},
195
- {match: /\b(visible)\b/, name: "support.variable.finder.applescript"}]},
552
+ {match: /\b(?<_1>visible)\b/,
553
+ name: "support.variable.finder.applescript"}]},
196
554
  inline:
197
555
  {patterns:
198
556
  [{include: "#comments"},
@@ -202,169 +560,105 @@
202
560
  itunes:
203
561
  {patterns:
204
562
  [{match:
205
- /\b(artwork|application|encoder|EQ preset|item|source|visual|(EQ |browser )?window|((audio CD|device|shared|URL|file) )?track|playlist window|((audio CD|device|radio tuner|library|folder|user) )?playlist)s?\b/,
563
+ /\b(?<_1>artwork|application|encoder|EQ preset|item|source|visual|(?<_2>EQ |browser )?window|(?<_3>(?<_4>audio CD|device|shared|URL|file) )?track|playlist window|(?<_5>(?<_6>audio CD|device|radio tuner|library|folder|user) )?playlist)s?\b/,
206
564
  name: "support.class.itunes.applescript"},
207
565
  {match:
208
- /\b(add|back track|convert|fast forward|(next|previous) track|pause|play(pause)?|refresh|resume|rewind|search|stop|update|eject|subscribe|update(Podcast|AllPodcasts)|download)\b/,
566
+ /\b(?<_1>add|back track|convert|fast forward|(?<_2>next|previous) track|pause|play(?<_3>pause)?|refresh|resume|rewind|search|stop|update|eject|subscribe|update(?<_4>Podcast|AllPodcasts)|download)\b/,
209
567
  name: "support.function.itunes.applescript"},
210
568
  {match:
211
- /\b(current (playlist|stream (title|URL)|track)|player state)\b/,
569
+ /\b(?<_1>current (?<_2>playlist|stream (?<_3>title|URL)|track)|player state)\b/,
212
570
  name: "support.constant.itunes.applescript"},
213
571
  {match:
214
- /\b(current (encoder|EQ preset|visual)|EQ enabled|fixed indexing|full screen|mute|player position|sound volume|visuals enabled|visual size)\b/,
572
+ /\b(?<_1>current (?<_2>encoder|EQ preset|visual)|EQ enabled|fixed indexing|full screen|mute|player position|sound volume|visuals enabled|visual size)\b/,
215
573
  name: "support.variable.itunes.applescript"}]},
216
574
  :"standard-suite" =>
217
575
  {patterns:
218
- [{match: /\b(colors?|documents?|items?|windows?)\b/,
576
+ [{match: /\b(?<_1>colors?|documents?|items?|windows?)\b/,
219
577
  name: "support.class.standard-suite.applescript"},
220
578
  {match:
221
- /\b(close|count|delete|duplicate|exists|make|move|open|print|quit|save|activate|select|data size)\b/,
579
+ /\b(?<_1>close|count|delete|duplicate|exists|make|move|open|print|quit|save|activate|select|data size)\b/,
222
580
  name: "support.function.standard-suite.applescript"},
223
- {match: /\b(name|frontmost|version)\b/,
581
+ {match: /\b(?<_1>name|frontmost|version)\b/,
224
582
  name: "support.constant.standard-suite.applescript"},
225
- {match: /\b(selection)\b/,
583
+ {match: /\b(?<_1>selection)\b/,
226
584
  name: "support.variable.standard-suite.applescript"},
227
585
  {match:
228
- /\b(attachments?|attribute runs?|characters?|paragraphs?|texts?|words?)\b/,
586
+ /\b(?<_1>attachments?|attribute runs?|characters?|paragraphs?|texts?|words?)\b/,
229
587
  name: "support.class.text-suite.applescript"}]},
230
588
  standardadditions:
231
589
  {patterns:
232
- [{match: /\b((alert|dialog) reply)\b/,
590
+ [{match: /\b(?<_1>(?<_2>alert|dialog) reply)\b/,
233
591
  name: "support.class.standardadditions.user-interaction.applescript"},
234
- {match: /\b(file information)\b/,
592
+ {match: /\b(?<_1>file information)\b/,
235
593
  name: "support.class.standardadditions.file.applescript"},
236
- {match: /\b(POSIX files?|system information|volume settings)\b/,
594
+ {match: /\b(?<_1>POSIX files?|system information|volume settings)\b/,
237
595
  name: "support.class.standardadditions.miscellaneous.applescript"},
238
- {match: /\b(URLs?|internet address(es)?|web pages?|FTP items?)\b/,
596
+ {match:
597
+ /\b(?<_1>URLs?|internet address(?<_2>es)?|web pages?|FTP items?)\b/,
239
598
  name: "support.class.standardadditions.internet.applescript"},
240
599
  {match:
241
- /\b(info for|list (disks|folder)|mount volume|path to( resource)?)\b/,
600
+ /\b(?<_1>info for|list (?<_2>disks|folder)|mount volume|path to(?<_3> resource)?)\b/,
242
601
  name: "support.function.standardadditions.file.applescript"},
243
602
  {match:
244
- /\b(beep|choose (application|color|file( name)?|folder|from list|remote application|URL)|delay|display (alert|dialog)|say)\b/,
603
+ /\b(?<_1>beep|choose (?<_2>application|color|file(?<_3> name)?|folder|from list|remote application|URL)|delay|display (?<_4>alert|dialog)|say)\b/,
245
604
  name:
246
605
  "support.function.standardadditions.user-interaction.applescript"},
247
606
  {match:
248
- /\b(ASCII (character|number)|localized string|offset|summarize)\b/,
607
+ /\b(?<_1>ASCII (?<_2>character|number)|localized string|offset|summarize)\b/,
249
608
  name: "support.function.standardadditions.string.applescript"},
250
- {match: /\b(set the clipboard to|the clipboard|clipboard info)\b/,
609
+ {match: /\b(?<_1>set the clipboard to|the clipboard|clipboard info)\b/,
251
610
  name: "support.function.standardadditions.clipboard.applescript"},
252
- {match: /\b(open for access|close access|read|write|get eof|set eof)\b/,
611
+ {match:
612
+ /\b(?<_1>open for access|close access|read|write|get eof|set eof)\b/,
253
613
  name: "support.function.standardadditions.file-i-o.applescript"},
254
- {match: /\b((load|store|run) script|scripting components)\b/,
614
+ {match: /\b(?<_1>(?<_2>load|store|run) script|scripting components)\b/,
255
615
  name: "support.function.standardadditions.scripting.applescript"},
256
616
  {match:
257
- /\b(current date|do shell script|get volume settings|random number|round|set volume|system attribute|system info|time to GMT)\b/,
617
+ /\b(?<_1>current date|do shell script|get volume settings|random number|round|set volume|system attribute|system info|time to GMT)\b/,
258
618
  name: "support.function.standardadditions.miscellaneous.applescript"},
259
619
  {match:
260
- /\b(opening folder|(closing|moving) folder window for|adding folder items to|removing folder items from)\b/,
620
+ /\b(?<_1>opening folder|(?<_2>closing|moving) folder window for|adding folder items to|removing folder items from)\b/,
261
621
  name: "support.function.standardadditions.folder-actions.applescript"},
262
- {match: /\b(open location|handle CGI request)\b/,
622
+ {match: /\b(?<_1>open location|handle CGI request)\b/,
263
623
  name: "support.function.standardadditions.internet.applescript"}]},
264
624
  :"system-events" =>
265
625
  {patterns:
266
- [{match: /\b(audio (data|file))\b/,
626
+ [{match: /\b(?<_1>audio (?<_2>data|file))\b/,
267
627
  name: "support.class.system-events.audio-file.applescript"},
268
628
  {match:
269
- /\b(alias(es)?|(Classic|local|network|system|user) domain objects?|disk( item)?s?|domains?|file( package)?s?|folders?|items?)\b/,
629
+ /\b(?<_1>alias(?<_2>es)?|(?<_3>Classic|local|network|system|user) domain objects?|disk(?<_4> item)?s?|domains?|file(?<_5> package)?s?|folders?|items?)\b/,
270
630
  name: "support.class.system-events.disk-folder-file.applescript"},
271
- {match: /\b(delete|open|move)\b/,
631
+ {match: /\b(?<_1>delete|open|move)\b/,
272
632
  name: "support.function.system-events.disk-folder-file.applescript"},
273
- {match: /\b(folder actions?|scripts?)\b/,
633
+ {match: /\b(?<_1>folder actions?|scripts?)\b/,
274
634
  name: "support.class.system-events.folder-actions.applescript"},
275
635
  {match:
276
- /\b(attach action to|attached scripts|edit action of|remove action from)\b/,
636
+ /\b(?<_1>attach action to|attached scripts|edit action of|remove action from)\b/,
277
637
  name: "support.function.system-events.folder-actions.applescript"},
278
- {match: /\b(movie data|movie file)\b/,
638
+ {match: /\b(?<_1>movie data|movie file)\b/,
279
639
  name: "support.class.system-events.movie-file.applescript"},
280
- {match: /\b(log out|restart|shut down|sleep)\b/,
640
+ {match: /\b(?<_1>log out|restart|shut down|sleep)\b/,
281
641
  name: "support.function.system-events.power.applescript"},
282
642
  {match:
283
- /\b(((application |desk accessory )?process|(check|combo )?box)(es)?|(action|attribute|browser|(busy|progress|relevance) indicator|color well|column|drawer|group|grow area|image|incrementor|list|menu( bar)?( item)?|(menu |pop up |radio )?button|outline|(radio|tab|splitter) group|row|scroll (area|bar)|sheet|slider|splitter|static text|table|text (area|field)|tool bar|UI element|window)s?)\b/,
643
+ /\b(?<_1>(?<_2>(?<_3>application |desk accessory )?process|(?<_4>check|combo )?box)(?<_5>es)?|(?<_6>action|attribute|browser|(?<_7>busy|progress|relevance) indicator|color well|column|drawer|group|grow area|image|incrementor|list|menu(?<_8> bar)?(?<_9> item)?|(?<_10>menu |pop up |radio )?button|outline|(?<_11>radio|tab|splitter) group|row|scroll (?<_12>area|bar)|sheet|slider|splitter|static text|table|text (?<_13>area|field)|tool bar|UI element|window)s?)\b/,
284
644
  name: "support.class.system-events.processes.applescript"},
285
- {match: /\b(click|key code|keystroke|perform|select)\b/,
645
+ {match: /\b(?<_1>click|key code|keystroke|perform|select)\b/,
286
646
  name: "support.function.system-events.processes.applescript"},
287
- {match: /\b(property list (file|item))\b/,
647
+ {match: /\b(?<_1>property list (?<_2>file|item))\b/,
288
648
  name: "support.class.system-events.property-list.applescript"},
289
- {match: /\b(annotation|QuickTime (data|file)|track)s?\b/,
649
+ {match: /\b(?<_1>annotation|QuickTime (?<_2>data|file)|track)s?\b/,
290
650
  name: "support.class.system-events.quicktime-file.applescript"},
291
- {match: /\b((abort|begin|end) transaction)\b/,
651
+ {match: /\b(?<_1>(?<_2>abort|begin|end) transaction)\b/,
292
652
  name: "support.function.system-events.system-events.applescript"},
293
- {match: /\b(XML (attribute|data|element|file)s?)\b/,
653
+ {match: /\b(?<_1>XML (?<_2>attribute|data|element|file)s?)\b/,
294
654
  name: "support.class.system-events.xml.applescript"},
295
- {match: /\b(print settings|users?|login items?)\b/,
655
+ {match: /\b(?<_1>print settings|users?|login items?)\b/,
296
656
  name: "support.class.sytem-events.other.applescript"}]},
297
- :"tell-blocks" =>
298
- {patterns:
299
- [{begin: /^\s*(tell)\s+(?=app(lication)?\s+"(?i:textmate)")(?!.*\bto\b)/,
300
- captures: {1 => {name: "keyword.control.applescript"}},
301
- comment: "tell Textmate",
302
- end: "^\\s*(end tell)",
303
- name: "meta.tell-block.application.textmate.applescript",
304
- patterns:
305
- [{include: "#textmate"},
306
- {include: "#standard-suite"},
307
- {include: "$self"}]},
308
- {begin: /^\s*(tell)\s+(?=app(lication)?\s+"(?i:finder)")(?!.*\bto\b)/,
309
- captures: {1 => {name: "keyword.control.applescript"}},
310
- comment: "tell Finder",
311
- end: "^\\s*(end tell)",
312
- name: "meta.tell-block.application.finder.applescript",
313
- patterns:
314
- [{include: "#finder"},
315
- {include: "#standard-suite"},
316
- {include: "$self"}]},
317
- {begin:
318
- /^\s*(tell)\s+(?=app(lication)?\s+"(?i:system events)")(?!.*\bto\b)/,
319
- captures: {1 => {name: "keyword.control.applescript"}},
320
- comment: "tell System Events",
321
- end: "^\\s*(end tell)",
322
- name: "meta.tell-block.application.system-events.applescript",
323
- patterns:
324
- [{include: "#system-events"},
325
- {include: "#standard-suite"},
326
- {include: "$self"}]},
327
- {begin: /^\s*(tell)\s+(?=app(lication)?\s+"(?i:itunes)")(?!.*\bto\b)/,
328
- captures: {1 => {name: "keyword.control.applescript"}},
329
- comment: "tell iTunes",
330
- end: "^\\s*(end tell)",
331
- name: "meta.tell-block.application.itunes.applescript",
332
- patterns:
333
- [{include: "#itunes"},
334
- {include: "#standard-suite"},
335
- {include: "$self"}]},
336
- {begin: /^\s*(tell)\s+(?=app(lication)?\b)(?!.*\bto\b)/,
337
- captures: {1 => {name: "keyword.control.applescript"}},
338
- comment: "tell generic application",
339
- end: "^\\s*(end tell)",
340
- name: "meta.tell-block.application.generic.applescript",
341
- patterns: [{include: "#standard-suite"}, {include: "$self"}]},
342
- {begin:
343
- /^\s*(tell)\s+(?=app(lication)?\b)(?=.*?to tell\s*(?!.*\bto\b))/,
344
- captures: {1 => {name: "keyword.control.applescript"}},
345
- comment: "tell ... to tell generic application",
346
- end: "^\\s*(end tell)",
347
- name: "meta.tell-block.application.generic.applescript",
348
- patterns: [{include: "#standard-suite"}, {include: "$self"}]},
349
- {begin: /^\s*(tell)\s+.*?(to tell)\s*(?!.*\bto\b)/,
350
- captures:
351
- {1 => {name: "keyword.control.applescript"},
352
- 2 => {name: "keyword.control.applescript"}},
353
- comment: "generic tell ... to tell block",
354
- end: "^\\s*(end tell)",
355
- name: "meta.tell-block.generic.applescript",
356
- patterns: [{include: "$self"}]},
357
- {begin: /^\s*(tell)\s+(?!.*\bto\b)/,
358
- captures: {1 => {name: "keyword.control.applescript"}},
359
- comment: "generic tell block",
360
- end: "^\\s*(end tell)",
361
- name: "meta.tell-block.generic.applescript",
362
- patterns: [{include: "$self"}]}]},
363
657
  textmate:
364
658
  {patterns:
365
- [{match: /\b(print settings)\b/,
659
+ [{match: /\b(?<_1>print settings)\b/,
366
660
  name: "support.class.textmate.applescript"},
367
- {match: /\b(get url|insert|reload bundles)\b/,
661
+ {match: /\b(?<_1>get url|insert|reload bundles)\b/,
368
662
  name: "support.function.textmate.applescript"}]}},
369
663
  scopeName: "source.applescript",
370
664
  uuid: "777CF925-14B9-428E-B07B-17FAAB8FA27E"}