redcar 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. data/CHANGES +28 -0
  2. data/README.md +7 -0
  3. data/ROADMAP.md +11 -1
  4. data/Rakefile +61 -2
  5. data/bin/redcar +2 -1
  6. data/lib/redcar.rb +4 -3
  7. data/lib/redcar/installer.rb +3 -1
  8. data/lib/redcar/runner.rb +1 -1
  9. data/lib/redcar/usage.rb +4 -7
  10. data/lib/redcar_quick_start.rb +39 -5
  11. data/plugins/application/features/step_definitions/tree_steps.rb +6 -0
  12. data/plugins/application/features/support/env.rb +2 -6
  13. data/plugins/application/icons/redcar_icon_beta_dev.png +0 -0
  14. data/plugins/application/lib/application/command/executor.rb +8 -0
  15. data/plugins/application/lib/application/dialog.rb +25 -2
  16. data/plugins/application/lib/application/notebook.rb +4 -0
  17. data/plugins/application/lib/application/window.rb +4 -0
  18. data/plugins/application_swt/lib/application_swt.rb +2 -0
  19. data/plugins/application_swt/lib/application_swt/dialog_adapter.rb +28 -1
  20. data/plugins/application_swt/lib/application_swt/menu.rb +4 -0
  21. data/plugins/application_swt/lib/application_swt/menu/binding_translator.rb +4 -0
  22. data/plugins/application_swt/lib/application_swt/notebook.rb +22 -1
  23. data/plugins/application_swt/lib/application_swt/notebook/tab_drag_and_drop_listener.rb +124 -0
  24. data/plugins/application_swt/lib/application_swt/notebook/tab_transfer.rb +83 -0
  25. data/plugins/application_swt/lib/application_swt/swt_wrapper.rb +14 -0
  26. data/plugins/application_swt/lib/application_swt/tab.rb +28 -6
  27. data/plugins/application_swt/lib/application_swt/window.rb +88 -43
  28. data/plugins/application_swt/spec/application_swt/menu/binding_translator_spec.rb +11 -0
  29. data/plugins/application_swt/spec/spec_helper.rb +1 -1
  30. data/plugins/auto_completer/lib/auto_completer.rb +3 -20
  31. data/plugins/auto_pairer/lib/auto_pairer/document_controller.rb +1 -1
  32. data/plugins/declarations/lib/declarations/parser.rb +2 -2
  33. data/plugins/declarations/spec/spec_helper.rb +1 -0
  34. data/plugins/edit_view/features/step_definitions/notebook_steps.rb +3 -3
  35. data/plugins/edit_view/features/step_definitions/window_steps.rb +24 -9
  36. data/plugins/edit_view/features/support/env.rb +11 -9
  37. data/plugins/edit_view/lib/edit_view.rb +106 -6
  38. data/plugins/edit_view/lib/edit_view/info_speedbar.rb +32 -3
  39. data/plugins/edit_view/lib/edit_view/select_font_dialog.rb +39 -0
  40. data/plugins/edit_view/lib/edit_view/select_theme_dialog.rb +34 -0
  41. data/plugins/edit_view/lib/edit_view/tab_settings.rb +103 -8
  42. data/plugins/edit_view_swt/lib/edit_view_swt.rb +40 -3
  43. data/plugins/edit_view_swt/lib/edit_view_swt/edit_tab.rb +1 -1
  44. data/plugins/execute_current_tab/lib/execute_current_tab.rb +15 -6
  45. data/plugins/project/features/open_directory_tree.feature +10 -0
  46. data/plugins/project/lib/project.rb +10 -8
  47. data/plugins/project/lib/project/dir_mirror.rb +6 -5
  48. data/plugins/project/lib/project/drb_service.rb +16 -0
  49. data/plugins/project/lib/project/manager.rb +31 -5
  50. data/plugins/redcar/redcar.rb +115 -19
  51. data/plugins/tree_view_swt/lib/tree_view_swt.rb +15 -0
  52. data/textmate/Bundles/Cucumber.tmbundle/Preferences/Cucumber_Plain_Text_Feature_Completions.tmPreferences +3 -3
  53. data/textmate/Bundles/Cucumber.tmbundle/Preferences/Symbol_list___Scenario.tmPreferences +1 -1
  54. data/textmate/Bundles/Cucumber.tmbundle/Syntaxes/Cucumber_Plain_Text_Feature.tmLanguage +18 -76
  55. data/textmate/Bundles/Cucumber.tmbundle/Syntaxes/Cucumber_Steps.tmLanguage +1 -1
  56. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/Animation_animateStyle.tmSnippet +23 -0
  57. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/Event_listen.tmSnippet +16 -0
  58. data/textmate/Bundles/{Cucumber.tmbundle/Snippets/When_Step_Plaintext.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/Event_stop.tmSnippet} +5 -5
  59. data/textmate/Bundles/{Cucumber.tmbundle/Snippets/Then_Step.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/Event_stopListening.tmSnippet} +5 -9
  60. data/textmate/Bundles/{Cucumber.tmbundle/Snippets/Cucumber_Multiline_Steps.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/List_Model.tmSnippet} +10 -7
  61. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/Log_addLoggingMethodsToPrototype.tmSnippet +16 -0
  62. data/textmate/Bundles/{Cucumber.tmbundle/Snippets/Then_Step_Plaintext.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/Log_info.tmSnippet} +5 -5
  63. data/textmate/Bundles/{Cucumber.tmbundle/Snippets/Scenario___heading_only__.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/Log_logProperties.tmSnippet} +5 -7
  64. data/textmate/Bundles/{Cucumber.tmbundle/Snippets/When_Step.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/Model.tmSnippet} +7 -9
  65. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/__L____.tmSnippet +16 -0
  66. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/_insert____.tmSnippet +16 -0
  67. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/_update____.tmSnippet +16 -0
  68. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/controller_get.tmSnippet +16 -0
  69. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/controller_pushScene.tmSnippet +16 -0
  70. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/controller_serviceRequest.tmSnippet +21 -0
  71. data/textmate/Bundles/{Cucumber.tmbundle/Snippets/Scenario_Outline.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/controller_setupWidget.tmSnippet} +5 -9
  72. data/textmate/Bundles/{Cucumber.tmbundle/Snippets/Given_Step.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/controller_showBanner.tmSnippet} +5 -9
  73. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Syntaxes/Mojo.tmLanguage +713 -0
  74. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/info.plist +188 -0
  75. data/textmate/Bundles/Smalltalk.tmbundle/Preferences/GNU_Smalltalk.tmPreferences +32 -0
  76. data/textmate/Bundles/{asciidoc.tmbundle/Preferences/Symbol_List___Heading.tmPreferences → Smalltalk.tmbundle/Preferences/GNU___Symbol_List___Method.tmPreferences} +7 -6
  77. data/textmate/Bundles/{Cucumber.tmbundle/Preferences/next_Symbol_list___Scenario.tmPreferences → Smalltalk.tmbundle/Preferences/GNU___Symbol_List___Section.tmPreferences} +7 -4
  78. data/textmate/Bundles/{asciidoc.tmbundle/Snippets/Bold.tmSnippet → Smalltalk.tmbundle/Preferences/MIST_Smalltalk_Format.tmPreferences} +8 -7
  79. data/textmate/Bundles/Smalltalk.tmbundle/Syntaxes/GNU_Smalltalk.tmLanguage +493 -0
  80. data/textmate/Bundles/Smalltalk.tmbundle/Syntaxes/GNU_Smalltalk_2.tmLanguage +807 -0
  81. data/textmate/Bundles/Smalltalk.tmbundle/Syntaxes/MIST_Smalltalk_Format.tmLanguage +645 -0
  82. data/textmate/Bundles/Smalltalk.tmbundle/info.plist +21 -0
  83. data/textmate/Themes/Twilight.tmTheme +4 -0
  84. metadata +2604 -2586
  85. data/textmate/Bundles/Cucumber.tmbundle/Preferences/next_Cucumber_Plain_Text_Feature_Completions.tmPreferences +0 -30
  86. data/textmate/Bundles/Cucumber.tmbundle/Syntaxes/next_Cucumber_Plain_Text_Feature.tmLanguage +0 -221
  87. data/textmate/Bundles/Cucumber.tmbundle/Syntaxes/next_Cucumber_Steps.tmLanguage +0 -424
  88. data/textmate/Bundles/asciidoc.tmbundle/Preferences/Typing_Pairs___Defaults.tmPreferences +0 -54
  89. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Anchor.tmSnippet +0 -16
  90. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Comment_Block.tmSnippet +0 -19
  91. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Example_Block.tmSnippet +0 -19
  92. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Italic.tmSnippet +0 -16
  93. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Listing_Block.tmSnippet +0 -20
  94. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Literal_Block.tmSnippet +0 -19
  95. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Passthrough_Block.tmSnippet +0 -19
  96. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Quote_Block.tmSnippet +0 -19
  97. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Quoted.tmSnippet +0 -16
  98. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Sidebar_Block.tmSnippet +0 -19
  99. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Subscript.tmSnippet +0 -16
  100. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Superscript.tmSnippet +0 -16
  101. data/textmate/Bundles/asciidoc.tmbundle/Syntaxes/AsciiDoc.tmLanguage +0 -428
  102. data/textmate/Bundles/asciidoc.tmbundle/info.plist +0 -91
