README.md
1 # Atom Core Packages 2 3 This folder contains core packages that are bundled with Atom releases. Not all Atom core packages are kept here; please 4 see the table below for the location of every core Atom package. 5 6 > **NOTE:** There is an ongoing effort to migrate more Atom packages from their individual repositories to this folder. 7 See [RFC 003](https://github.com/atom/atom/blob/master/docs/rfcs/003-consolidate-core-packages.md) for more details. 8 9 | Package | Where to find it | Migration issue | 10 |---------|------------------|-----------------| 11 | **about** | [`./about`](./about) | [#17832](https://github.com/atom/atom/issues/17832) | 12 | **atom-dark-syntax** | [`./atom-dark-syntax`](./atom-dark-syntax) | [#17849](https://github.com/atom/atom/issues/17849) | 13 | **atom-dark-ui** | [`./atom-dark-ui`](./atom-dark-ui) | [#17850](https://github.com/atom/atom/issues/17850) | 14 | **atom-light-syntax** | [`./atom-light-syntax`](./atom-light-syntax) | [#17851](https://github.com/atom/atom/issues/17851) | 15 | **atom-light-ui** | [`./atom-light-ui`](./atom-light-ui) | [#17852](https://github.com/atom/atom/issues/17852) | 16 | **autocomplete-atom-api** | [`atom/autocomplete-atom-api`][autocomplete-atom-api] | | 17 | **autocomplete-css** | [`atom/autocomplete-css`][autocomplete-css] | | 18 | **autocomplete-html** | [`atom/autocomplete-html`][autocomplete-html] | | 19 | **autocomplete-plus** | [`atom/autocomplete-plus`][autocomplete-plus] | | 20 | **autocomplete-snippets** | [`atom/autocomplete-snippets`][autocomplete-snippets] | | 21 | **autoflow** | [`./autoflow`](./autoflow) | [#17833](https://github.com/atom/atom/issues/17833) | 22 | **autosave** | [`atom/autosave`][autosave] | [#17834](https://github.com/atom/atom/issues/17834) | 23 | **background-tips** | [`atom/background-tips`][background-tips] | [#17835](https://github.com/atom/atom/issues/17835) | 24 | **base16-tomorrow-dark-theme** | [`./base16-tomorrow-dark-theme`](./base16-tomorrow-dark-theme) | [#17836](https://github.com/atom/atom/issues/17836) | 25 | **base16-tomorrow-light-theme** | [`./base16-tomorrow-light-theme`](./base16-tomorrow-light-theme) | [#17837](https://github.com/atom/atom/issues/17837) | 26 | **bookmarks** | [`atom/bookmarks`][bookmarks] | [#18273](https://github.com/atom/atom/issues/18273) | 27 | **bracket-matcher** | [`atom/bracket-matcher`][bracket-matcher] | | 28 | **command-palette** | [`atom/command-palette`][command-palette] | | 29 | **dalek** | [`./dalek`](./dalek) | [#17838](https://github.com/atom/atom/issues/17838) | 30 | **deprecation-cop** | [`./deprecation-cop`](./deprecation-cop) | [#17839](https://github.com/atom/atom/issues/17839) | 31 | **dev-live-reload** | [`./dev-live-reload`](dev-live-reload) | [#17840](https://github.com/atom/atom/issues/17840) | 32 | **encoding-selector** | [`atom/encoding-selector`][encoding-selector] | [#17841](https://github.com/atom/atom/issues/17841) | 33 | **exception-reporting** | [`./exception-reporting`](./exception-reporting) | [#17842](https://github.com/atom/atom/issues/17842) | 34 | **find-and-replace** | [`atom/find-and-replace`][find-and-replace] | | 35 | **fuzzy-finder** | [`atom/fuzzy-finder`][fuzzy-finder] | | 36 | **github** | [`atom/github`][github] | | 37 | **git-diff** | [`./git-diff`](./git-diff) | [#17843](https://github.com/atom/atom/issues/17843) | 38 | **go-to-line** | [`./go-to-line`](./go-to-line) | [#17844](https://github.com/atom/atom/issues/17844) | 39 | **grammar-selector** | [`./grammar-selector`](./grammar-selector) | [#17845](https://github.com/atom/atom/issues/17845) | 40 | **image-view** | [`atom/image-view`][image-view] | [#18274](https://github.com/atom/atom/issues/18274) | 41 | **incompatible-packages** | [`./incompatible-packages`](./incompatible-packages) | [#17846](https://github.com/atom/atom/issues/17846) | 42 | **keybinding-resolver** | [`atom/keybinding-resolver`][keybinding-resolver] | [#18275](https://github.com/atom/atom/issues/18275) | 43 | **language-c** | [`atom/language-c`][language-c] | | 44 | **language-clojure** | [`atom/language-clojure`][language-clojure] | | 45 | **language-coffee-script** | [`atom/language-coffee-script`][language-coffee-script] | | 46 | **language-csharp** | [`atom/language-csharp`][language-csharp] | | 47 | **language-css** | [`atom/language-css`][language-css] | | 48 | **language-gfm** | [`atom/language-gfm`][language-gfm] | | 49 | **language-git** | [`atom/language-git`][language-git] | | 50 | **language-go** | [`atom/language-go`][language-go] | | 51 | **language-html** | [`atom/language-html`][language-html] | | 52 | **language-hyperlink** | [`atom/language-hyperlink`][language-hyperlink] | | 53 | **language-java** | [`atom/language-java`][language-java] | | 54 | **language-javascript** | [`atom/language-javascript`][language-javascript] | | 55 | **language-json** | [`atom/language-json`][language-json] | | 56 | **language-less** | [`atom/language-less`][language-less] | | 57 | **language-make** | [`atom/language-make`][language-make] | | 58 | **language-mustache** | [`atom/language-mustache`][language-mustache] | | 59 | **language-objective-c** | [`atom/language-objective-c`][language-objective-c] | | 60 | **language-perl** | [`atom/language-perl`][language-perl] | | 61 | **language-php** | [`atom/language-php`][language-php] | | 62 | **language-property-list** | [`atom/language-property-list`][language-property-list] | | 63 | **language-python** | [`atom/language-python`][language-python] | | 64 | **language-ruby** | [`atom/language-ruby`][language-ruby] | | 65 | **language-ruby-on-rails** | [`atom/language-ruby-on-rails`][language-ruby-on-rails] | | 66 | **language-rust-bundled** | [`./language-rust-bundled`](./language-rust-bundled) | | 67 | **language-sass** | [`atom/language-sass`][language-sass] | | 68 | **language-shellscript** | [`atom/language-shellscript`][language-shellscript] | | 69 | **language-source** | [`atom/language-source`][language-source] | | 70 | **language-sql** | [`atom/language-sql`][language-sql] | | 71 | **language-text** | [`atom/language-text`][language-text] | | 72 | **language-todo** | [`atom/language-todo`][language-todo] | | 73 | **language-toml** | [`atom/language-toml`][language-toml] | | 74 | **language-typescript** | [`atom/language-typescript`][language-typescript] | | 75 | **language-xml** | [`atom/language-xml`][language-xml] | | 76 | **language-yaml** | [`atom/language-yaml`][language-yaml] | | 77 | **line-ending-selector** | [`./packages/line-ending-selector`](./line-ending-selector) | [#17847](https://github.com/atom/atom/issues/17847) | 78 | **link** | [`./link`](./link) | [#17848](https://github.com/atom/atom/issues/17848) | 79 | **markdown-preview** | [`atom/markdown-preview`][markdown-preview] | | 80 | **metrics** | [`atom/metrics`][metrics] | [#18276](https://github.com/atom/atom/issues/18276) | 81 | **notifications** | [`atom/notifications`][notifications] | [#18277](https://github.com/atom/atom/issues/18277) | 82 | **one-dark-syntax** | [`./one-dark-syntax`](./one-dark-syntax) | [#17853](https://github.com/atom/atom/issues/17853) | 83 | **one-dark-ui** | [`./one-dark-ui`](./one-dark-ui) | [#17854](https://github.com/atom/atom/issues/17854) | 84 | **one-light-syntax** | [`./one-light-syntax`](./one-light-syntax) | [#17855](https://github.com/atom/atom/issues/17855) | 85 | **one-light-ui** | [`./one-light-ui`](./one-light-ui) | [#17856](https://github.com/atom/atom/issues/17856) | 86 | **open-on-github** | [`atom/open-on-github`][open-on-github] | [#18278](https://github.com/atom/atom/issues/18278) | 87 | **package-generator** | [`atom/package-generator`][package-generator] | [#18279](https://github.com/atom/atom/issues/18279) | 88 | **settings-view** | [`atom/settings-view`][settings-view] | | 89 | **snippets** | [`atom/snippets`][snippets] | | 90 | **solarized-dark-syntax** | [`./solarized-dark-syntax`](./solarized-dark-syntax) | [#18280](https://github.com/atom/atom/issues/18280) | 91 | **solarized-light-syntax** | [`./solarized-light-syntax`](./solarized-light-syntax) | [#18281](https://github.com/atom/atom/issues/18281) | 92 | **spell-check** | [`atom/spell-check`][spell-check] | | 93 | **status-bar** | [`atom/status-bar`][status-bar] | [#18282](https://github.com/atom/atom/issues/18282) | 94 | **styleguide** | [`atom/styleguide`][styleguide] | [#18283](https://github.com/atom/atom/issues/18283) | 95 | **symbols-view** | [`atom/symbols-view`][symbols-view] | | 96 | **tabs** | [`atom/tabs`][tabs] | | 97 | **timecop** | [`atom/timecop`][timecop] | [#18272](https://github.com/atom/atom/issues/18272) | 98 | **tree-view** | [`atom/tree-view`][tree-view] | | 99 | **update-package-dependencies** | [`./update-package-dependencies`](./update-package-dependencies) | [#18284](https://github.com/atom/atom/issues/18284) | 100 | **welcome** | [`./welcome`](./welcome) | [#18285](https://github.com/atom/atom/issues/18285) | 101 | **whitespace** | [`atom/whitespace`][whitespace] | | 102 | **wrap-guide** | [`atom/wrap-guide`][wrap-guide] | [#18286](https://github.com/atom/atom/issues/18286) | 103 104 [archive-view]: https://github.com/atom/archive-view 105 [autocomplete-atom-api]: https://github.com/atom/autocomplete-atom-api 106 [autocomplete-css]: https://github.com/atom/autocomplete-css 107 [autocomplete-html]: https://github.com/atom/autocomplete-html 108 [autocomplete-plus]: https://github.com/atom/autocomplete-plus 109 [autocomplete-snippets]: https://github.com/atom/autocomplete-snippets 110 [autosave]: https://github.com/atom/autosave 111 [background-tips]: https://github.com/atom/background-tips 112 [bookmarks]: https://github.com/atom/bookmarks 113 [bracket-matcher]: https://github.com/atom/bracket-matcher 114 [command-palette]: https://github.com/atom/command-palette 115 [encoding-selector]: https://github.com/atom/encoding-selector 116 [find-and-replace]: https://github.com/atom/find-and-replace 117 [fuzzy-finder]: https://github.com/atom/fuzzy-finder 118 [github]: https://github.com/atom/github 119 [image-view]: https://github.com/atom/image-view 120 [keybinding-resolver]: https://github.com/atom/keybinding-resolver 121 [language-c]: https://github.com/atom/language-c 122 [language-clojure]: https://github.com/atom/language-clojure 123 [language-coffee-script]: https://github.com/atom/language-coffee-script 124 [language-csharp]: https://github.com/atom/language-csharp 125 [language-css]: https://github.com/atom/language-css 126 [language-gfm]: https://github.com/atom/language-gfm 127 [language-git]: https://github.com/atom/language-git 128 [language-go]: https://github.com/atom/language-go 129 [language-html]: https://github.com/atom/language-html 130 [language-hyperlink]: https://github.com/atom/language-hyperlink 131 [language-java]: https://github.com/atom/language-java 132 [language-javascript]: https://github.com/atom/language-javascript 133 [language-json]: https://github.com/atom/language-json 134 [language-less]: https://github.com/atom/language-less 135 [language-make]: https://github.com/atom/language-make 136 [language-mustache]: https://github.com/atom/language-mustache 137 [language-objective-c]: https://github.com/atom/language-objective-c 138 [language-perl]: https://github.com/atom/language-perl 139 [language-php]: https://github.com/atom/language-php 140 [language-property-list]: https://github.com/atom/language-property-list 141 [language-python]: https://github.com/atom/language-python 142 [language-ruby]: https://github.com/atom/language-ruby 143 [language-ruby-on-rails]: https://github.com/atom/language-ruby-on-rails 144 [language-sass]: https://github.com/atom/language-sass 145 [language-shellscript]: https://github.com/atom/language-shellscript 146 [language-source]: https://github.com/atom/language-source 147 [language-sql]: https://github.com/atom/language-sql 148 [language-text]: https://github.com/atom/language-text 149 [language-todo]: https://github.com/atom/language-todo 150 [language-toml]: https://github.com/atom/language-toml 151 [language-typescript]: https://github.com/atom/language-typescript 152 [language-xml]: https://github.com/atom/language-xml 153 [language-yaml]: https://github.com/atom/language-yaml 154 [markdown-preview]: https://github.com/atom/markdown-preview 155 [metrics]: https://github.com/atom/metrics 156 [notifications]: https://github.com/atom/notifications 157 [open-on-github]: https://github.com/atom/open-on-github 158 [package-generator]: https://github.com/atom/package-generator 159 [settings-view]: https://github.com/atom/settings-view 160 [snippets]: https://github.com/atom/snippets 161 [spell-check]: https://github.com/atom/spell-check 162 [status-bar]: https://github.com/atom/status-bar 163 [styleguide]: https://github.com/atom/styleguide 164 [symbols-view]: https://github.com/atom/symbols-view 165 [tabs]: https://github.com/atom/tabs 166 [timecop]: https://github.com/atom/timecop 167 [tree-view]: https://github.com/atom/tree-view 168 [whitespace]: https://github.com/atom/whitespace 169 [wrap-guide]: https://github.com/atom/wrap-guide