Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atom/language-python
Python package for Atom
https://github.com/atom/language-python
text-m tree-sitter
Last synced: about 1 month ago
JSON representation
Python package for Atom
- Host: GitHub
- URL: https://github.com/atom/language-python
- Owner: atom
- License: other
- Archived: true
- Created: 2013-10-20T02:58:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T10:52:01.000Z (about 2 years ago)
- Last Synced: 2024-04-20T13:58:02.283Z (7 months ago)
- Topics: text-m, tree-sitter
- Language: CoffeeScript
- Size: 543 KB
- Stars: 189
- Watchers: 36
- Forks: 193
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-tree-sitter - Python
README
##### Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our [official announcement](https://github.blog/2022-06-08-sunsetting-atom/)
# Python language support in Atom
![ci](https://github.com/atom/language-python/workflows/ci/badge.svg)
[![Dependency Status](https://david-dm.org/atom/language-python.svg)](https://david-dm.org/atom/language-python)Adds syntax highlighting and snippets to Python files in Atom.
Originally [converted](http://flight-manual.atom.io/hacking-atom/sections/converting-from-textmate) from the [Python TextMate bundle](https://github.com/textmate/python.tmbundle).
Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.