code_rippa 0.0.7 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile.lock +36 -0
  3. data/LICENSE +2 -2
  4. data/README.md +18 -1
  5. data/bin/code_rippa +15 -16
  6. data/code_rippa.gemspec +12 -10
  7. data/lib/code_rippa.rb +69 -51
  8. data/lib/code_rippa/syntax/actionscript.syntax +52 -52
  9. data/lib/code_rippa/syntax/active4d.syntax +226 -180
  10. data/lib/code_rippa/syntax/active4d_html.syntax +163 -173
  11. data/lib/code_rippa/syntax/active4d_ini.syntax +34 -27
  12. data/lib/code_rippa/syntax/active4d_library.syntax +8 -15
  13. data/lib/code_rippa/syntax/ada.syntax +19 -18
  14. data/lib/code_rippa/syntax/antlr.syntax +85 -85
  15. data/lib/code_rippa/syntax/apache.syntax +103 -109
  16. data/lib/code_rippa/syntax/applescript.syntax +244 -229
  17. data/lib/code_rippa/syntax/asp.syntax +41 -36
  18. data/lib/code_rippa/syntax/asp_vb.net.syntax +77 -72
  19. data/lib/code_rippa/syntax/bibtex.syntax +88 -90
  20. data/lib/code_rippa/syntax/blog_html.syntax +17 -29
  21. data/lib/code_rippa/syntax/blog_markdown.syntax +17 -27
  22. data/lib/code_rippa/syntax/blog_text.syntax +15 -15
  23. data/lib/code_rippa/syntax/blog_textile.syntax +15 -15
  24. data/lib/code_rippa/syntax/build.syntax +27 -27
  25. data/lib/code_rippa/syntax/bulletin_board.syntax +159 -172
  26. data/lib/code_rippa/syntax/c.syntax +31 -34
  27. data/lib/code_rippa/syntax/cake.syntax +27 -27
  28. data/lib/code_rippa/syntax/camlp4.syntax +23 -23
  29. data/lib/code_rippa/syntax/cm.syntax +19 -18
  30. data/lib/code_rippa/syntax/coffeescript.syntax +134 -181
  31. data/lib/code_rippa/syntax/coldfusion.syntax +51 -60
  32. data/lib/code_rippa/syntax/context_free.syntax +106 -106
  33. data/lib/code_rippa/syntax/cs.syntax +31 -34
  34. data/lib/code_rippa/syntax/css.syntax +112 -112
  35. data/lib/code_rippa/syntax/css_experimental.syntax +1006 -1004
  36. data/lib/code_rippa/syntax/csv.syntax +40 -44
  37. data/lib/code_rippa/syntax/d.syntax +80 -84
  38. data/lib/code_rippa/syntax/diff.syntax +46 -45
  39. data/lib/code_rippa/syntax/dokuwiki.syntax +118 -119
  40. data/lib/code_rippa/syntax/dot.syntax +26 -26
  41. data/lib/code_rippa/syntax/doxygen.syntax +26 -26
  42. data/lib/code_rippa/syntax/dylan.syntax +35 -35
  43. data/lib/code_rippa/syntax/eiffel.syntax +39 -42
  44. data/lib/code_rippa/syntax/erlang.syntax +514 -511
  45. data/lib/code_rippa/syntax/f-script.syntax +44 -44
  46. data/lib/code_rippa/syntax/fortran.syntax +80 -76
  47. data/lib/code_rippa/syntax/fxscript.syntax +78 -77
  48. data/lib/code_rippa/syntax/greasemonkey.syntax +20 -20
  49. data/lib/code_rippa/syntax/gri.syntax +47 -47
  50. data/lib/code_rippa/syntax/groovy.syntax +105 -114
  51. data/lib/code_rippa/syntax/gtd.syntax +10 -10
  52. data/lib/code_rippa/syntax/gtdalt.syntax +83 -83
  53. data/lib/code_rippa/syntax/haml.syntax +50 -50
  54. data/lib/code_rippa/syntax/haskell.syntax +47 -47
  55. data/lib/code_rippa/syntax/html-asp.syntax +15 -15
  56. data/lib/code_rippa/syntax/html_django.syntax +15 -14
  57. data/lib/code_rippa/syntax/html_for_asp.net.syntax +232 -245
  58. data/lib/code_rippa/syntax/html_mason.syntax +75 -74
  59. data/lib/code_rippa/syntax/html_rails.syntax +17 -27
  60. data/lib/code_rippa/syntax/html_tcl.syntax +13 -13
  61. data/lib/code_rippa/syntax/icalendar.syntax +15 -15
  62. data/lib/code_rippa/syntax/inform.syntax +26 -26
  63. data/lib/code_rippa/syntax/ini.syntax +30 -30
  64. data/lib/code_rippa/syntax/installer_distribution_script.syntax +49 -49
  65. data/lib/code_rippa/syntax/io.syntax +49 -46
  66. data/lib/code_rippa/syntax/java.syntax +117 -126
  67. data/lib/code_rippa/syntax/javaproperties.syntax +13 -12
  68. data/lib/code_rippa/syntax/javascript.syntax +141 -141
  69. data/lib/code_rippa/syntax/javascript_+_prototype.syntax +42 -41
  70. data/lib/code_rippa/syntax/javascript_+_prototype_bracketed.syntax +92 -91
  71. data/lib/code_rippa/syntax/jquery_javascript.syntax +64 -64
  72. data/lib/code_rippa/syntax/json.syntax +39 -39
  73. data/lib/code_rippa/syntax/languagedefinition.syntax +373 -453
  74. data/lib/code_rippa/syntax/lexflex.syntax +136 -136
  75. data/lib/code_rippa/syntax/lighttpd.syntax +31 -31
  76. data/lib/code_rippa/syntax/lilypond.syntax +246 -337
  77. data/lib/code_rippa/syntax/lisp.syntax +32 -32
  78. data/lib/code_rippa/syntax/literate_haskell.syntax +12 -12
  79. data/lib/code_rippa/syntax/logo.syntax +13 -14
  80. data/lib/code_rippa/syntax/logtalk.syntax +81 -81
  81. data/lib/code_rippa/syntax/lua.syntax +50 -48
  82. data/lib/code_rippa/syntax/m.syntax +78 -78
  83. data/lib/code_rippa/syntax/macports_portfile.syntax +98 -97
  84. data/lib/code_rippa/syntax/makefile.syntax +19 -19
  85. data/lib/code_rippa/syntax/man.syntax +9 -9
  86. data/lib/code_rippa/syntax/mediawiki.syntax +311 -401
  87. data/lib/code_rippa/syntax/mips.syntax +34 -34
  88. data/lib/code_rippa/syntax/mod_perl.syntax +25 -31
  89. data/lib/code_rippa/syntax/modula-3.syntax +24 -24
  90. data/lib/code_rippa/syntax/moinmoin.syntax +102 -102
  91. data/lib/code_rippa/syntax/mootools.syntax +283 -300
  92. data/lib/code_rippa/syntax/movable_type.syntax +91 -90
  93. data/lib/code_rippa/syntax/multimarkdown.syntax +19 -30
  94. data/lib/code_rippa/syntax/objective-c++.syntax +6 -10
  95. data/lib/code_rippa/syntax/objective-c.syntax +134 -138
  96. data/lib/code_rippa/syntax/ocaml.syntax +455 -453
  97. data/lib/code_rippa/syntax/ocamllex.syntax +94 -93
  98. data/lib/code_rippa/syntax/ocamlyacc.syntax +98 -98
  99. data/lib/code_rippa/syntax/opengl.syntax +6 -6
  100. data/lib/code_rippa/syntax/pascal.syntax +43 -42
  101. data/lib/code_rippa/syntax/perl.syntax +612 -615
  102. data/lib/code_rippa/syntax/plain_text.syntax +17 -20
  103. data/lib/code_rippa/syntax/postscript.syntax +71 -69
  104. data/lib/code_rippa/syntax/processing.syntax +60 -60
  105. data/lib/code_rippa/syntax/prolog.syntax +17 -20
  106. data/lib/code_rippa/syntax/property_list.syntax +338 -359
  107. data/lib/code_rippa/syntax/python.syntax +487 -509
  108. data/lib/code_rippa/syntax/python_django.syntax +9 -10
  109. data/lib/code_rippa/syntax/qmake_project.syntax +67 -67
  110. data/lib/code_rippa/syntax/qt_c++.syntax +12 -15
  111. data/lib/code_rippa/syntax/quake3_config.syntax +18 -17
  112. data/lib/code_rippa/syntax/r.syntax +42 -42
  113. data/lib/code_rippa/syntax/r_console.syntax +7 -8
  114. data/lib/code_rippa/syntax/ragel.syntax +109 -115
  115. data/lib/code_rippa/syntax/rd_r_documentation.syntax +53 -53
  116. data/lib/code_rippa/syntax/regexp.syntax +26 -26
  117. data/lib/code_rippa/syntax/release_notes.syntax +46 -26
  118. data/lib/code_rippa/syntax/remind.syntax +146 -146
  119. data/lib/code_rippa/syntax/restructuredtext.syntax +132 -131
  120. data/lib/code_rippa/syntax/rez.syntax +46 -45
  121. data/lib/code_rippa/syntax/ruby.syntax +533 -601
  122. data/lib/code_rippa/syntax/ruby_experimental.syntax +82 -100
  123. data/lib/code_rippa/syntax/ruby_on_rails.syntax +56 -68
  124. data/lib/code_rippa/syntax/s5.syntax +35 -51
  125. data/lib/code_rippa/syntax/scheme.syntax +162 -260
  126. data/lib/code_rippa/syntax/scilab.syntax +18 -18
  127. data/lib/code_rippa/syntax/setext.syntax +82 -82
  128. data/lib/code_rippa/syntax/shell-unix-generic.syntax +227 -226
  129. data/lib/code_rippa/syntax/slate.syntax +91 -91
  130. data/lib/code_rippa/syntax/sql.syntax +137 -139
  131. data/lib/code_rippa/syntax/sql_rails.syntax +8 -8
  132. data/lib/code_rippa/syntax/ssh-config.syntax +17 -17
  133. data/lib/code_rippa/syntax/standard_ml.syntax +67 -69
  134. data/lib/code_rippa/syntax/strings_file.syntax +20 -23
  135. data/lib/code_rippa/syntax/subversion_commit_message.syntax +20 -20
  136. data/lib/code_rippa/syntax/sweave.syntax +45 -45
  137. data/lib/code_rippa/syntax/swig.syntax +34 -33
  138. data/lib/code_rippa/syntax/tcl.syntax +87 -86
  139. data/lib/code_rippa/syntax/template_toolkit.syntax +67 -65
  140. data/lib/code_rippa/syntax/textile.syntax +111 -145
  141. data/lib/code_rippa/syntax/tsv.syntax +31 -33
  142. data/lib/code_rippa/syntax/twiki.syntax +141 -141
  143. data/lib/code_rippa/syntax/txt2tags.syntax +39 -38
  144. data/lib/code_rippa/syntax/vectorscript.syntax +31 -31
  145. data/lib/code_rippa/syntax/xhtml_1.0.syntax +2297 -2296
  146. data/lib/code_rippa/syntax/xml.syntax +95 -95
  147. data/lib/code_rippa/syntax/xml_strict.syntax +49 -50
  148. data/lib/code_rippa/syntax/xsl.syntax +31 -31
  149. data/lib/code_rippa/syntax/yaml.syntax +86 -86
  150. data/lib/code_rippa/syntax/yaml_converter.rb +37 -0
  151. data/lib/code_rippa/syntax/yui_javascript.syntax +88 -88
  152. data/lib/code_rippa/version.rb +2 -2
  153. data/test/fixtures/hello.rb +5 -3
  154. data/test/test_private_methods.rb +40 -40
  155. data/test/test_public_methods.rb +9 -18
  156. metadata +61 -63
