Commit Graph

35356 Commits

Author SHA1 Message Date
Linus Eriksson
9dcd9b1fa4 ⬆️ tree-view@0.223.0 2018-08-20 15:09:02 -07:00
Max Brunsfeld
a5c4ea993b ⬆️ language-typescript 2018-08-20 14:55:29 -07:00
Max Brunsfeld
383e2f58b9 ⬆️ language packages 2018-08-20 13:27:42 -07:00
Max Brunsfeld
a0bbc6c7c4 Merge pull request #17881 from atom/mb-compatible-scope-descriptors
Support a single scope name field on Tree-sitter grammars
2018-08-20 13:15:01 -07:00
Max Brunsfeld
3efd81b363 ⬆️ snippets 2018-08-20 12:13:21 -07:00
Max Brunsfeld
f305f6cc19 ⬆️ more language packages 2018-08-20 11:25:48 -07:00
Max Brunsfeld
bca6550f5f ⬆️ language packages 2018-08-20 11:01:04 -07:00
Max Brunsfeld
fd6f9d39bd Make tree-sitter scope descriptors match HTML classes, not syntax tree 2018-08-20 10:40:55 -07:00
Max Brunsfeld
760b38c54b Support a single scope name field on Tree-sitter grammars
* Remove the `legacyScopeName` field
* Remove the legacy scope name concept from the Config class
* Handle tree-sitter grammars and textmate grammars having the same 
scope names
2018-08-20 09:58:37 -07:00
David Wilson
a03aac7652 Merge pull request #17868 from atom/dw-fix-missing-readmes
Fix missing READMEs on core package detail pages
2018-08-16 05:00:35 -07:00
David Wilson
138966224a Fix missing READMEs on core package detail pages
Fixes atom/settings-view#1069

Co-Authored-By: Tilde Ann Thurium <annthurium@github.com>
2018-08-15 16:34:57 -07:00
David Wilson
f922b7bd91 Merge pull request #17779 from atom/fb-mdt-esc-shouldnt-destroy
Don't take destructive action on esc
2018-08-15 06:41:36 -07:00
Tilde Ann Thurium
88bcb66f2e Merge pull request #17863 from atom/tt-18-aug-bump-metrics
⬆️ `metrics` to 1.6.1
2018-08-14 15:57:05 -07:00
Tilde Ann Thurium
be446e64f4 add package-lock.json 2018-08-14 14:50:09 -07:00
Tilde Ann Thurium
418f9f0c56 ⬆️ metrics to 1.6.1 2018-08-14 14:41:37 -07:00
Allison (Sheren) McMillan
4dd4123aa1 Merge pull request #17861 from atom/near-term-roadmap-update
Updates atom near term roadmap
2018-08-14 14:13:58 -04:00
Allison McMillan
ada74bfd49 Updates atom near term roadmap 2018-08-14 11:13:50 -04:00
Ash Wilson
d942b99404 Merge pull request #17831 from atom/aw/github-up-stable
:arrow-up: github on dev
2018-08-14 09:11:28 -04:00
Ash Wilson
10c772adfb ⬆️ github v0.19.0 2018-08-14 08:12:25 -04:00
Ash Wilson
732d13c5a4 ⬆️ github 2018-08-13 15:54:41 -04:00
Max Brunsfeld
420e120e25 ⬆️ snippets 2018-08-13 11:06:22 -07:00
Ash Wilson
006859bedc :arrow-up: github 2018-08-13 13:48:13 -04:00
Max Brunsfeld
a01d0a7983 Adjust test to await fewer changes due to tree-sitter async bugfix 2018-08-13 10:15:34 -07:00
Max Brunsfeld
49185920bf ⬆️ text-buffer, tree-sitter to fix deprecated Nan API usages 2018-08-12 11:44:37 -07:00
David Wilson
dacf8b8749 Merge pull request #17822 from JosephTLyons/add-missed-word-in-config-doc
Added word "want" in sentence
2018-08-11 08:22:21 -07:00
Joseph Lyons
0a361de70e Added word "want" in sentence 2018-08-11 01:09:33 -04:00
Max Brunsfeld
02ca43db02 ⬆️ language packages 2018-08-10 14:46:55 -07:00
Max Brunsfeld
9072e58ea7 Merge pull request #17816 from atom/mb-tree-sitter-grammar-regex-tweaks
Support two different content-matching regexes for tree-sitter grammars
2018-08-10 13:33:24 -07:00
Max Brunsfeld
6d54578daa Use setTimeout instead of setImmediate in MenuManager
This should fix the flaky test failures that have been occurring on windows VSTS builds
2018-08-10 12:33:00 -07:00
Max Brunsfeld
87784989ad Merge pull request #17750 from atom/mb-reduce-test-noise
Fix errors causing tests to fail when run from the UI
2018-08-10 12:22:54 -07:00
Max Brunsfeld
858071d54e 👕 2018-08-09 17:48:08 -07:00
Max Brunsfeld
8107be3b74 ⬆️ language-shellscript 2018-08-09 17:24:56 -07:00
Max Brunsfeld
6f41353e9f Support two different content-matching regexes for tree-sitter grammars
* firstLineRegex is only tested against the first line of the file, and
  if it matches, it allows the grammar to be used for the file.
