Commit Graph

1572 Commits

Author SHA1 Message Date
Sertonix
477864baaf changed base16 url to use wayback machine 2022-11-07 10:03:40 +01:00
Sertonix
567b0bfa9c removed fs-plus from exception-reporting pack 2022-11-04 22:12:01 +01:00
Sertonix
c08d52e737 update packages README 2022-10-28 12:49:59 +02:00
Sertonix
c131849694 remove unused .md 2022-10-28 12:48:13 +02:00
Steven Nguyen
18d1f19dbc
migrate https://github.com/atom/language-javascript/pull/686
The non-tree sitter version is almost completely copied so nothing to say there.

There are some inconsistencies/missing operators in the tree-sitter version, for example:
- `this`
- `new.target`
- `import.meta`
- The keyword.operator order looks more wrong the more I look at it but that's for another day because of the possible scope regularity change in the future: https://github.com/atom/language-javascript/pull/690
- btw https://github.com/atom/language-javascript/pull/691 looks good to me I should probably do that

Even though tree-sitter will have some above changes I added the new operators (`** **= ?? &&= ||= ??= void`) anyway.
Well `void` is not new it's just missing.
See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators for a list of operators. Of course while the comma is technically an operator, hopefully it's used more to separate elements in arrays or properties in objects.

Also `delete` is an operator not control.
2022-10-02 18:05:29 -05:00
Maurício Szabo
24ef5a1a05
Merge branch 'master' into rebrand-and-bump-electron-to-12 2022-09-16 18:53:37 -03:00
Maurício Szabo
68d48d5872 Merge remote-tracking branch 'origin/rebrand' into rebrand-and-bump-electron-to-12 2022-09-11 11:50:31 -03:00
confused-Techie
9ff325dc3e Removed telemetry testing. Removed remote crash reports 2022-08-29 20:17:08 -07:00
confused-Techie
b50ad10ad3 Gut Telemetry Functionality and associates 2022-08-29 20:08:29 -07:00
confused_techie
b0cf0d2ade
Update packages/language-gfm/CONTRIBUTING.md 2022-08-28 18:41:32 -07:00
confused_techie
9f3e1f0094
Update packages/language-gfm/README.md 2022-08-28 18:41:09 -07:00
confused_techie
f19b1a374a
Update packages/language-css/README.md 2022-08-28 18:40:36 -07:00
confused_techie
75c1a1807b
Update packages/language-css/README.md 2022-08-28 18:40:05 -07:00
confused_techie
a65ad52695
Update packages/language-css/CONTRIBUTING.md 2022-08-28 18:39:41 -07:00
confused_techie
32c267f450
Update packages/language-csharp/README.md 2022-08-28 18:39:06 -07:00
confused_techie
b9d0df2b63
Update packages/language-csharp/README.md 2022-08-28 18:38:34 -07:00
confused_techie
85a2c775b1
Update packages/language-coffee-script/README.md 2022-08-28 18:37:37 -07:00
confused_techie
1143f35578
Update packages/language-coffee-script/README.md 2022-08-28 18:37:18 -07:00
confused_techie
26d12ca8f8
Update packages/language-clojure/README.md 2022-08-28 18:37:01 -07:00
confused_techie
917d0b0124
Update packages/language-clojure/README.md 2022-08-28 18:36:44 -07:00
confused_techie
34d8d80d5f
Update packages/language-c/README.md 2022-08-28 18:36:23 -07:00
confused_techie
ce27885197
Update packages/language-c/README.md 2022-08-28 18:36:11 -07:00
confused_techie
b083210fff
Update packages/language-git/README.md 2022-08-28 18:35:59 -07:00
confused_techie
e53d789701
Update packages/language-git/README.md 2022-08-28 18:35:49 -07:00
confused_techie
53afd1366a
Update packages/language-git/README.md 2022-08-28 18:35:41 -07:00
confused_techie
4b44a9c480
Update packages/language-git/CONTRIBUTING.md 2022-08-28 18:35:32 -07:00
confused_techie
02a42e5ab6
Update packages/language-c/CONTRIBUTING.md 2022-08-28 18:35:22 -07:00
Spiker985
9faae4fd5a Merge remote-tracking branch 'origin/master' into rebrand 2022-08-23 19:29:47 -04:00
Maurício Szabo
9c1ecb2e73 Internalized more packages 2022-08-19 02:23:02 -03:00
Spiker985
d6be65c995 [welcome-view] Fix todo comment 2022-08-17 01:23:49 -03:00
Spiker985
4ca76ff575 [incompatible-packages] Rename A[a]tom -> P[p]ulsar 2022-08-17 01:22:11 -03:00
Spiker985
0f290d2dc2 [exception] Rename A[a]tom -> P[p]ulsar 2022-08-17 01:22:11 -03:00
Spiker985
74bee77c89 [dev-live-reload] Rename A[a]tom -> P[p]ulsar 2022-08-17 01:22:11 -03:00
Spiker985
abf0ac635c [deprecation-cop] Rename A[a]tom -> P[p]ulsar 2022-08-17 01:22:11 -03:00
Spiker985
98088ad86a [dalek] Rename A[a]tom -> P[p]ulsar 2022-08-17 01:22:11 -03:00
Spiker985
fb453df68e [about] Rename A[a]tom -> P[p]ulsar 2022-08-17 01:22:11 -03:00
Spiker985
0fb1073884 [welcome] Rename A[a]tom -> P[p]ulsar 2022-08-17 01:22:11 -03:00
Spiker985
f884f6de83 [themes] Rename A[a]tom -> P[p]ulsar 2022-08-17 01:22:11 -03:00
Maurício Szabo
96c087f495 Disabled an outdated test, and one that is a bug on tree-sitter 2022-08-13 18:41:16 -03:00
Maurício Szabo
63d1f26d20 Fixed tokenization for method invocation 2022-08-13 18:40:45 -03:00
Maurício Szabo
fd5028a258 Fixed package-lock name 2022-08-13 18:40:33 -03:00
Maurício Szabo
a61fd8cd1a Merge remote-tracking branch 'origin/master' into bump-tree-sitter 2022-08-12 15:36:22 -03:00
Maurício Szabo
f6331c3f7b Merge remote-tracking branch 'origin/master' into bump-tree-sitter 2022-08-12 12:31:07 -03:00
confused-Techie
0db3190f42 Additional rebranding where needed 2022-07-26 17:20:19 -07:00
confused-Techie
592ed3fa06 Fixed some URLS 2022-07-26 16:56:52 -07:00
confused-Techie
498ae08f38 Fixed branding, fixed some API values 2022-07-26 16:54:08 -07:00
confused-Techie
abcfc81274 Welcome Package Rebrand - Not Web Links 2022-07-24 18:40:29 -07:00
Amin Yahyaabadi
7c6559f8cd fix: fix the incorrect jsx comment ending 2022-07-01 22:50:00 -07:00
Maurício Szabo
18164b324e Bumped all languages to recent tree-sitter 2022-06-26 11:58:28 -03:00
steven nguyen
3399c06de1 lint 2022-06-26 03:21:15 +00:00
steven nguyen
477b075db5 ➡️ Migrate all language packages
To make https://github.com/atom-community/atom/pull/386 reviewable,
that pr will be separated into many simpler prs. This is one of them.