@@ -1,41 +1,41 @@
1
- ---
1
+ ---
2
2
  name: Scilab
3
- fileTypes:
3
+ fileTypes:
4
4
  - sce
5
5
  - sci
6
6
  - tst
7
7
  - dem
8
8
  scopeName: source.scilab
9
9
  uuid: 14374AA3-A329-4623-8DFA-1ACC2CE222B9
10
- foldingStartMarker: ^(?!.*//.*).*\b(if|while|for|function|select)\b
11
- patterns:
10
+ foldingStartMarker: "^(?!.*//.*).*\\b(if|while|for|function|select)\\b"
11
+ patterns:
12
12
  - name: comment.line.double-slash.scilab
13
- begin: //
14
- end: $\n?
13
+ begin: "//"
14
+ end: "$\\n?"
15
15
  - name: constant.numeric.scilab
16
- match: \b(([0-9]+\.?[0-9]*)|(\.[0-9]+))((e|E)(\+|-)?[0-9]+)?\b
16
+ match: "\\b(([0-9]+\\.?[0-9]*)|(\\.[0-9]+))((e|E)(\\+|-)?[0-9]+)?\\b"
17
17
  - name: support.constant.scilab
18
- match: (%inf|%i|%pi|%eps|%e|%nan|%s|%t|%f)\b
18
+ match: "(%inf|%i|%pi|%eps|%e|%nan|%s|%t|%f)\\b"
19
19
  - name: string.quoted.double.scilab
20
20
  begin: "\""
21
21
  end: "\"(?!\")"
22
- patterns:
22
+ patterns:
23
23
  - name: constant.character.escape.scilab
24
24
  match: "''|\"\""
25
25
  - name: string.quoted.single.scilab
26
- begin: (?<![\w\]\)])'
26
+ begin: "(?<![\\w\\]\\)])'"
27
27
  end: "'(?!')"