* contentRegex is only tested if the grammar matched the file name
  or the grammar's firstLineRegex matched. It is used to break ties
  between grammars like C and C++, Flow and JS
2018-08-09 17:19:32 -07:00
David Wilson
c568c53609 Merge pull request #17815 from atom/dw-electron-2.0.7
⬆️ electron@2.0.7
2018-08-09 16:28:40 -07:00
Winston Liu
f1434cb66a 🔒 2018-08-09 19:02:23 -04:00
David Wilson
1484adea1d ⬆️ electron@2.0.7 2018-08-09 15:25:42 -07:00
Max Brunsfeld
36bb4d51e9 ⬆️ markdown-preview, styleguide 2018-08-09 13:40:45 -07:00
Max Brunsfeld
12875c1939 ⬇️ git-utils because of libgit2 performance regression 2018-08-09 12:21:46 -07:00
David Wilson
0e9f465888 Merge pull request #17804 from atom/dw-fix-pr-auth-error
Only set VSTS build number in non-PR builds to avoid auth errors
2018-08-08 12:53:08 -07:00
David Wilson
46ac543dd5 Only set VSTS build number in non-PR builds to avoid auth errors 2018-08-08 11:14:48 -07:00
Ash Wilson
6367f82cc6 Merge pull request #17803 from atom/aw/build-ci
Use npm and apm ci in CI builds
2018-08-08 13:51:01 -04:00
Ash Wilson
c7aaa880fb Always use install for apm 2018-08-08 12:36:15 -04:00
Max Brunsfeld
fe7df52a5e Merge pull request #17801 from atom/mb-tree-sitter-onDidTokenize
Emit onDidTokenize event from TreeSitterLanguageMode
2018-08-08 09:11:34 -07:00
Ash Wilson
96e563555c Pick up CI from the environment 2018-08-08 10:47:31 -04:00
Ash Wilson
ed47bf7fd5 Set --ci implicitly if CI is set to "true" 2018-08-08 10:47:18 -04:00
Ash Wilson
b804efcbcd 🔒 🔒 :lock 2018-08-08 10:07:41 -04:00
Ash Wilson
fd955a69a7 Upgrade npm to get "ci" 2018-08-08 09:31:08 -04:00
Ash Wilson
690b23cee4 Use --ci on CI builds 2018-08-08 08:58:41 -04:00
Ash Wilson
a4a9b150d2 🔒 2018-08-08 08:54:17 -04:00
Ash Wilson
347da770dc Don't use the npm binary you're about to delete 2018-08-08 08:41:30 -04:00