Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/pulsar-edit/language-python
:lock: Python package for Atom
https://github.com/pulsar-edit/language-python
6d0272312012174b62b3331c84eed87370bdc819 authored over 9 years ago
Ensure soft tabs is used by default
16f4721df2be930ff703e0b037fcd5a20443e405 authored over 9 years ago
PEP8 clearly states that 4 spaces should be used for indentation, and this
change ensures that r...
00529e691575496eb82e5a154b592b5a2616e57f authored almost 10 years ago
Add more magic
ca4a2010f10103700ca54312a402fdb5ad93ec8b authored almost 10 years agoAdd highlighting support for additional magic attributes, variables, and method names. See https...
11d98b1b2c3341be5b625c48f795a4cf07d36d4e authored almost 10 years agof65cc95f0bd24ec04e6be39377c1b04b9d0188d6 authored almost 10 years ago
Add support for version numbers in the first line for python
3e1a7ce42e563d8b740032f8a64c60007aeb7906 authored almost 10 years agoFor example, the following will now match:
/usr/bin/python3
/usr/bin/env python3
/usr/bin/env p...
8daa10089a14bacf2346bb16f31d1189489696e0 authored almost 10 years ago
Add binary literals
fefa68721fd72e3c8ad2b3c4d207811515ba471a authored almost 10 years agoMore PEP-3127!
b958f852e32cf80eb28ca6a0201cc83ead8fab8c authored almost 10 years agoa8376a52d1c2d2c34c0c450132635c5eeaf26a9e authored almost 10 years ago
Match Python 3 octal literals
59d45196cd278fec1a2065939a63153138331292 authored almost 10 years agoPEP-3127 for full integer literal syntax
67eb1e80a2ebed733ca458a91e4498d2d53cc6cb authored almost 10 years agoAdded .tac to python.cson's filetypes.
0141d44946d55ae06ce4dba90b1b0e08db1e437e authored about 10 years ago.tac is a twisted application configuration, using Python syntax.
a53286c241004f74c5798ff120c6fd0535e36cc1 authored about 10 years agob3d05594074784ad44a710e376538b70ecdba2e2 authored about 10 years ago
0dc712f198f6e220d47ce01eca1937214d7da9d8 authored about 10 years ago
Make python-console handle doctest filetype too
1873195aa9d50c6bc9147187a868eb65739adeb5 authored about 10 years agoThis is commonly used in docs as well.
E.g.:
https://github.com/hynek/characteristic/pull/26#is...
46072e32e3060eb8e2fea98a106a86db89acc842 authored about 10 years ago
0b1190b6573675713ff1b8a23957cb41fa90bb80 authored about 10 years ago
f518e495f6bb13124d44cfc2366c424dc58859ac authored about 10 years ago
8221fbc00feaedc25122876487cdd58b8a9d9e95 authored about 10 years ago
Add highlighting for a Python console session or doctest with ">>>" and "..." at beginning of lines
722d9899fff8b9f776d42da5738b773288029691 authored about 10 years agoor doctest with ">>>" and "..." at beginning of lines.
This is the format that was supported by...
68ffd7f681195ad8b2690afe3c76865e32767faf authored about 10 years agocbf6af800cd7fe8668e74d3498a80826ea18fcbf authored about 10 years ago
Closes #47
e8741ed2f576c9f7fb807177e107b6e431c2a863 authored about 10 years ago476a353595caca2105c5984466390333036d0f11 authored about 10 years ago
kv file format
6e77d78df4480e783f4a759c9261c18dec354dac authored about 10 years ago
Support for kv file extension, construction language in Kivy
(http://kivy.org)
516d4c1423afcc5ddb15c76ac4ec581b48c01068 authored about 10 years ago
Python syntax also for Snakefile (=Snakemake files)
89d3b0ac83b85527b63185ff4f3b7e852a380f97 authored about 10 years agoef6a611ef50f55bfb48090bc2a4da65c697a7bba authored about 10 years ago
e53896c152ddec33e12b211f5e5bc2e1c917ad65 authored about 10 years ago
32fa50edf093595f13657caf0d371d2569efe2b0 authored about 10 years ago
343931c16f3d401687fd22db013e525e9e7e13a6 authored about 10 years ago
Disable auto-indent on paste
16c6c001848b6f763b7773b98a14dd34c0e83958 authored about 10 years ago84d3bce9a92c0b86bc970adcbef80516e6bb79b7 authored about 10 years ago
4aaa3d99c724f0a8298cc2bff05fe422984e6538 authored about 10 years ago
Fix parsing of raw strings containing unclosed parentheses and brackets
10b3526dd059413f8dbbe0bdc42205770ce887d1 authored about 10 years ago
My CSON formatting was bad, which caused only the regular expression
grammar to get parsed insid...
Strings like r'[' and r'(' were causing the rest of the document to be
parsed as if it were insi...
acd4ffa0390739678b7bb2c2b3d633af085bc04e authored about 10 years ago
Add a grammar for Python Traceback (.pytb) files
89646bf292ff62e7d5c25e485f8e368250a6f719 authored about 10 years agoe399332ff0c85d81c43b15720652156d7514d821 authored about 10 years ago
35f85f6f10755f1e01d8b5cb8428592ae16972da authored about 10 years ago
03501b6a8eab0341fbaeb188f6876c4dd8c74cb2 authored over 10 years ago
47ac14ae8b4343c3f2785670a312dd0ec8a71187 authored over 10 years ago
d15295f214f0b94be84b202ae470096d60191f87 authored over 10 years ago
eab2b6239c1ea50ba8b5eba1027070f30e13d33f authored over 10 years ago
Highlight .wsgi files using this syntax
30da336a6587cbef24f773d56d81c10359f6b7ec authored over 10 years agoAttempt to fix atom/atom#3807
bfef6b8cffee8998953d5e11110faccf7ba28fca authored over 10 years agoabb20e2e77b0802df0217f9858a0bbb391d66966 authored over 10 years ago
Closes #32
82986511f0ca2912afa41e923ad4aaf849e68a97 authored over 10 years agoAdded more assert snippets in language-python.cson
3c730c8b25cf8b97a9cc66a584aff1a22c097c6e authored over 10 years ago713bd81bb6e36d5ad97bd9dce64a0cd5bff84342 authored over 10 years ago
make CI build faster
ab72b21e3d7f22e78ec2a7f5373536403361b844 authored over 10 years ago4c0803020de631052c22dbb6e18551b37fa33e5b authored over 10 years ago
53be31020be039759799766380c9702b373f7ba4 authored over 10 years ago
74bb81ed8dcd279fc783f06b7a927571e5838a16 authored over 10 years ago
fd2147af31eea97e361eeae085b3cbc23492e957 authored over 10 years ago
e8976b0755167b19b61e54ffb7b6f03fd706c38c authored over 10 years ago
align flow control with other languages
1a1f8414da92f310ba68cd6fd966f3b63c94e45a authored over 10 years agof8d642136622b51c6cf0ff05aef9f3a4a1244e48 authored over 10 years ago
7961cd4a8510f07165fd78552162a1cff79696c1 authored over 10 years ago
Break down flow into categories
d103bf565f674cc0cfe07bbda23254e5e8978a2b authored over 10 years agod7509038b5bb3320a6673881d12a883da77eb4b2 authored over 10 years ago
b005313b35e6853e367aa86737328403470a8c58 authored over 10 years ago
condition -> conditional
87205b39f09e91742becfde5db5c8108f11b251c authored over 10 years ago
Add condition, exception, repeat, and statement as subcategories to
keyword.control.flow to allo...
c7f989b1fc685d17d0f5570f851f0cd66d02a22e authored over 10 years ago
Previously h and l were incorrectly matched to include a trailing %
Closes atom/atom#2262
456d35fb80ed551b0bd7f1a45a53299f306c9114 authored over 10 years ago9fb3dd8da9e167685f40bcb691568721d30e8c73 authored almost 11 years ago
Adding ipdb snippet
fc65a62c9f66e49ed430aa86d3a052648f7d6767 authored almost 11 years ago96be4de8a389f316fb09f78ad0e1e3ecab7c6bec authored almost 11 years ago
247baf90f908807186b399e37ea0e9e7766eb3fb authored almost 11 years ago
cb0294cb0a916bc6b5626a9f06196621185292cb authored almost 11 years ago
5ea2161f2532d36e91bada13ee295fa25bd45ee4 authored almost 11 years ago
b4f7ff3a51da9d503f7b867b09d9935ccf77b2a1 authored almost 11 years ago
Shorten the `enc` and `env` snippets
19b12b80aa0c71afbd235e8957983c5eefc9662f authored almost 11 years ago2756f12a645373650f4e1024852e6ae5b3574142 authored almost 11 years ago
Add snippet for pdb usage
4f4e829cd146614e13007a9bac14040353f8d2d8 authored almost 11 years agoc9bcd8e6667717f786a55f52bbe0f5316dd014f0 authored almost 11 years ago
2b7290e79733131ff8d3873719d06aaea3dc350f authored almost 11 years ago
Add snippet for defining functions
027bb154bf8c205ab2a29df252b5140f639d22a6 authored almost 11 years agoThe 'defs' snippet defines only methods. We need a simple 'def' snippet which expands to a simpl...
18355c60e346e572f1c722ad9e75572c4afbf199 authored almost 11 years agobe8702e46157be7a9ca2fe92cb63759e998452a3 authored almost 11 years ago
Fix snippet for defs
759e2356ac5218b1f5198822737cd63b434019c7 authored almost 11 years agoc1ddc26253f7ee258ebfeeaa7179e8098cb84ee0 authored almost 11 years ago
2463d0e13140d08437d43e720f40374290198bbc authored almost 11 years ago
[fix] class snippet
2f0db7d5815299221ee34f6c95f96afd528a0dca authored almost 11 years ago507db3b3c0c4b9e54fd36c83fc09d00a35bf9b46 authored almost 11 years ago
11e38aecfdcdd6508cd846bc43c1c0decb7932ce authored almost 11 years ago
[add] if statement snippet
a037fe99fbfd294cbf36877397712986e98346a7 authored almost 11 years agoAdded best practice env/enc snippets
e1ba9144f0e07a3e7e9a36c0c128d1bdd271f356 authored almost 11 years agoAdd snippets for list and dictionary comprehension
a9e5143e8c3e9578020a90049f90a11ed20052bb authored almost 11 years ago0de3434899879e05b19fa8691e2533f5ff35e4d9 authored almost 11 years ago
232c2dc6e1cf6a9b49a5cd36a0ffbe56d883c43f authored almost 11 years ago