28
- patterns:
28
+ patterns:
29
29
  - name: constant.character.escape.scilab
30
30
  match: "''|\"\""
31
- - captures:
32
- "1":
31
+ - captures:
32
+ '1':
33
33
  name: keyword.control.scilab
34
- "2":
34
+ '2':
35
35
  name: entity.name.function.scilab
36
- match: \b(function)\s+(?:[^=]+=\s*)?(\w+)(?:\s*\(.*\))?
36
+ match: "\\b(function)\\s+(?:[^=]+=\\s*)?(\\w+)(?:\\s*\\(.*\\))?"
37
37
  - name: keyword.control.scilab
38
- match: \b(if|then|else|elseif|while|for|function|end|endfunction|return|select|case|break|global)\b
38
+ match: "\\b(if|then|else|elseif|while|for|function|end|endfunction|return|select|case|break|global)\\b"
39
39
  - name: punctuation.separator.continuation.scilab
40
- match: \.\.\.\s*$
41
- foldingStopMarker: \b(endfunction|end)\b
40
+ match: "\\.\\.\\.\\s*$"
41
+ foldingStopMarker: "\\b(endfunction|end)\\b"
@@ -1,147 +1,147 @@
1
- ---
1
+ ---
2
2
  name: Setext
3
- fileTypes:
3
+ fileTypes:
4
4
  - etx
5
5
  - etx.txt
6
6
  firstLineMatch: setext
7
7
  scopeName: text.setext
8
- repository:
9
- underline:
8
+ repository:
9
+ underline:
10
10
  name: markup.underline.setext
11
- captures:
12
- "1":
11
+ captures:
12
+ '1':
13
13
  name: punctuation.definition.underline.setext
14
- "2":
14
+ '2':
15
15
  name: punctuation.definition.underline.setext
16
- "3":
16
+ '3':
17
17
  name: punctuation.definition.underline.setext
18
- "4":
18
+ '4':
19
19
  name: punctuation.definition.underline.setext
20
- match: \b(_)\w+(?<!_)(_)\b|\b(_).+(?<!_)(_)\b
21
- hotword:
20
+ match: "\\b(_)\\w+(?<!_)(_)\\b|\\b(_).+(?<!_)(_)\\b"
21
+ hotword:
22
22
  name: meta.link.reference.setext
23
- captures:
24
- "0":
23
+ captures:
24
+ '0':
25
25
  name: constant.other.reference.link.setext
26
- "1":
26
+ '1':
27
27
  name: punctuation.definition.reference.setext
28
- match: \b[-\w.]*\w(?<!_)(_)\b
29
- inline:
30
- patterns:
28
+ match: "\\b[-\\w.]*\\w(?<!_)(_)\\b"
29
+ inline:
30
+ patterns:
31
31
  - include: "#italic"
32
32
  - include: "#bold"
33
33
  - include: "#underline"
34
34
  - include: "#hotword"
35
35
  - include: "#link"
36
36
  - include: "#doc_separator"
