Skip to content

Commit

Permalink
Update pack and theme dumps
Browse files Browse the repository at this point in the history
* Switch back to upstream sublimehq/Packages because it looks like it
  includes all fixes that were made to the fork.
* Adjust tests to small changes in themes
  • Loading branch information
robinst committed Jul 4, 2017
1 parent ab0f75f commit f8361fc
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "testdata/Packages"]
path = testdata/Packages
url = https://github.com/trishume/Packages
url = https://github.com/sublimehq/Packages
[submodule "testdata/InspiredGitHub.tmtheme"]
path = testdata/InspiredGitHub.tmtheme
url = https://github.com/sethlopezme/InspiredGitHub.tmtheme.git
Expand Down
Binary file modified assets/default.themedump
Binary file not shown.
Binary file modified assets/default_newlines.packdump
Binary file not shown.
Binary file modified assets/default_nonewlines.packdump
Binary file not shown.
2 changes: 1 addition & 1 deletion src/parsing/syntax_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,6 @@ mod tests {
// assert!(false);
let main_context = syntax.contexts.get("main").unwrap();
let count = syntax_definition::context_iter(main_context.clone()).count();
assert_eq!(count, 108);
assert_eq!(count, 109);
}
}
2 changes: 1 addition & 1 deletion testdata/Packages
Submodule Packages updated 111 files
2 changes: 1 addition & 1 deletion testdata/Solarized
2 changes: 1 addition & 1 deletion testdata/spacegray
4 changes: 2 additions & 2 deletions testdata/test3.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<span style="color:#c0c5ce;">&lt;</span><span style="color:#bf616a;">script</span><span style="color:#c0c5ce;"> </span><span style="color:#d08770;">type</span><span style="color:#c0c5ce;">=</span><span style="color:#c0c5ce;">&quot;</span><span style="color:#a3be8c;">text/javascript</span><span style="color:#c0c5ce;">&quot;</span><span style="color:#c0c5ce;">&gt;</span>
<span style="color:#c0c5ce;"> </span><span style="color:#b48ead;">var</span><span style="color:#c0c5ce;"> </span><span style="color:#bf616a;">lol</span><span style="color:#c0c5ce;"> </span><span style="color:#c0c5ce;">=</span><span style="color:#c0c5ce;"> </span><span style="color:#c0c5ce;">&quot;</span><span style="color:#a3be8c;">JS nesting</span><span style="color:#c0c5ce;">&quot;</span><span style="color:#c0c5ce;">;</span>
<span style="color:#c0c5ce;"> </span><span style="color:#b48ead;">class</span><span style="color:#eff1f5;"> </span><span style="color:#ebcb8b;">WithES6</span><span style="color:#eff1f5;"> </span><span style="color:#b48ead;">extends</span><span style="color:#eff1f5;"> </span><span style="color:#a3be8c;">THREE</span><span style="color:#eff1f5;">.</span><span style="color:#a3be8c;">Mesh</span><span style="color:#eff1f5;"> </span><span style="color:#eff1f5;">{</span>
<span style="color:#eff1f5;"> </span><span style="color:#b48ead;">static</span><span style="color:#eff1f5;"> </span><span style="color:#8fa1b3;">highQuality</span><span style="color:#c0c5ce;">(</span><span style="color:#c0c5ce;">)</span><span style="color:#eff1f5;"> </span><span style="color:#eff1f5;">{</span><span style="color:#eff1f5;"> </span><span style="color:#65737e;">//</span><span style="color:#65737e;"> such classes</span>
<span style="color:#eff1f5;"> </span><span style="color:#b48ead;">return</span><span style="color:#eff1f5;"> </span><span style="color:#bf616a;">this</span><span style="color:#eff1f5;">.</span><span style="color:#bf616a;">toString</span><span style="color:#eff1f5;">(</span><span style="color:#eff1f5;">)</span><span style="color:#eff1f5;">;</span>
<span style="color:#eff1f5;"> </span><span style="color:#b48ead;">static</span><span style="color:#eff1f5;"> </span><span style="color:#8fa1b3;">highQuality</span><span style="color:#eff1f5;">(</span><span style="color:#eff1f5;">)</span><span style="color:#eff1f5;"> </span><span style="color:#eff1f5;">{</span><span style="color:#eff1f5;"> </span><span style="color:#65737e;">//</span><span style="color:#65737e;"> such classes</span>
<span style="color:#eff1f5;"> </span><span style="color:#b48ead;">return</span><span style="color:#eff1f5;"> </span><span style="color:#bf616a;">this</span><span style="color:#eff1f5;">.</span><span style="color:#8fa1b3;">toString</span><span style="color:#eff1f5;">(</span><span style="color:#eff1f5;">)</span><span style="color:#eff1f5;">;</span>
<span style="color:#eff1f5;"> </span><span style="color:#eff1f5;">}</span>
<span style="color:#eff1f5;"> </span><span style="color:#eff1f5;">}</span>
<span style="color:#c0c5ce;"> </span><span style="color:#ab7967;">&lt;%</span>
Expand Down

0 comments on commit f8361fc

Please sign in to comment.