This first commit does the following:
- update package.json
- update package-lock.json using `./script/build` which also seems to update `apm/package-lock.json`
- update packages/README.md
- clone all language packages. Specifically:
    - `mkdir packages/language-<all of them>`
    - `cd packages/about`
    - For all languages:
        - `cd ../language-<>`
        - `git clone language-<>`
        - Move all files except `.git` from `language-<>/language-<>`
          to `language-<>`
        - delete `language-<>/language-<>`

Since at first I accidentally updated `dependencies` then
`packageDependencies`, it appears that since the versions of language-c,
language-css, language-go, language-javascript, and language-sass don't
match, `dependencies` was reset for those versions.

[Those repos just happen to be precisely the ones that have tree-sitter v19](https://github.com/icecream17/atom-update-backlog/blob/main/Languages.md), (sans language-sass),
which [currently breaks atom](https://github.com/atom/atom/issues/22129). So even though their repos are now
in `packages`, **I've decided to not use them**.

This is done by updating `packageDependencies` only for non-breaking
languages.
2022-06-25 19:58:57 +00:00
Amin Yahyaabadi
74c2c29199
Merge pull request #368 from icecream17/dependabot/npm_and_yarn/packages/welcome/lodash-4.17.21 2022-06-15 14:03:22 -07:00
Amin Yahyaabadi
f15a9de354
Merge branch 'master' into upstream_master_new 2022-06-10 20:06:23 -07:00
dependabot[bot]
1fee09879c
Bump lodash from 4.17.10 to 4.17.21 in /packages/welcome
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-23 16:44:36 +00:00
Steven nguyen
c34b70612d
⬆️ marked to 4.0.10 in packages/deprecation-cop (#23484)
* ⬆️ deprecation-cop@4.0.10

* ⬆️ deprecation-cop 4.0.10

* Update package-lock
2022-01-17 11:42:03 +03:00
Ruby Allison Rose
8b2e42e9fb chore: I forgot how touchy the linter settings were. 2022-01-03 18:14:04 -08:00
Ruby Allison Rose
4dc862073c fix(git-diff): Fixed linter issue and caught unnoticed spec issue. 2022-01-03 15:55:50 -08:00
Ruby Allison Rose
9a118f8d53
Merge branch 'master' into fix--git-diff--nested-repositories-redux 2022-01-02 16:57:35 -08:00
Ruby Allison Rose
967d63bb5e fix(git-diff): Now targets the closest parent repo to the open file.
Initial fix to `helpers` done by Utkarsh, Spec written by me.
Co-authored-by: Utkarsh Gupta <utkarshgupta137@gmail.com>
2022-01-02 16:38:49 -08:00
Sadick
f0d11d660c
Merge pull request #23285 from atom/dependabot/npm_and_yarn/packages/dalek/lodash-4.17.21
Bump lodash from 4.17.15 to 4.17.21 in /packages/dalek
2021-11-25 18:36:30 +03:00
dependabot[bot]
5f8fb62d6b
Bump path-parse from 1.0.6 to 1.0.7 in /packages/dalek
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 17:22:30 +00:00
dependabot[bot]
f2ab7a684e
Bump lodash from 4.17.15 to 4.17.21 in /packages/dalek
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 17:22:21 +00:00
Zachinquarantine
234adb8748
Remove deprecated code strings (#22952)
Remove deprecated code strings
2021-09-20 18:52:48 +03:00
sadick254
8a6581b5c5
Update Discuss links to Github Discussions links
Atom has recently moved to using Github Discussions as the main message
board for all Atom related stuff. It is important to have all Atom
related conversations on one platform to foster transparency.
2021-09-02 22:25:19 +03:00
Amin Yahyaabadi
9fc4c38317 Merge branch 'master' into upstream_master 2021-08-15 23:54:20 -05:00
sadick254
7074840e2d
Fix go-to-line package failing spec 2021-08-13 08:55:18 +03:00
sadick254
fd1f34ffe9
Attach workspace element to the dom
The tests were failing due to nodes not being found on the DOM.
2021-08-13 08:55:18 +03:00
dependabot[bot]
460cd7b2eb
Bump path-parse from 1.0.6 to 1.0.7 in /packages/about
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-10 19:26:13 +00:00
Kent
2c9eea82f4 fixed edtior typo 2021-06-04 21:20:13 +08:00
Sadick
82f8a3f466
Merge pull request #22361 from atom/dependabot/npm_and_yarn/packages/about/lodash-4.17.21
Bump lodash from 4.17.20 to 4.17.21 in /packages/about
2021-05-10 14:31:45 +03:00
dependabot[bot]
66a98b3e72
Bump hosted-git-info from 2.7.1 to 2.8.9 in /packages/about
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-09 16:22:46 +00:00
dependabot[bot]
6aa8a04c78
Bump lodash from 4.17.20 to 4.17.21 in /packages/about
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-07 16:13:22 +00:00
Amin Yahyaabadi
2dc409d602 Merge branch 'master' into upstream_master 2021-04-07 16:16:22 -05:00
Ruby Allison Rose
b079194478
Fix git diff subscriptions (#21968)
The startup script now uses a `Set` to manage `GitDiffView`s held in memory and destroy them when `deactivate` is called.
There are now four major subscription blocks. 
1. The outer subscriptions held by `activate`.
2. The per-editor subscriptions held within `activate`.
3. The per-editor repository event subscriptions held within each `GitDIffView` instance.
4. The per-editor modification event subscriptions held within each `GitDiffView` are only active when the editor content is bound to a valid git repository.

Teardowns of any editor or the module now result in `disposal` of the respective editor's subscriptions or all subscriptions authored within the module.

I removed some of `GitDiffView`'s unnecessary methods such as the `start`, `cancleUpdate`, `addDecoration` and `removeDecorations`;
The last two methods were combined into the body of `updateDiffs`.
`scheduleUpdate` now calls `requestAnimationFrame` instead of `setImmediate` because it's native, standard, and yields
to other more important browser processes. I know Atom Core implements setImmediate, but rAF seems to work just as fast if not faster.
The memory management of the editor markers and diffs have been joined using a WeakMap. When the diffs are destroyed,
so too are the editor markers.
Finally, I added the `destroy` method to handle the teardown of subscriptions and other destroyable objects contained within the `GitDiffViews` before object release.
2021-03-08 21:12:07 +03:00
Sadick
f4d832f2e2
Upgrade to electron 9.4.4 (#21777)
* Electron 9.4.4 Upgrade

Co-authored-by: Amin Yahyaabaadi <aminyahyaabadi74@gmail.com>
Co-authored-by: Maarten Fonville <mfonville@users.noreply.github.com>
Co-authored-by: Andrea Bogazzi <andreabogazzi79@gmail.com>
2021-03-05 07:48:45 +03:00
chbk
eb064bf502
Implement naming conventions in default themes (#20524)
Update of the default syntax themes to implement [naming conventions](https://github.com/atom/flight-manual.atom.io/pull/564) for syntax scopes.

Adds the [template](https://github.com/atom/apm/pull/883) to each theme with custom colors, to accommodate the naming conventions. There should be no compatibility break with existing grammars.

As naming conventions are implemented in more language grammars, their old specific stylesheets can be retired.
2021-02-19 08:55:25 +03:00
DeeDeeG
2469309235
tree-sitter-rust@0.17.0 (#21790) (#21949)
(cherry picked from commit ea5dbdfb57)

Co-authored-by: Musa Ibrahim <small_musa@hotmail.com>
2021-02-15 06:50:52 +03:00
Amin Yahyaabadi
6b49873708 Merge branch 'master' into upstream_master 2021-02-08 21:12:53 -06:00
Jose Ramon C
719be6bc1d
Fix js colors to match solarized dark example (#19991)
Match JS colours more closely the original solarized spec.
2021-01-26 07:56:27 +03:00
DeeDeeG
8d471a58e5
Update the "welcome" package's package-lock.json (#21887)
Gets rid of warnings about cache keys changing in the macOS Tests packages-2 job.
2021-01-25 21:35:39 +03:00
Amin Yahyaabadi
7f38e3f641
Line ending selector refactor (#20542)
Making code modular by introducing Selector class
2021-01-25 19:10:31 +03:00
Sadick
082c2c1f6a
Revert "⬆️ tree-sitter-rust@0.17.0 (#21790)" (#21880)
This reverts commit ea5dbdfb57.
2021-01-20 10:39:00 +03:00
Musa Ibrahim
ea5dbdfb57
⬆️ tree-sitter-rust@0.17.0 (#21790) 2021-01-19 05:10:00 +03:00
aminya
20b3c24e1b Merge branch 'master' into upstream_master 2020-10-20 23:13:06 -05:00
Sadick
53fbe5ada6
Remove unnecessary check to allow scrolling to center (#21488)
* Remove unecessary check

* Update go-to-line package
2020-10-12 20:14:05 +03:00
Amin Yahyaabadi
b0820ffd74 Merge branch 'master' into upstream_master 2020-09-23 07:04:04 -05:00
sadick254
74983fc3ae Bump sinon@9.0.3 2020-09-22 19:19:21 +03:00
sadick254
809303b422 Update stub usage 2020-09-22 18:17:58 +03:00
sadick254
2e014af2d8 Bump chai@4.2.0 2020-09-18 16:57:47 +03:00
Amin Yahyaabadi
6ce43114ca hardcode atom-ide-community 2020-09-16 16:27:15 -05:00
Amin Yahyaabadi
a1d82eaf4b Revert "use environment variables in about package for the atom URL"
This reverts commit 5a366f3e5910c1bba677bf5c1f1dd1b9ab8a84a5.
2020-09-16 03:46:37 -05:00
Amin Yahyaabadi
51f62e4019 use environment variables in about package for the atom URL
Co-Authored-By: DeeDeeG <DeeDeeG@users.noreply.github.com>
2020-09-16 03:46:37 -05:00
dependabot[bot]
81165ceb9a
Bump lodash from 4.17.15 to 4.17.20 in /packages/about
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.20.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.20)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-09 15:44:11 +00:00
Jan T. Sott
2ae2ef1f52 Use UI variables on container
The `.incompatible-package` container looks quite awkward in dark themes, this PR adjusts its look to match that of the `settings-view` containers ([for reference](b6b27e949d/styles/package-card.less (L15-L16))).
2020-08-27 19:13:56 +03:00
Isaac Clayton
f78af03d08
Add async and await keywords to Rust highlighter
This commit adds support for Rust's `async` and `await` keywords to `language-rust-bundled`. See #20905 for more information.
2020-06-10 09:04:13 -06:00
Darangi
58c2246637 adjusted expected values in exception-reporting specs 2020-02-11 22:34:40 +01:00
Darangi
67d61c0351 fixed failed to load language-rust-bundled 2020-01-24 19:28:42 +01:00
Darangi
f473a9aab6 packages/dalek package-lock.json 2020-01-24 17:18:06 +01:00
Darangi
b9078c7fdf ⬆️language-rust-bundled@0.15.2 2019-12-06 19:43:03 +01:00
Marek Jeszka
d94b0ec370
Fix base16 project link 2019-09-24 13:39:52 +02:00
Jason Rudolph
5b4f2696e7
Merge pull request #19800 from atom/dependabot/npm_and_yarn/packages/about/js-yaml-3.13.1
Bump js-yaml from 3.12.0 to 3.13.1 in /packages/about
2019-08-15 14:12:53 -04:00
dependabot[bot]
8980caabd1
Bump js-yaml from 3.12.0 to 3.13.1 in /packages/about
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-15 15:40:28 +00:00
dependabot[bot]
a5ebad252e
Bump lodash from 4.17.10 to 4.17.15 in /packages/about
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-15 15:06:05 +00:00
Jason Rudolph
56399644f2
👕 2019-08-12 14:22:00 -04:00
Jason Rudolph
3cd91ffbb7
➡️ Migrate core package 'update-package-dependencies' into ./packages 2019-08-12 13:35:01 -04:00
Jason Rudolph
35449e862f
👕 2019-08-12 08:42:46 -04:00
Jason Rudolph
f05db285f8
➡️ Migrate core package 'welcome' into ./packages 2019-08-09 16:12:23 -04:00
Antonio Scandurra
ef01db65c6 Use class colors for inherited classes in One syntax themes 2019-07-31 17:21:40 +02:00
Benjamin Gray
5f220a8224 fix spec 2019-06-21 19:44:24 +10:00
Benjamin Gray
a92c86f194 Default to no Tree-sitter grammars 2019-06-21 14:57:31 +10:00
Benjamin Gray
4bcb51984e Merge branch 'master' of github.com:atom/atom 2019-06-21 01:34:41 +10:00
Benjamin Gray
5b344aea6d fix lint 2019-06-20 12:02:18 +10:00
Benjamin Gray
7d5a52f755 clean up duplicate removal 2019-06-20 11:47:15 +10:00
Max Brunsfeld
7bfd33c519 Add includeChildren injection point API, use it for rust injections 2019-06-17 16:54:15 -07:00
Max Brunsfeld
8988f87da4 Use injection to re-parse rust macro calls and defs as rust 2019-06-17 15:34:18 -07:00
Max Brunsfeld
6708932b4a ⬆️ tree-sitter-rust 2019-06-17 15:34:18 -07:00
Benjamin Gray
29a7b776e3 fix lint 2019-06-15 17:05:37 +10:00
Benjamin Gray
14f5f99639 go with default include approach 2019-06-15 16:50:23 +10:00
Benjamin Gray
f141ca35a3 Merge branch 'master' of github.com:atom/atom 2019-06-12 14:39:28 +10:00
Nathan Sobo
93f0184a25
Merge pull request #19396 from atom/wl-autoflow-latex-tags
autoflow: Do not reflow selections that contain only LaTeX tags
2019-06-10 16:56:33 -05:00
Rafael Oleza
faa36949d9
Merge pull request #19387 from dan1wang/master
Highlight keyword.operator by default
2019-06-10 11:23:58 +02:00
Rafael Oleza
66f7f1746a Reformat all JS files using prettier 2019-05-31 20:26:19 +02:00
Rafael Oleza
41840abdc2 Merge commit '1d9a4cafcf6cc288d675512db8fd984e13aab869' into pr18738 2019-05-31 20:25:41 +02:00
Rafael Oleza
0580aa11d1 Merge commit '677bbb7f0b8754787ff9e7bfab4602ba82e13b0b' into pr18738 2019-05-31 20:19:05 +02:00
Rafael Oleza
219a1f58ff Merge commit '1d9a4cafcf6cc288d675512db8fd984e13aab869' into wl-autoflow-latex-tags 2019-05-31 18:57:16 +02:00
Rafael Oleza
7f3f040628 Reformat all JS files using prettier 2019-05-31 18:33:56 +02:00
Winston Liu
54f757bbe7
autoflow: Do not reflow selections that contain only LaTeX tags 2019-05-23 18:26:26 -04:00
dan1wang
d6dca879c4 Highlight keyword.operator by default (#19386) 2019-05-23 13:30:43 +08:00
Rafael Oleza
d846bd5e87
Merge pull request #19074 from rafeca/upgrade-underscore-plus
⬆️ underscore-plus@1.7.0
2019-04-27 19:13:00 +02:00
Max Brunsfeld
773209ece4 ⬆️ language-c, tree-sitter-rust 2019-04-18 15:01:46 -07:00
Rafael Oleza
b2dc9224f6 ⬆️ underscore-plus@1.7.0 2019-03-29 18:11:47 +01:00
Benjamin Gray
cb501f8897 Better tests and enable returning Tree-sitter by default 2019-03-04 21:09:26 +11:00
Benjamin Gray
424c7123b8 fix lints 2019-03-04 17:39:58 +11:00
Benjamin Gray
8dcdae902a merge upstream 2019-03-04 16:44:52 +11:00
Rafael Oleza
ec705399e6 Remove uneeded methods from async-spec-helpers modules 2019-03-01 12:05:21 +01:00
Rafael Oleza
a93808d1a8 Always use global it, beforeEach and afterEach methods 2019-02-28 20:39:21 +01:00
Rafael Oleza
9cf34c0e89 Fix git-diff package test 2019-02-25 15:08:51 +01:00
Rafael Oleza
ebf137954c Add comment and ignore rule on regular expression. 2019-02-25 13:05:02 +01:00
Rafael Oleza
3f1b965343 Lint fixture file from go-to-line package
The specs needed to be updated since they depended on the actual contents
of the fixture.
2019-02-25 13:04:54 +01:00
Rafael Oleza
20ec642da1 Lint fixture file from git-diff package 2019-02-25 12:58:59 +01:00
Rafael Oleza
e734434811 Small linter fixes 2019-02-25 12:50:18 +01:00
Rafael Oleza
11206eca76 Add curly braces around if statements 2019-02-25 12:50:18 +01:00
Rafael Oleza
f6db819485 Remove unused variables from specs 2019-02-25 12:50:18 +01:00
Rafael Oleza
7e23d4dc7a Run prettier on packages/ folder 2019-02-25 12:19:44 +01:00
Rafael Oleza
64d63b9d4a Fix syntax error in fixture 2019-02-25 11:10:22 +01:00
Benjamin Gray
321b493f83 add specs 2019-02-18 20:57:52 +11:00
Benjamin Gray
2cb9bc46ad Fix specs 2019-02-18 16:23:06 +11:00
Benjamin Gray
e9e52f5052 Make method to assign specific grammar 2019-02-18 09:28:56 +11:00
Benjamin Gray
8d4b9c2485 Allow hiding duplicates + stable sort TS 2019-02-17 21:24:27 +11:00
simurai
7ade4bcc8e Reduce font size 2019-02-14 14:49:27 +09:00
simurai
89184442a8 Left align diff icons 2019-02-14 14:03:34 +09:00
simurai
2aef2daa25 Remove console.log 2019-02-13 16:46:47 +09:00
simurai
4abfa5fd0a Add description 2019-02-13 16:45:54 +09:00
simurai
4c617cb9c8 Add “Tree-sitter” badge 2019-02-13 14:16:35 +09:00
Aerijo
cb27305550 Merge branch 'master' of github.com:atom/atom 2019-02-05 12:00:49 +10:00
simurai
4a8321eadb ⬆️ settings-view@v0.259.0 2019-02-04 16:44:55 +09:00
Aerijo
da804a21ac Make including tree sitter grammars optional 2019-01-24 16:19:30 +10:00
Ash Wilson
c3b8966f34
Merge pull request #18168 from isundaylee/master
[packages/autoflow] Handles wrapping text around LaTeX tags
2019-01-15 14:16:55 -05:00
simurai
c4b3381984
Merge branch 'master' into migrate-solarized-dark-syntax-package 2019-01-03 15:55:57 +09:00
simurai
28283ce338
Merge pull request #18552 from ryanolsonx/migrate-solarized-light-syntax-package
➡ Migrate core package 'solarized-light-syntax
2019-01-03 15:48:18 +09:00
Max Brunsfeld
24976c47f3 Fix highlighting of enum names within glob imports
Fixes tree-sitter/tree-sitter-rust#7
2018-12-07 10:43:10 -08:00
Ryan Olson
935d33e393 ➡️ Migrate core package 'solarized-dark-syntax' into ./packages 2018-12-06 17:36:25 -07:00
Ryan Olson
fe801d3f5d ➡️ Migrate core package 'solarized-light-syntax' into ./packages 2018-12-06 16:19:28 -07:00
simurai
66f9144fbc Add focused pane marker 2018-11-01 18:06:11 +09:00
simurai
a4d297cc6e
Merge pull request #18341 from atom/b3-style-typescript-operators
Style operators in typescript and flow in one-dark/light-syntax
2018-11-01 14:22:07 +09:00
simurai
110c28f953
Merge pull request #18266 from RyanPisuena/master
Update deprecation-cop.less
2018-11-01 13:14:04 +09:00
Max Brunsfeld
71658fabcb ⬆️ tree-sitter-rust 2018-10-28 13:19:45 -07:00
Ryan Pisuena
770b23d6f7
Update deprecation-cop.less
Delete !important from hover
2018-10-26 15:52:04 -07:00
Linus Eriksson
a4dadb5eb1 Style operators in typescript and flow
This makes operators in typescript and flow have the same coloring as in 
javascript
2018-10-26 22:15:06 +02:00
David Wilson
1065c0f943
Add new package migration issues to packages/README.md 2018-10-19 16:47:14 -07:00
Max Brunsfeld
c155f7ccfa Tweak rust highlighting
* Highlight self as special variable

Closes atom/language-rust#3
2018-10-19 10:55:18 -07:00
Max Brunsfeld
2efd4ce367 Tweak rust highlighting
* Highlight ! in macro invocations the same color as the macro name
* Highlight crate and super the same everywhere

Refs atom/language-rust#1
2018-10-19 10:44:50 -07:00
Max Brunsfeld
7c0f2ef7ad Add language-rust-bundled to packages/README.md 2018-10-19 10:19:40 -07:00
Max Brunsfeld
e82629c1b9
Merge pull request #18257 from atom/mb-bundle-rust-grammar
Provide built-in Rust support using Tree-sitter
2018-10-19 10:04:12 -07:00
Max Brunsfeld
14817cb30c Provide built-in rust support using Tree-sitter 2018-10-17 19:30:21 -07:00
Max Brunsfeld
878f264e00 Fix grammar-selector link text in packages README 2018-10-17 15:52:02 -07:00
Max Brunsfeld
2a318c1316 ➡️ Migrate core package 'grammar-selector' into ./packages 2018-10-17 14:30:51 -07:00
David Wilson
7ee4230761
Fix autoflow package path in packages/README.md 2018-10-17 06:22:24 -07:00
Jason Rudolph
556adbfa65
➡️ Migrate core package 'line-ending-selector' into ./packages (#18239) 2018-10-16 17:36:59 -04:00
Ryan Pisuena
af4f144237
Update deprecation-cop.less
Delete !important argument from background-color of depreciation-op
2018-10-16 14:16:27 -07:00
David Wilson
a5305f4ca3 ➡️ Migrate core package 'go-to-line' into ./packages 2018-10-15 17:04:26 -07:00
David Wilson
59b4fb4a64
Merge branch 'master' into migrate-base16-tomorrow-night-dark-theme-package 2018-10-02 16:13:17 -07:00
David Wilson
0b982f2cf5 ➡️ Migrate core package 'base16-tomorrow-light-theme' into ./packages 2018-10-02 12:07:49 -07:00
David Wilson
4b6769e2a4 ➡️ Migrate core package 'base16-tomorrow-dark-theme' into ./packages 2018-10-02 11:50:58 -07:00
David Wilson
fed020c382
Merge branch 'master' into migrate-deprecation-cop-package 2018-10-02 09:30:35 -07:00
David Wilson
c66ed0fa13 Update dalek's README link in package notifications 2018-10-02 07:57:28 -07:00
David Wilson
8bb4a340e0 Clean up README.md and LICENSE.md 2018-10-02 07:15:28 -07:00
Jiahao Li
92407c1cbc Handles wrapping text around LaTeX tags 2018-10-02 01:45:44 -04:00
David Wilson
692f6c344e ➡️ Migrate core package 'deprecation-cop' into ./packages 2018-10-01 16:47:39 -07:00
David Wilson
4a6c5e2c52 ➡️ Migrate core package 'dalek' into ./packages 2018-10-01 15:33:42 -07:00
David Wilson
1904c01d5d ➡️ Migrate core package 'dev-live-reload' into ./packages 2018-09-28 10:06:44 -07:00
David Wilson
f0bff4392e Clean up packages/README.md 2018-09-28 07:56:31 -07:00
David Wilson
9d54aab87d ➡️ Migrate core package 'exception-reporting' into ./packages 2018-09-28 07:46:03 -07:00
David Wilson
65eb83510d Update version guard in some link specs to 1.33.0 2018-09-26 10:59:50 -07:00
David Wilson
a874c98fbd ➡️ Migrate core package 'link' into ./packages 2018-09-26 07:08:53 -07:00
David Wilson
4eee6744c0 ➡️ Migrate core package 'incompatible-packages' into ./packages 2018-09-25 12:00:03 -07:00
David Wilson
44110cb22a
Merge branch 'master' into migrate-atom-light-ui 2018-09-25 09:25:17 -07:00
David Wilson
8d878a4dd8
Fix incorrect theme name in comment 2018-09-25 07:17:19 -07:00
David Wilson
0621c45cac ➡️ Migrate core package 'atom-light-syntax' into ./packages 2018-09-24 16:39:54 -07:00
David Wilson
1ff4599654 ➡️ Migrate core package 'atom-light-ui' into ./packages 2018-09-24 16:22:47 -07:00
David Wilson
8b9f5d1827
Merge branch 'master' into migrate-atom-dark-syntax 2018-09-24 14:06:31 -07:00
David Wilson
67fb4c1ae7 ➡️ Migrate core package 'atom-dark-syntax' into ./packages 2018-09-24 11:03:16 -07:00
David Wilson
871aba8bb0 ➡️ Migrate core package 'atom-dark-ui' into ./packages 2018-09-24 10:57:10 -07:00
David Wilson
4814a8e3cb
Merge pull request #18069 from atom/fb-wbinnssmith/checkbox-focus
[one-{dark,light}-ui] Apply focus styles to checkbox inputs
2018-09-17 14:24:28 -07:00
Will Binns-Smith
c10e1114ea [one-{dark,light}-ui] Apply focus styles to checkbox inputs
This adds input-checkbox to the selector in each theme's `inputs.less` to apply the
same border/box-shadow style to indicate focus to checkbox inputs when they are focused.

Previously, there was no way of visually identifying whether a checkbox was focused or not.
2018-09-17 13:27:25 -07:00
simurai
e865182393
Merge pull request #18016 from atom/sm/auto-complete
Fix autocomplete icon
2018-09-12 15:05:49 +09:00
David Wilson
93abcd06bd Fix the 'repository' field of migrated package's package.json files 2018-09-11 13:37:01 -07:00
simurai
bf1adcda93 Fix icon in autocomplete popover 2018-09-11 12:58:01 +09:00
David Wilson
803e42f7c4 ➡️ Migrate core package 'autoflow' into ./packages 2018-09-10 15:02:20 -07:00
Jason Rudolph
9127ddd918
Merge pull request #17981 from atom/migrate-one-light-syntax-package
➡️ Migrate core package 'one-light-syntax' into ./packages
2018-09-06 19:01:07 -04:00
Max Brunsfeld
de64cb666d ➡️ Migrate core package 'git-diff' into ./packages 2018-09-06 14:31:10 -07:00
Jason Rudolph
f3a4cc1d3a
Merge master into migrate-one-light-syntax-package 2018-09-06 17:01:34 -04:00
Max Brunsfeld
376c5ca57a Decaffeinate one-light-ui package 2018-09-06 11:22:42 -07:00
Max Brunsfeld
6db97d3fc9 ➡️ Migrate core package 'one-dark-ui' into ./packages 2018-09-06 11:17:04 -07:00
Max Brunsfeld
8ae45cac61 ➡️ Migrate core package 'one-dark-syntax' into ./packages 2018-09-05 13:10:12 -07:00
Jason Rudolph
2c902d501e
➡️ Migrate core package 'one-light-syntax' into ./packages 2018-09-04 17:27:09 -04:00
Jason Rudolph
6ab1639234
Add link to migration issue
/xref: https://github.com/atom/atom/pull/17924#pullrequestreview-149388899
2018-08-24 13:32:07 -04:00
Jason Rudolph
3bf4d226ed
Remove obsolete build status link in one-light-ui README
The repository's top-level README provides the correct build status 
links.
2018-08-24 13:08:39 -04:00
Jason Rudolph
b120777fac
➡️ Migrate core package 'one-light-ui' into ./packages 2018-08-24 13:05:34 -04:00
David Wilson
70497a39e7 Add README.md explaining core package locations and migration issues 2018-08-23 13:13:30 -07:00
David Wilson
c3c40cc5c1 Remove unneeded files and references to old CI configuration 2018-08-21 16:51:48 -07:00
David Wilson
4523fa7774 ➡️ Migrate core package 'about' into ./packages 2018-08-21 15:27:37 -07:00