@@ -1,54 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>name</key>
6
- <string>Typing Pairs: Defaults</string>
7
- <key>scope</key>
8
- <string>text.html.textile</string>
9
- <key>settings</key>
10
- <dict>
11
- <key>smartTypingPairs</key>
12
- <array>
13
- <array>
14
- <string>_</string>
15
- <string>_</string>
16
- </array>
17
- <array>
18
- <string>*</string>
19
- <string>*</string>
20
- </array>
21
- <array>
22
- <string>"</string>
23
- <string>"</string>
24
- </array>
25
- <array>
26
- <string>(</string>
27
- <string>)</string>
28
- </array>
29
- <array>
30
- <string>{</string>
31
- <string>}</string>
32
- </array>
33
- <array>
34
- <string>[</string>
35
- <string>]</string>
36
- </array>
37
- <array>
38
- <string>`</string>
39
- <string>'</string>
40
- </array>
41
- <array>
42
- <string>^</string>
43
- <string>^</string>
44
- </array>
45
- <array>
46
- <string>~</string>
47
- <string>~</string>
48
- </array>
49
- </array>
50
- </dict>
51
- <key>uuid</key>
52
- <string>CC21920C-CA57-4264-8ADE-41F82F47B997</string>
53
- </dict>
54
- </plist>
@@ -1,16 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>content</key>
6
- <string>[[${1:name}]]</string>
7
- <key>keyEquivalent</key>
8
- <string>^I</string>
9
- <key>name</key>
10
- <string>Anchor</string>
11
- <key>scope</key>
12
- <string>text.html.asciidoc</string>
13
- <key>uuid</key>
14
- <string>7D0AFA31-6E05-4EF0-BF75-D2FD03C3568D</string>
15
- </dict>
16
- </plist>
@@ -1,19 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>content</key>
6
- <string>////////////////////////////////////////////////////////////////////////////
7
- $1
8
- ////////////////////////////////////////////////////////////////////////////
9
- $0</string>
10
- <key>name</key>
11
- <string>Comment Block</string>
12
- <key>scope</key>
13
- <string>text.html.asciidoc</string>
14
- <key>tabTrigger</key>
15
- <string>//</string>
16
- <key>uuid</key>
17
- <string>CBA664A0-A739-4FCB-B02E-7D0C4CAFD963</string>
18
- </dict>
19
- </plist>
@@ -1,19 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>content</key>
6
- <string>============================================================================
7
- $1
8
- ============================================================================
9
- $0</string>
10
- <key>name</key>
11
- <string>Example Block</string>
12
- <key>scope</key>
13
- <string>text.html.asciidoc</string>
14
- <key>tabTrigger</key>
15
- <string>==</string>
16
- <key>uuid</key>
17
- <string>C45B4BCF-1157-402C-B1E0-3080E79AD564</string>
18
- </dict>
19
- </plist>
@@ -1,16 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>content</key>
6
- <string>_${TM_SELECTED_TEXT}_</string>
7
- <key>keyEquivalent</key>
8
- <string>@i</string>
9
- <key>name</key>
10
- <string>Italic</string>
11
- <key>scope</key>
12
- <string>text.html.asciidoc</string>
13
- <key>uuid</key>
14
- <string>6240B07C-AA27-4452-A0AA-388EAE15F62F</string>
15
- </dict>
16
- </plist>
@@ -1,20 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>content</key>
6
- <string>[source,scala]
7
- ----------------------------------------------------------------------
8
- $1
9
- ----------------------------------------------------------------------
10
- $0</string>
11
- <key>name</key>
12
- <string>Listing Block</string>
13
- <key>scope</key>
14
- <string>text.html.asciidoc</string>
15
- <key>tabTrigger</key>
16
- <string>--</string>
17
- <key>uuid</key>
18
- <string>3443B220-7392-4629-8378-EC3757FAE20C</string>
19
- </dict>
20
- </plist>
@@ -1,19 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>content</key>
6
- <string>............................................................................
7
- $1
8
- ............................................................................
9
- $0</string>
10
- <key>name</key>
11
- <string>Literal Block</string>
12
- <key>scope</key>
13
- <string>text.html.asciidoc</string>
14
- <key>tabTrigger</key>
15
- <string>..</string>
16
- <key>uuid</key>
17
- <string>BC5DD930-F85A-45D5-ABD7-CC23DADBC464</string>
18
- </dict>
19
- </plist>
@@ -1,19 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>content</key>
6
- <string>++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7
- $1
8
- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9
- $0</string>
10
- <key>name</key>
11
- <string>Passthrough Block</string>
12
- <key>scope</key>
13
- <string>text.html.asciidoc</string>
14
- <key>tabTrigger</key>
15
- <string>++</string>
16
- <key>uuid</key>
17
- <string>7E568266-F0AA-4442-AAF4-639B89BF5F9A</string>
18
- </dict>
19
- </plist>
@@ -1,19 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>content</key>
6
- <string>____________________________________________________________________________
7
- $1
8
- ____________________________________________________________________________
9
- $0</string>
10
- <key>name</key>
11
- <string>Quote Block</string>
12
- <key>scope</key>
13
- <string>text.html.asciidoc</string>
14
- <key>tabTrigger</key>
15
- <string>__</string>
16
- <key>uuid</key>
17
- <string>E06E0800-64B4-427B-9FEC-24195B2D70C1</string>
18
- </dict>
19
- </plist>
@@ -1,16 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>content</key>
6
- <string>``$TM_SELECTED_TEXT''</string>
7
- <key>keyEquivalent</key>
8
- <string>@'</string>
9
- <key>name</key>
10
- <string>Quoted</string>
11
- <key>scope</key>
12
- <string>text.html.asciidoc</string>
13
- <key>uuid</key>
14
- <string>52F80C8B-22D9-4AF9-84D7-AFF1F94D459A</string>
15
- </dict>
16
- </plist>
@@ -1,19 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>content</key>
6
- <string>****************************************************************************
7
- $1
8
- ****************************************************************************
9
- $0</string>
10
- <key>name</key>
11
- <string>Sidebar Block</string>
12
- <key>scope</key>
13
- <string>text.html.asciidoc</string>
14
- <key>tabTrigger</key>
15
- <string>**</string>
16
- <key>uuid</key>
17
- <string>8AC6651E-4ED4-4AD1-9A21-555C3ED587F7</string>
18
- </dict>
19
- </plist>
@@ -1,16 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>content</key>
6
- <string>~$TM_SELECTED_TEXT~</string>
7
- <key>keyEquivalent</key>
8
- <string>^$</string>
9
- <key>name</key>
10
- <string>Subscript</string>
11
- <key>scope</key>
12
- <string>text.html.asciidoc</string>
13
- <key>uuid</key>
14
- <string>40872EAD-7EAC-4CD8-B23A-5293B696B837</string>
15
- </dict>
16
- </plist>
@@ -1,16 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>content</key>
6
- <string>^$TM_SELECTED_TEXT^</string>
7
- <key>keyEquivalent</key>
8
- <string>^$</string>
9
- <key>name</key>
10
- <string>Superscript</string>
11
- <key>scope</key>
12
- <string>text.html.asciidoc</string>
13
- <key>uuid</key>
14
- <string>9CAEAC8D-5647-404C-BC83-FB8CD1FFEB81</string>
15
- </dict>
16
- </plist>
@@ -1,428 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>comment</key>
6
- <string>
7
- A very early hack. Mostly ripped from other syntaxes.
8
- Only the very basic stuff is working.
9
- </string>
10
- <key>fileTypes</key>
11
- <array>
12
- <string>asc</string>
13
- </array>
14
- <key>foldingStartMarker</key>
15
- <string>(?x)
16
- (([/+-.*_=]){4,}
17
- |&lt;!--(?!.*--&gt;)
18
- )</string>
19
- <key>foldingStopMarker</key>
20
- <string>(?x)
21
- (([/+-.*_=]){4,}
22
- |^\s*--&gt;
23
- )</string>
24
- <key>keyEquivalent</key>
25
- <string>^~A</string>
26
- <key>name</key>
27
- <string>AsciiDoc</string>
28
- <key>patterns</key>
29
- <array>
30
- <dict>
31
- <key>begin</key>
32
- <string>(?x)^
33
- (?= ([/+-.*_=]{4,})\s*$
34
- | ([ \t]{1,})
35
- | [=]{1,6}\s*+
36
- | [ ]{,3}(?&lt;marker&gt;[-*_])([ ]{,2}\k&lt;marker&gt;){2,}[ \t]*+$
37
- )</string>
38
- <key>end</key>
39
- <string>(?x)^
40
- (?! \1
41
- | ([ \t]{1,})
42
- | [=]{1,6}\s*+
43
- | [ ]{,3}(?&lt;marker&gt;[-*_])([ ]{,2}\k&lt;marker&gt;){2,}[ \t]*+$
44
- )</string>
45
- <key>name</key>
46
- <string>meta.block-level.asciidoc</string>
47
- <key>patterns</key>
48
- <array>
49
- <dict>
50
- <key>include</key>
51
- <string>#block_quote</string>
52
- </dict>
53
- <dict>
54
- <key>include</key>
55
- <string>#block_raw</string>
56
- </dict>
57
- <dict>
58
- <key>include</key>
59
- <string>#heading_inline</string>
60
- </dict>
61
- <dict>
62
- <key>include</key>
63
- <string>#separator</string>
64
- </dict>
65
- </array>
66
- </dict>
67
- <dict>
68
- <key>begin</key>
69
- <string>^[ ]{0,3}([*+-])(?=\s)</string>
70
- <key>captures</key>
71
- <dict>
72
- <key>1</key>
73
- <dict>
74
- <key>name</key>
75
- <string>punctuation.definition.list_item.asciidoc</string>
76
- </dict>
77
- </dict>
78
- <key>end</key>
79
- <string>^(?=\S)</string>
80
- <key>name</key>
81
- <string>markup.list.unnumbered.asciidoc</string>
82
- <key>patterns</key>
83
- <array>
84
- <dict>
85
- <key>include</key>
86
- <string>#list-paragraph</string>
87
- </dict>
88
- </array>
89
- </dict>
90
- <dict>
91
- <key>begin</key>
92
- <string>^[ ]{0,3}[0-9]+(\.)(?=\s)</string>
93
- <key>captures</key>
94
- <dict>
95
- <key>1</key>
96
- <dict>
97
- <key>name</key>
98
- <string>punctuation.definition.list_item.asciidoc</string>
99
- </dict>
100
- </dict>
101
- <key>end</key>
102
- <string>^(?=\S)</string>
103
- <key>name</key>
104
- <string>markup.list.numbered.asciidoc</string>
105
- <key>patterns</key>
106
- <array>
107
- <dict>
108
- <key>include</key>
109
- <string>#list-paragraph</string>
110
- </dict>
111
- </array>
112
- </dict>
113
- <dict>
114
- <key>begin</key>
115
- <string>^([/+-.*_=]){4,}\s*$</string>
116
- <key>end</key>
117
- <string>^\1{4,}\s*$</string>
118
- <key>name</key>
119
- <string>comment.block.asciidoc</string>
120
- </dict>
121
- <dict>
122
- <key>begin</key>
123
- <string>^([/+.]){4,}\s*$</string>
124
- <key>comment</key>
125
- <string>
126
- asciidoc formatting is disabled inside certain blocks.
127
- </string>
128
- <key>end</key>
129
- <string>^[/+.]{4,}\s*$</string>
130
- <key>name</key>
131
- <string>meta.disable-asciidoc</string>
132
- </dict>
133
- <dict>
134
- <key>begin</key>
135
- <string>^(?=\S)(?![=-]{3,}(?=$))(?!\.\S+)</string>
136
- <key>end</key>
137
- <string>^(?:\s*$|(?=[ ]{,3}&gt;.))|(?=[ \t]*\n)(?&lt;=^===|^====|=====|^---|^----|-----)[ \t]*\n</string>
138
- <key>name</key>
139
- <string>meta.paragraph.asciidoc</string>
140
- <key>patterns</key>
141
- <array>
142
- <dict>
143
- <key>include</key>
144
- <string>#inline</string>
145
- </dict>
146
- <dict>
147
- <key>include</key>
148
- <string>text.html.basic</string>
149
- </dict>
150
- <dict>
151
- <key>captures</key>
152
- <dict>
153
- <key>1</key>
154
- <dict>
155
- <key>name</key>
156
- <string>punctuation.definition.heading.asciidoc</string>
157
- </dict>
158
- </dict>
159
- <key>match</key>
160
- <string>^(={3,})(?=[ \t]*$)</string>
161
- <key>name</key>
162
- <string>markup.heading.0.asciidoc</string>
163
- </dict>
164
- <dict>
165
- <key>captures</key>
166
- <dict>
167
- <key>1</key>
168
- <dict>
169
- <key>name</key>
170
- <string>punctuation.definition.heading.asciidoc</string>
171
- </dict>
172
- </dict>
173
- <key>match</key>
174
- <string>^(-{3,})(?=[ \t]*$)</string>
175
- <key>name</key>
176
- <string>markup.heading.1.asciidoc</string>
177
- </dict>
178
- <dict>
179
- <key>captures</key>
180
- <dict>
181
- <key>1</key>
182
- <dict>
183
- <key>name</key>
184
- <string>punctuation.definition.heading.asciidoc</string>
185
- </dict>
186
- </dict>
187
- <key>match</key>
188
- <string>^(~{3,})(?=[ \t]*$)</string>
189
- <key>name</key>
190
- <string>markup.heading.2.asciidoc</string>
191
- </dict>
192
- <dict>
193
- <key>captures</key>
194
- <dict>
195
- <key>1</key>
196
- <dict>
197
- <key>name</key>
198
- <string>punctuation.definition.heading.asciidoc</string>
199
- </dict>
200
- </dict>
201
- <key>match</key>
202
- <string>^(\^{3,})(?=[ \t]*$)</string>
203
- <key>name</key>
204
- <string>markup.heading.3.asciidoc</string>
205
- </dict>
206
- <dict>
207
- <key>captures</key>
208
- <dict>
209
- <key>1</key>
210
- <dict>
211
- <key>name</key>
212
- <string>punctuation.definition.heading.asciidoc</string>
213
- </dict>
214
- </dict>
215
- <key>match</key>
216
- <string>^(\+{3,})(?=[ \t]*$)</string>
217
- <key>name</key>
218
- <string>markup.heading.4.asciidoc</string>
219
- </dict>
220
- </array>
221
- </dict>
222
- </array>
223
- <key>repository</key>
224
- <dict>
225
- <key>block_quote</key>
226
- <dict>
227
- <key>begin</key>
228
- <string>^([/+-.*_=]){4,}\s*$</string>
229
- <key>end</key>
230
- <string>^\1{4,}\s*$</string>
231
- <key>name</key>
232
- <string>comment.block.asciidoc</string>
233
- </dict>
234
- <key>block_raw</key>
235
- <dict>
236
- <key>match</key>
237
- <string>\G([ ]{4}|\t).*$\n?</string>
238
- <key>name</key>
239
- <string>markup.raw.block.asciidoc</string>
240
- </dict>
241
- <key>bold</key>
242
- <dict>
243
- <key>begin</key>
244
- <string> (\*|\*\*)(?=\S)</string>
245
- <key>captures</key>
246
- <dict>
247
- <key>1</key>
248
- <dict>
249
- <key>name</key>
250
- <string>punctuation.definition.bold.asciidoc</string>
251
- </dict>
252
- </dict>
253
- <key>end</key>
254
- <string>(?&lt;=\S)(\1)</string>
255
- <key>name</key>
256
- <string>markup.bold.asciidoc</string>
257
- </dict>
258
- <key>bracket</key>
259
- <dict>
260
- <key>comment</key>
261
- <string>
262
- asciidoc will convert this for us. We match it so that the
263
- HTML grammar will not mark it up as invalid.
264
- </string>
265
- <key>match</key>
266
- <string>&lt;(?![a-z/?\$!])</string>
267
- <key>name</key>
268
- <string>meta.other.valid-bracket.asciidoc</string>
269
- </dict>
270
- <key>escape</key>
271
- <dict>
272
- <key>match</key>
273
- <string>\\[-`*_#+.!(){}\[\]\\&gt;]</string>
274
- <key>name</key>
275
- <string>constant.character.escape.asciidoc</string>
276
- </dict>
277
- <key>heading</key>
278
- <dict>
279
- <key>captures</key>
280
- <dict>
281
- <key>1</key>
282
- <dict>
283
- <key>name</key>
284
- <string>punctuation.definition.heading.asciidoc</string>
285
- </dict>
286
- </dict>
287
- <key>contentName</key>
288
- <string>entity.name.section.asciidoc</string>
289
- <key>match</key>
290
- <string>(?m)^(\S+)$([=-~^+])+\s*$</string>
291
- <key>name</key>
292
- <string>markup.heading.asciidoc</string>
293
- </dict>
294
- <key>heading_inline</key>
295
- <dict>
296
- <key>begin</key>
297
- <string>\G(={1,6})(?!=)\s*(?=\S)</string>
298
- <key>captures</key>
299
- <dict>
300
- <key>1</key>
301
- <dict>
302
- <key>name</key>
303
- <string>punctuation.definition.heading.asciidoc</string>
304
- </dict>
305
- </dict>
306
- <key>contentName</key>
307
- <string>entity.name.section.asciidoc</string>
308
- <key>end</key>
309
- <string>\s*(=*)$\n?</string>
310
- <key>name</key>
311
- <string>markup.heading.asciidoc</string>
312
- <key>patterns</key>
313
- <array>
314
- <dict>
315
- <key>include</key>
316
- <string>#inline</string>
317
- </dict>
318
- </array>
319
- </dict>
320
- <key>inline</key>
321
- <dict>
322
- <key>patterns</key>
323
- <array>
324
- <dict>
325
- <key>include</key>
326
- <string>#escape</string>
327
- </dict>
328
- <dict>
329
- <key>include</key>
330
- <string>#bracket</string>
331
- </dict>
332
- <dict>
333
- <key>include</key>
334
- <string>#raw</string>
335
- </dict>
336
- <dict>
337
- <key>include</key>
338
- <string>#bold</string>
339
- </dict>
340
- <dict>
341
- <key>include</key>
342
- <string>#italic</string>
343
- </dict>
344
- <dict>
345
- <key>include</key>
346
- <string>#line-break</string>
347
- </dict>
348
- </array>
349
- </dict>
350
- <key>italic</key>
351
- <dict>
352
- <key>begin</key>
353
- <string>(_|__)(?=\S)</string>
354
- <key>captures</key>
355
- <dict>
356
- <key>1</key>
357
- <dict>
358
- <key>name</key>
359
- <string>punctuation.definition.italic.asciidoc</string>
360
- </dict>
361
- </dict>
362
- <key>end</key>
363
- <string>(?&lt;=\S)(\1)((?!\1)|(?=\1\1))</string>
364
- <key>name</key>
365
- <string>markup.italic.asciidoc</string>
366
- </dict>
367
- <key>line-break</key>
368
- <dict>
369
- <key>match</key>
370
- <string> {\+}$</string>
371
- <key>name</key>
372
- <string>meta.dummy.line-break</string>
373
- </dict>
374
- <key>list-paragraph</key>
375
- <dict>
376
- <key>patterns</key>
377
- <array>
378
- <dict>
379
- <key>begin</key>
380
- <string>\G\s+(?=\S)</string>
381
- <key>end</key>
382
- <string>^\s*$</string>
383
- <key>name</key>
384
- <string>meta.paragraph.list.asciidoc</string>
385
- <key>patterns</key>
386
- <array>
387
- <dict>
388
- <key>include</key>
389
- <string>#inline</string>
390
- </dict>
391
- </array>
392
- </dict>
393
- </array>
394
- </dict>
395
- <key>raw</key>
396
- <dict>
397
- <key>captures</key>
398
- <dict>
399
- <key>1</key>
400
- <dict>
401
- <key>name</key>
402
- <string>punctuation.definition.raw.asciidoc</string>
403
- </dict>
404
- <key>3</key>
405
- <dict>
406
- <key>name</key>
407
- <string>punctuation.definition.raw.asciidoc</string>
408
- </dict>
409
- </dict>
410
- <key>match</key>
411
- <string>(`+)([^`]|(?!(?&lt;!`)\1(?!`))`)*+(\1)</string>
412
- <key>name</key>
413
- <string>markup.raw.inline.asciidoc</string>
414
- </dict>
415
- <key>separator</key>
416
- <dict>
417
- <key>match</key>
418
- <string>\G[ ]{,3}([-*_])([ ]{,2}\1){2,}[ \t]*$\n?</string>
419
- <key>name</key>
420
- <string>meta.separator.asciidoc</string>
421
- </dict>
422
- </dict>
423
- <key>scopeName</key>
424
- <string>text.html.asciidoc</string>
425
- <key>uuid</key>
426
- <string>090F38B8-2CEB-4956-A627-E24C7AA16ED6</string>
427
- </dict>
428
- </plist>