components/prism-python.js


Log

Author Commit Date CI Message
Andreas Rohner 964450e1 2016-04-30T13:35:01 Apply the new greedy flag to a few languages This patch applies the new greedy flag to a few languages and adds the corresponding test cases.
Golmote 90fbf0be 2015-10-26T08:08:13 Python: Highlight triple-quoted strings before comments. Fix #815
Golmote 530f5f00 2015-08-30T13:15:16 Python: Simplified regexps + don't capture where unneeded + fixed operators
Joe Gibson a288368e 2015-08-19T13:58:35 Just adding 'class-name' to list, not using insert method
Joe Gibson 9ccb6cb6 2015-08-17T17:28:11 , it appears, is not actually a keyword in Python
Joe Gibson d1845471 2015-08-17T14:59:31 Added 'self' as keyword and added 'class-name' matching
Yury Selivanov 3ded4f2c 2015-08-06T18:37:13 python: Add async/await and @ operator (introduced in 3.5)
aviaryan 7af9c9bf 2015-06-19T12:12:27 fixed bug with hexa numbers highlighting in python
aviaryan f1b2e87a 2015-06-19T11:55:24 added function highlighting in python
Golmote 969cda6f 2015-04-26T12:05:19 Fix typo in Python keywords: "elf" => "elif". Fix #573
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Golmote 32093955 2015-01-16T07:34:36 Fixed operators in Python again
Golmote 34421287 2015-01-14T21:56:42 Fixed operators in Python
Golmote 6ff01b60 2015-01-14T21:55:11 Remove encoded entities in Python and NSIS grammars (see #467)
Golmote d2a960c8 2014-12-22T22:35:58 Fix numbers in Python (octal, binary, imaginary)
Golmote 4166b2fd 2014-12-22T21:27:03 Add support for single quoted multi-line strings in Python
Lea Verou 97a87448 2014-05-22T17:38:54 Fixed #247
Petros Kyladitis 813f27c8 2013-02-02T02:51:30 Update code.js, small improvements to prism-python.js & prism-python.min.js, revert prism.js to original
Petros Kyladitis a514c8d9 2013-02-02T01:27:47 Add Python syntax highlighters