37
- bold:
37
+ bold:
38
38
  name: markup.bold.setext
39
- captures:
40
- "1":
39
+ captures:
40
+ '1':
41
41
  name: punctuation.definition.bold.setext
42
- "2":
42
+ '2':
43
43
  name: punctuation.definition.bold.setext
44
- match: ([*]{2}).+?([*]{2})
45
- link:
46
- captures:
47
- "1":
44
+ match: "([*]{2}).+?([*]{2})"
45
+ link:
46
+ captures:
47
+ '1':
48
48
  name: punctuation.definition.link.setext
49
- "2":
49
+ '2':
50
50
  name: markup.underline.link.setext
51
- "3":
51
+ '3':
52
52
  name: punctuation.definition.link.setext
53
- match: (<)((?i:mailto|https?|ftp|news)://.*?)(>)
53
+ match: "(<)((?i:mailto|https?|ftp|news)://.*?)(>)"
54
54
  comment: Not actually part of setext, added for Tidbits.
55
- doc_separator:
55
+ doc_separator:
56
56
  name: meta.separator.document.setext
57
- captures:
58
- "1":
57
+ captures:
58
+ '1':
59
59
  name: punctuation.definition.separator.setext
60
- match: \s*(\$\$)$\n?
61
- italic:
60
+ match: "\\s*(\\$\\$)$\\n?"
61
+ italic:
62
62
  name: markup.italic.setext
63
- captures:
64
- "1":
63
+ captures:
64
+ '1':
65
65
  name: punctuation.definition.italic.setext
66
- "2":
66
+ '2':
67
67
  name: punctuation.definition.italic.setext
68
- match: (~)\w+(~)
68
+ match: "(~)\\w+(~)"
69
69
  uuid: FB227CE6-DC4C-4632-BCA3-965AE0D8E419
70
- patterns:
70
+ patterns:
71
71
  - include: "#inline"
72
72
  - name: meta.header.setext
73
- captures:
74
- "1":
73
+ captures:
74
+ '1':
75
75
  name: keyword.other.setext
76
- "2":
76
+ '2':
77
77
  name: punctuation.separator.key-value.setext
78
- "3":
78
+ '3':
79
79
  name: string.unquoted.setext
80
- match: ^(Subject|Date|From)(:) (.+)
80
+ match: "^(Subject|Date|From)(:) (.+)"
81
81
  - name: markup.heading.1.setext
82
- match: ^={3,}\s*$\n?
82
+ match: "^={3,}\\s*$\\n?"
83
83
  - name: markup.heading.2.setext
84
- match: ^-{3,}\s*$\n?
84
+ match: "^-{3,}\\s*$\\n?"
85
85
  - name: markup.quote.setext
86
- captures:
87
- "1":
86
+ captures:
87
+ '1':
88
88
  name: punctuation.definition.quote.setext
89
- begin: ^(>)\s
90
- end: $
91
- patterns:
89
+ begin: "^(>)\\s"
90
+ end: "$"
91
+ patterns:
92
92
  - include: "#inline"
93
93
  - name: markup.other.bullet.setext
94
- captures:
95
- "1":
94
+ captures:
95
+ '1':
96
96
  name: punctuation.definition.bullet.setext
97
- begin: ^([*])\s
98
- end: $
99
- patterns:
97
+ begin: "^([*])\\s"
98
+ end: "$"
99
+ patterns:
100
100
  - include: "#inline"
101
101
  - name: markup.raw.setext
102
- endCaptures:
103
- "0":
102
+ endCaptures:
103
+ '0':
104
104
  name: punctuation.definition.raw.end.setext
105
- begin: `
106
- beginCaptures:
107
- "0":
105
+ begin: "`"
106
+ beginCaptures:
107
+ '0':
108
108
  name: punctuation.definition.raw.begin.setext
109
- end: `
109
+ end: "`"
110
110
  - name: meta.note.def.setext
111
- captures:
112
- "7":
111
+ captures:
112
+ '7':
113
113
  name: punctuation.definition.string.end.setext
114
- "1":
114
+ '1':
115
115
  name: punctuation.definition.note.setext
116
- "2":
116
+ '2':
117
117
  name: constant.other.reference.note.setext
118
- "3":
118
+ '3':
119
119
  name: punctuation.definition.reference.setext
120
- "4":
120
+ '4':
121
121
  name: string.quoted.other.note.setext
122
- "5":
122
+ '5':
123
123
  name: punctuation.definition.string.begin.setext
124
- match: ^(\.{2}) ((_)[-\w.]+) +((\()(.+(\))|.+))$
124
+ match: "^(\\.{2}) ((_)[-\\w.]+) +((\\()(.+(\\))|.+))$"
125
125
  - name: meta.link.reference.def.setext
126
- captures:
127
- "1":
126
+ captures:
127
+ '1':
128
128
  name: punctuation.definition.reference.setext
129
- "2":
129
+ '2':
130
130
  name: constant.other.reference.link.setext
131
- "3":
131
+ '3':
132
132
  name: punctuation.definition.reference.setext
133
- "4":
133
+ '4':
134
134
  name: markup.underline.link.setext
135
- match: ^(\.{2}) ((_)[-\w.]+) +(.{2,})$
135
+ match: "^(\\.{2}) ((_)[-\\w.]+) +(.{2,})$"
136
136
  - name: comment.line.double-dot.setext
137
- captures:
138
- "1":
137
+ captures:
138
+ '1':
139
139
  name: punctuation.definition.comment.setext
140
- match: ^(\.{2}) (?![.]).+$\n?
140
+ match: "^(\\.{2}) (?![.]).+$\\n?"
141
141
  - name: comment.block.logical_end_of_text.setext
142
- captures:
143
- "1":
142
+ captures:
143
+ '1':
144
144
  name: punctuation.definition.comment.setext
145
- begin: ^(\.{2})$
145
+ begin: "^(\\.{2})$"
146
146
  end: not(?<=possible)
147
- keyEquivalent: ^~S
147
+ keyEquivalent: "^~S"
@@ -1,6 +1,6 @@
1
- ---
1
+ ---
2
2
  name: Shell Script (Bash)
3
- fileTypes:
3
+ fileTypes:
4
4
  - sh
5
5
  - ss
6
6
  - bashrc
@@ -8,377 +8,378 @@ fileTypes:
8
8
  - bash_login
9
9
  - profile
10
10
  - bash_logout
11
- firstLineMatch: ^#!.*(bash|zsh|sh|tcsh)
11
+ firstLineMatch: "^#!.*(bash|zsh|sh|tcsh)"
12
12
  scopeName: source.shell
13
- repository:
14
- interpolation:
15
- patterns:
13
+ repository:
14
+ interpolation:
15
+ patterns:
16
16
  - name: string.interpolated.backtick.shell
17
- endCaptures:
18
- "0":
17
+ endCaptures:
18
+ '0':
19
19
  name: punctuation.definition.string.end.shell
20
- begin: `
21
- beginCaptures:
22
- "0":
20
+ begin: "`"
21
+ beginCaptures:
22
+ '0':
23
23
  name: punctuation.definition.string.begin.shell
24
- end: `
25
- patterns:
24
+ end: "`"
25
+ patterns:
26
26
  - name: constant.character.escape.shell
27
- match: \\[`\\$]
27
+ match: "\\\\[`\\\\$]"
28
28
  - name: string.interpolated.dollar.shell
29
- endCaptures:
30
- "0":
29
+ endCaptures:
30
+ '0':
31
31
  name: punctuation.definition.string.end.shell
32
- begin: \$\(
33
- beginCaptures:
34
- "0":
32
+ begin: "\\$\\("
33
+ beginCaptures:
34
+ '0':
35
35
  name: punctuation.definition.string.begin.shell
36
- end: \)
37
- patterns:
38
- - include: $self
39
- variable:
40
- patterns:
36
+ end: "\\)"
37
+ patterns:
38
+ - include: "$self"
39
+ variable:
40
+ patterns:
41
41
  - name: variable.other.special.shell
42
- captures:
43
- "1":
42
+ captures:
43
+ '1':
44
44
  name: punctuation.definition.variable.shell
45
- match: (\$)[-*@#?$!0_]
45
+ match: "(\\$)[-*@#?$!0_]"
46
46
  - name: variable.other.positional.shell
47
- captures:
48
- "1":
47
+ captures:
48
+ '1':
49
49
  name: punctuation.definition.variable.shell
50
- match: (\$)[1-9]
50
+ match: "(\\$)[1-9]"
51
51
  - name: variable.other.normal.shell
52
- captures:
53
- "1":
52
+ captures:
53
+ '1':
54
54
  name: punctuation.definition.variable.shell
55
- match: (\$)[a-zA-Z_][a-zA-Z0-9_]*
55
+ match: "(\\$)[a-zA-Z_][a-zA-Z0-9_]*"
56
56
  - name: variable.other.bracket.shell
57
- captures:
58
- "0":
57
+ captures:
58
+ '0':
59
59
  name: punctuation.definition.variable.shell
60
- begin: \$\{
61
- end: \}
60
+ begin: "\\$\\{"
61
+ end: "\\}"
62
62
  uuid: DDEEA3ED-6B1C-11D9-8B10-000D93589AF6
63
- foldingStartMarker: \{
64
- patterns:
63
+ foldingStartMarker: "\\{"
64
+ patterns:
65
65
  - name: support.function.shell
66
- match: \b(time)\b
66
+ match: "\\b(time)\\b"
67
67
  - name: keyword.operator.list.shell
68
- match: ;|&&|&|\|\|
68
+ match: ";|&&|&|\\|\\|"
69
69
  - name: keyword.operator.pipe.shell
70
70
  match: "[|!]"
71
71
  - name: meta.scope.logical-expression.shell
72
- captures:
73
- "1":
72
+ captures:
73
+ '1':
74
74
  name: punctuation.definition.logical-expression.shell
75
- begin: (\[{2})
76
- end: (\]{2})
77
- patterns:
75
+ begin: "(\\[{2})"
76
+ end: "(\\]{2})"
77
+ patterns:
78
78
  - name: keyword.operator.logical.shell
79
- match: ==|!=|&&|!|\|\|
79
+ match: "==|!=|&&|!|\\|\\|"
80
80
  comment: do we want a special rule for ( expr )?
81
- - include: $self
81
+ - include: "$self"
82
82
  - name: meta.scope.expression.shell
83
- captures:
84
- "1":
83
+ captures:
84
+ '1':
85
85
  name: punctuation.definition.expression.shell
86
- begin: (\({2})
87
- end: (\){2})
88
- patterns:
89
- - include: $self
86
+ begin: "(\\({2})"
87
+ end: "(\\){2})"
88
+ patterns:
89
+ - include: "$self"
90
90
  - name: meta.scope.subshell.shell
91
- captures:
92
- "1":
91
+ captures:
92
+ '1':
93
93
  name: punctuation.definition.subshell.shell
94
- begin: (\()
95
- end: (\))
96
- patterns:
97
- - include: $self
94
+ begin: "(\\()"
95
+ end: "(\\))"
96
+ patterns:
97
+ - include: "$self"
98
98
  - name: meta.scope.group.shell
99
- captures:
100
- "1":
99
+ captures:
100
+ '1':
101
101
  name: punctuation.definition.group.shell
102
- begin: (?<=\s|^)(\{)(?=\s|$)
103
- end: (?<=^|;)\s*(\})
104
- patterns:
105
- - include: $self
102
+ begin: "(?<=\\s|^)(\\{)(?=\\s|$)"
103
+ end: "(?<=^|;)\\s*(\\})"
104
+ patterns:
105
+ - include: "$self"
106
106
  - name: constant.character.escape.shell
107
- match: \\.
107
+ match: "\\\\."
108
108
  - name: string.quoted.single.shell
109
- endCaptures:
110
- "0":
109
+ endCaptures:
110
+ '0':
111
111
  name: punctuation.definition.string.end.shell
112
112
  begin: "'"
113
- beginCaptures:
114
- "0":
113
+ beginCaptures:
114
+ '0':
115
115
  name: punctuation.definition.string.begin.shell
116
116
  end: "'"
117
117
  - name: string.quoted.double.shell
118
- endCaptures:
119
- "0":
118
+ endCaptures:
119
+ '0':
120
120
  name: punctuation.definition.string.end.shell
121
- begin: \$?"
122
- beginCaptures:
123
- "0":
121
+ begin: "\\$?\""
122
+ beginCaptures:
123
+ '0':
124
124
  name: punctuation.definition.string.begin.shell
125
125
  end: "\""
126
- patterns:
126
+ patterns:
127
127
  - name: constant.character.escape.shell
128
- match: \\[\$`"\\\n]
128
+ match: "\\\\[\\$`\"\\\\\\n]"
129
129
  - include: "#variable"
130
130
  - include: "#interpolation"
131
131
  - name: string.quoted.single.dollar.shell
132
- endCaptures:
133
- "0":
132
+ endCaptures:
133
+ '0':
134
134
  name: punctuation.definition.string.end.shell
135
- begin: \$'
136
- beginCaptures:
137
- "0":
135
+ begin: "\\$'"
136
+ beginCaptures:
137
+ '0':
138
138
  name: punctuation.definition.string.begin.shell
139
139
  end: "'"
140
- patterns:
140
+ patterns:
141
141
  - name: constant.character.escape.ansi-c.shell
142
- match: \\(a|b|e|f|n|r|t|v|\\|')
142
+ match: "\\\\(a|b|e|f|n|r|t|v|\\\\|')"
143
143
  - name: constant.character.escape.octal.shell
144
- match: \\[0-9]{3}
144
+ match: "\\\\[0-9]{3}"
145
145
  - name: constant.character.escape.hex.shell
146
- match: \\x[0-9a-fA-F]{2}
146
+ match: "\\\\x[0-9a-fA-F]{2}"
147
147
  - name: constant.character.escape.control-char.shell
148
- match: \\c.
148
+ match: "\\\\c."
149
149
  - name: keyword.operator.tilde.shell
150
- match: (?<=\s|:|=|^)~
150
+ match: "(?<=\\s|:|=|^)~"
151
151
  - include: "#variable"
152
152
  - include: "#interpolation"
153
153
  - name: string.other.math.shell
154
- endCaptures:
155
- "0":
154
+ endCaptures:
155
+ '0':
156
156
  name: punctuation.definition.string.end.shell
157
- begin: \$\({2}
158
- beginCaptures:
159
- "0":
157
+ begin: "\\$\\({2}"
158
+ beginCaptures:
159
+ '0':
160
160
  name: punctuation.definition.string.begin.shell
161
- end: \){2}
161
+ end: "\\){2}"
162
162
  - name: string.interpolated.process-substitution.shell
163
- endCaptures:
164
- "0":
163
+ endCaptures:
164
+ '0':
165
165
  name: punctuation.definition.string.end.shell
166
166
  begin: "[><]\\("
167
- beginCaptures:
168
- "0":
167
+ beginCaptures:
168
+ '0':
169
169
  name: punctuation.definition.string.begin.shell
170
- end: \)
170
+ end: "\\)"
171
171
  - name: string.unquoted.heredoc.no-indent.ruby.shell
172
- endCaptures:
173
- "1":
172
+ endCaptures:
173
+ '1':
174
174
  name: keyword.control.heredoc-token.shell
175
- captures:
176
- "0":
175
+ captures:
176
+ '0':
177
177
  name: punctuation.definition.string.shell
178
- begin: (<<)-("|'|)(RUBY)\2
178
+ begin: "(<<)-(\"|'|)(RUBY)\\2"
179
179
  contentName: source.ruby.embedded.shell
180
- beginCaptures:
181
- "1":
180
+ beginCaptures:
181
+ '1':
182
182
  name: keyword.operator.heredoc.shell
183
- "3":
183
+ '3':
184
184
  name: keyword.control.heredoc-token.shell
185
- end: ^\t*(RUBY)$
186
- patterns:
185
+ end: "^\\t*(RUBY)$"
186
+ patterns:
187
187
  - include: source.ruby
188
188
  - name: string.unquoted.heredoc.ruby.shell
189
- endCaptures:
190
- "1":
189
+ endCaptures:
190
+ '1':
191
191
  name: keyword.control.heredoc-token.shell
192
- captures:
193
- "0":
192
+ captures:
193
+ '0':
194
194
  name: punctuation.definition.string.shell
195
- begin: (<<)("|'|)(RUBY)\2
195
+ begin: "(<<)(\"|'|)(RUBY)\\2"
196
196
  contentName: source.ruby.embedded.shell
197
- beginCaptures:
198
- "1":
197
+ beginCaptures:
198
+ '1':
199
199
  name: keyword.operator.heredoc.shell
200
- "3":
200
+ '3':
201
201
  name: keyword.control.heredoc-token.shell
202
- end: ^(RUBY)$
203
- patterns:
202
+ end: "^(RUBY)$"
203
+ patterns:
204
204
  - include: source.ruby
205
205
  - name: string.unquoted.heredoc.no-indent.applescript.shell
206
- endCaptures:
207
- "1":
206
+ endCaptures:
207
+ '1':
208
208
  name: keyword.control.heredoc-token.shell
209
- captures:
210
- "0":
209
+ captures:
210
+ '0':
211
211
  name: punctuation.definition.string.shell
212
- begin: (<<)-("|'|)(APPLESCRIPT)\2
212
+ begin: "(<<)-(\"|'|)(APPLESCRIPT)\\2"
213
213
  contentName: source.applescript.embedded.shell
214
- beginCaptures:
215
- "1":
214
+ beginCaptures:
215
+ '1':
216
216
  name: keyword.operator.heredoc.shell
217
- "3":
217
+ '3':
218
218
  name: keyword.control.heredoc-token.shell
219
- end: ^\t*(APPLESCRIPT)$
220
- patterns:
219
+ end: "^\\t*(APPLESCRIPT)$"
220
+ patterns:
221
221
  - include: source.applescript
222
222
  - name: string.unquoted.heredoc.applescript.shell
223
- endCaptures:
224
- "1":
223
+ endCaptures:
224
+ '1':
225
225
  name: keyword.control.heredoc-token.shell
226
- captures:
227
- "0":
226
+ captures:
227
+ '0':
228
228
  name: punctuation.definition.string.shell
229
- begin: (<<)("|'|)(APPLESCRIPT)\2
229
+ begin: "(<<)(\"|'|)(APPLESCRIPT)\\2"
230
230
  contentName: source.applescript.embedded.shell
231
- beginCaptures:
232
- "1":
231
+ beginCaptures:
232
+ '1':
233
233
  name: keyword.operator.heredoc.shell
234
- "3":
234
+ '3':
235
235
  name: keyword.control.heredoc-token.shell
236
- end: ^(APPLESCRIPT)$
237
- patterns:
236
+ end: "^(APPLESCRIPT)$"
237
+ patterns:
238
238
  - include: source.applescript
239
239
  - name: string.unquoted.heredoc.no-indent.html.shell
240
- endCaptures:
241
- "1":
240
+ endCaptures:
241
+ '1':
242
242
  name: keyword.control.heredoc-token.shell
243
- captures:
244
- "0":
243
+ captures:
244
+ '0':
245
245
  name: punctuation.definition.string.shell
246
- begin: (<<)-("|'|)(HTML)\2
246
+ begin: "(<<)-(\"|'|)(HTML)\\2"
247
247
  contentName: text.html.embedded.shell
248
- beginCaptures:
249
- "1":
248
+ beginCaptures:
249
+ '1':
250
250
  name: keyword.operator.heredoc.shell
251
- "3":
251
+ '3':
252
252
  name: keyword.control.heredoc-token.shell
253
- end: ^\t*(HTML)$
254
- patterns:
253
+ end: "^\\t*(HTML)$"
254
+ patterns:
255
255
  - include: text.html.basic
256
256
  - name: string.unquoted.heredoc.html.shell
257
- endCaptures:
258
- "1":
257
+ endCaptures:
258
+ '1':
259
259
  name: keyword.control.heredoc-token.shell
260
- captures:
261
- "0":
260
+ captures:
261
+ '0':
262
262
  name: punctuation.definition.string.shell
263
- begin: (<<)("|'|)(HTML)\2
263
+ begin: "(<<)(\"|'|)(HTML)\\2"
264
264
  contentName: text.html.embedded.shell
265
- beginCaptures:
266
- "1":
265
+ beginCaptures:
266
+ '1':
267
267
  name: keyword.operator.heredoc.shell
268
- "3":
268
+ '3':
269
269
  name: keyword.control.heredoc-token.shell
270
- end: ^(HTML)$
271
- patterns:
270
+ end: "^(HTML)$"
271
+ patterns:
272
272
  - include: text.html.basic
273
273
  - name: string.unquoted.heredoc.no-indent.markdown.shell
274
- endCaptures:
275
- "1":
274
+ endCaptures:
275
+ '1':
276
276
  name: keyword.control.heredoc-token.shell
277
- captures:
278
- "0":
277
+ captures:
278
+ '0':
279
279
  name: punctuation.definition.string.shell
280
- begin: (<<)-("|'|)(MARKDOWN)\2
280
+ begin: "(<<)-(\"|'|)(MARKDOWN)\\2"
281
281
  contentName: text.html.markdown.embedded.shell
282
- beginCaptures:
283
- "1":
282
+ beginCaptures:
283
+ '1':
284
284
  name: keyword.operator.heredoc.shell
285
- "3":
285
+ '3':
286
286
  name: keyword.control.heredoc-token.shell
287
- end: ^\t*(MARKDOWN)$
288
- patterns:
287
+ end: "^\\t*(MARKDOWN)$"
288
+ patterns:
289
289
  - include: text.html.markdown
290
290
  - name: string.unquoted.heredoc.markdown.shell
291
- endCaptures:
292
- "1":
291
+ endCaptures:
292
+ '1':
293
293
  name: keyword.control.heredoc-token.shell
294
- captures:
295
- "0":
294
+ captures:
295
+ '0':
296
296
  name: punctuation.definition.string.shell
297
- begin: (<<)("|'|)(MARKDOWN)\2
297
+ begin: "(<<)(\"|'|)(MARKDOWN)\\2"
298
298
  contentName: text.html.markdown.embedded.shell
299
- beginCaptures:
300
- "1":
299
+ beginCaptures:
300
+ '1':
301
301
  name: keyword.operator.heredoc.shell
302
- "3":
302
+ '3':
303
303
  name: keyword.control.heredoc-token.shell
304
- end: ^(MARKDOWN)$
305
- patterns:
304
+ end: "^(MARKDOWN)$"
305
+ patterns:
306
306
  - include: text.html.markdown
307
307
  - name: string.unquoted.heredoc.no-indent.shell
308
- endCaptures:
309
- "1":
308
+ endCaptures:
309
+ '1':
310
310
  name: keyword.control.heredoc-token.shell
311
- captures:
312
- "0":
311
+ captures:
312
+ '0':
313
313
  name: punctuation.definition.string.shell
314
- begin: (<<)-("|'|)\\?(\w+)\2
315
- beginCaptures:
316
- "1":
314
+ begin: "(<<)-(\"|'|)\\\\?(\\w+)\\2"
315
+ beginCaptures:
316
+ '1':
317
317
  name: keyword.operator.heredoc.shell
318
- "3":
318
+ '3':
319
319
  name: keyword.control.heredoc-token.shell
320
- end: ^\t*(\3)$
320
+ end: "^\\t*(\\3)$"
321
321
  - name: string.unquoted.heredoc.shell
322
- endCaptures:
323
- "1":
322
+ endCaptures:
323
+ '1':
324
324
  name: keyword.control.heredoc-token.shell
325
- captures:
326
- "0":
325
+ captures:
326
+ '0':
327
327
  name: punctuation.definition.string.shell
328
- begin: (<<)("|'|)\\?(\w+)\2
329
- beginCaptures:
330
- "1":
328
+ begin: "(<<)(\"|'|)\\\\?(\\w+)\\2"
329
+ beginCaptures:
330
+ '1':
331
331
  name: keyword.operator.heredoc.shell
332
- "3":
332
+ '3':
333
333
  name: keyword.control.heredoc-token.shell
334
- end: ^(\3)$
334
+ end: "^(\\3)$"
335
335
  - name: meta.herestring.shell
336
- captures:
337
- "1":
336
+ captures:
337
+ '1':
338
338
  name: keyword.operator.herestring.shell
339
- "2":
339
+ '2':
340
340
  name: string.quoted.single.herestring.shell
341
- "3":
341
+ '3':
342
342
  name: punctuation.definition.string.begin.shell
343
- "4":
343
+ '4':
344
344
  name: punctuation.definition.string.end.shell
345
- match: (<<<)((')[^']*('))
345
+ match: "(<<<)((')[^']*('))"
346
346
  - name: meta.herestring.shell
347
- captures:
348
- "6":
347
+ captures:
348
+ '6':
349
349
  name: punctuation.definition.string.end.shell
350
- "1":
350
+ '1':
351
351
  name: keyword.operator.herestring.shell
352
- "2":
352
+ '2':
353
353
  name: string.quoted.double.herestring.shell
354
- "3":
354
+ '3':
355
355
  name: punctuation.definition.string.begin.shell
356
- match: (<<<)((")(\\("|\\)|[^"])*("))
356
+ match: "(<<<)((\")(\\\\(\"|\\\\)|[^\"])*(\"))"
357
357
  - name: meta.herestring.shell
358
- captures:
359
- "1":
358
+ captures:
359
+ '1':
360
360
  name: keyword.operator.herestring.shell
361
- "2":
361
+ '2':
362
362
  name: string.unquoted.herestring.shell
363
- match: (<<<)(([^\s\\]|\\.)+)
363
+ match: "(<<<)(([^\\s\\\\]|\\\\.)+)"
364
364
  - name: keyword.operator.redirect.shell
365
365
  match: "&>|\\d*>&\\d*|\\d*(>>|>|<)|\\d*<&|\\d*<>"
366
- comment: "valid: &>word >&word >word [n]>&[n] [n]<word [n]>word [n]>>word [n]<&word (last one is duplicate)"
366
+ comment: 'valid: &>word >&word >word [n]>&[n] [n]<word [n]>word [n]>>word [n]<&word
367
+ (last one is duplicate)'
367
368
  - name: comment.line.number-sign.shell
368
- captures:
369
- "1":
369
+ captures:
370
+ '1':
370
371
  name: punctuation.definition.comment.shell
371
- match: (?<!\$)(#)(?!\{).*$\n?
372
+ match: "(?<!\\$)(#)(?!\\{).*$\\n?"
372
373
  - name: meta.function.shell
373
- captures:
374
- "1":
374
+ captures:
375
+ '1':
375
376
  name: entity.name.function.shell
376
- "2":
377
+ '2':
377
378
  name: punctuation.definition.arguments.shell
378
- match: \b([^ \t\n]*)\s*(\(\))
379
+ match: "\\b([^ \\t\\n]*)\\s*(\\(\\))"
379
380
  - name: keyword.control.shell
380
- match: \b(?:if|then|else|elif|fi|for|in|do|done|select|case|continue|esac|while|until)\b
381
+ match: "\\b(?:if|then|else|elif|fi|for|in|do|done|select|case|continue|esac|while|until)\\b"
381
382
  - name: storage.modifier.shell
382
- match: \b(?:export)\b
383
- foldingStopMarker: \}
384
- keyEquivalent: ^~S
383
+ match: "\\b(?:export)\\b"
384
+ foldingStopMarker: "\\}"
385
+ keyEquivalent: "^~S"