Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closing branch fortran-exponent-letter.fortran-exponent-letter | Georg Brandl | 2017-01-18 | 0 | -0/+0 |
| | |||||
* | Add exponent-letter D to Fortran lexer | Josiah Schwab | 2016-08-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | In the Fortran specification, the exponent-letter within a signed-real-literal-constant is E or D. Therefore, both 3.14159e0 and 3.14159d0 should be classified as a Number.Float. The current behavior is >>> print(highlight("3.14159d0", FortranLexer(), HtmlFormatter())) <div class="highlight"><pre><span></span><span class="mf">3.14159</span><span class="n">d0</span> </pre></div> where the only the significand is classified as a Number.Float while the exponent-letter and exponent are classified as Name.Variable. After this patch the behavior is >>> print(highlight("3.14159d0", FortranLexer(), HtmlFormatter())) <div class="highlight"><pre><span></span><span class="mf">3.14159d0</span> </pre></div> which is the expected behavior. | ||||
* | Created new branch fortran-exponent-letter | Josiah Schwab | 2016-08-19 | 0 | -0/+0 |
| | |||||
* | Merged in kneufeld/pygments-main (pull request #605) | Georg Brandl | 2016-06-16 | 2 | -1/+5 |
|\ | | | | | | | text files should parse properly | ||||
| * | TextLexer has no priority and comes late in alphabet so therefore | Kurt Neufeld | 2016-06-03 | 1 | -0/+3 |
| | | | | | | | | it will never be selected as default for *.txt files | ||||
| * | ResourceLexer.analyse_text must return float or None | Kurt Neufeld | 2016-06-03 | 1 | -1/+2 |
| | | |||||
* | | Only += is an operator | Camil Staps | 2016-06-16 | 1 | -3/+1 |
| | | |||||
* | | Fixes #1246 | Camil Staps | 2016-06-16 | 1 | -0/+2 |
| | | |||||
* | | Re-add more comment forms in Properties lexer to unbreak tests | Tim Hatch | 2016-06-03 | 1 | -0/+2 |
| | | |||||
* | | Merged in pull request #595 (cmrx64/pygments-main) | Tim Hatch | 2016-06-03 | 86 | -1008/+12645 |
|\ \ | |||||
| * \ | Merged in camilstaps/pygments-main (pull request #598) | Tim Hatch | 2016-06-03 | 1 | -10/+23 |
| |\ \ | | | | | | | | | | | | | Clean lexer fixes: hierarchical module names; quantified inputs; generics | ||||
| | * | | Clean lexer fixes: hierarchical module names; quantified inputs; generics | Camil Staps | 2016-05-31 | 1 | -10/+23 |
| | | | | |||||
| * | | | Merged in jesquik/pygments-main-1243 (pull request #604) | Tim Hatch | 2016-06-03 | 25 | -886/+2174 |
| |\ \ \ | | | | | | | | | | | | | | | | Fixes Issue #1243 | ||||
| | * \ \ | Merged in kneufeld/pygments-main (pull request #602) | Tim Hatch | 2016-06-03 | 21 | -885/+2010 |
| | |\ \ \ | | | |_|/ | | |/| | | | | | | | Default | ||||
| | | * | | Fix some unicode-related tests on Python 2. | Tim Hatch | 2016-06-03 | 6 | -818/+820 |
| | | | | | | | | | | | | | | | | | | | | Regexopt does the wrong then when given a mix of string types (as happens in Python 2). | ||||
| | | * | | Merged in pull request #594 (bicycle1885/pygments-main) | Tim Hatch | 2016-06-02 | 1 | -90/+206 |
| | | |\ \ | |||||
| | | | * | | fix JuliaLexer and JuliaConsoleLexer | Kenta Sato | 2016-05-12 | 1 | -90/+206 |
| | | | | | | |||||
| | | * | | | Merge with -main | Tim Hatch | 2016-06-02 | 3 | -2/+175 |
| | | |\ \ \ | |||||
| | | | * \ \ | Merged in domspad/pygments-main2 (pull request #603) | Tim Hatch | 2016-06-02 | 1 | -1/+64 |
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | test for unicode chars in julia | ||||
| | | | | * | | | typo | domspad | 2016-06-02 | 1 | -2/+2 |
| | | | | | | | | |||||
| | | | | * | | | added test for python3 at operator | domspad | 2016-06-02 | 1 | -1/+64 |
| | | | | | | | | |||||
| | | | * | | | | python typos | domspad | 2016-06-02 | 1 | -2/+2 |
| | | | | | | | | |||||
| | | | * | | | | test for unicode chars in julia` | domspad | 2016-06-02 | 1 | -0/+60 |
| | | | |/ / / | |||||
| | | | * | | | Merged in jesquik/pygments-main (pull request #600) | Tim Hatch | 2016-06-02 | 2 | -2/+52 |
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Added Python cls builtin word token recognition | ||||
| | | | | * | | | Replaced test method placeholder name and added docstring | Jessie Wincek | 2016-06-02 | 1 | -1/+5 |
| | | | | | | | | |||||
| | | | | * | | | Fixed reStructuredText heading marker | Jessie Wincek | 2016-06-02 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | | | * | | | Added Python cls builtin word token recognition | Jessie Wincek | 2016-06-02 | 2 | -2/+48 |
| | | | | | | | | |||||
| | | * | | | | | Remove a bunch of duplicates in words() | Tim Hatch | 2016-06-02 | 11 | -47/+47 |
| | | | | | | | | |||||
| | | * | | | | | Move stata builtins to their own file, remove some aliases | Tim Hatch | 2016-06-02 | 4 | -419/+440 |
| | | |/ / / / | |||||
| | | * | | | | Merged in mcaceresb/pygments-main/sas-stata (pull request #593) | Tim Hatch | 2016-06-02 | 6 | -0/+813 |
| | | |\ \ \ \ | | | | |/ / / | | | |/| | | | | | | | | | | Added syntax support and (very simple) styles for SAS and Stata | ||||
| | | | * | | | Removed commented out test code. | Mauricio Caceres | 2016-06-02 | 3 | -13/+6 |
| | | | | | | | |||||
| | | | * | | | Removed redundant string interpolation in lexer definitions. | Mauricio Caceres | 2016-05-10 | 2 | -7/+2 |
| | | | | | | | |||||
| | | | * | | | Added syntax support and (very simple) styles for SAS and Stata | Mauricio Caceres | 2016-05-09 | 6 | -0/+825 |
| | | | |/ / | |||||
| | * | | | | moved my name info alphabetical order | Kurt Neufeld | 2016-06-02 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | added github flavoured markdown parser | Kurt Neufeld | 2016-06-02 | 4 | -1/+157 |
| | | | | | | |||||
| | * | | | | added Makefile shortcut test-examplefiles | Kurt Neufeld | 2016-06-02 | 1 | -0/+3 |
| | | | | | | |||||
| | * | | | | allow running of a single example file test... | Kurt Neufeld | 2016-06-02 | 1 | -0/+4 |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set environment variable TEST_EXT to desired test file extension before running tests. eg. TEST_EXT=md nosetests tests/test_examplefiles.py | ||||
| * | | | | Added recognition of keys without a value being set | Jessie Wincek | 2016-06-02 | 2 | -0/+17 |
| | | | | | |||||
| * | | | | The test test_space_delimiited_kv_pair() got a name | Jessie Wincek | 2016-06-02 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Added space as a valid delimiter between key and value. Added tests for \ ↵ | Jessie Wincek | 2016-06-02 | 2 | -0/+34 |
| | | | | | | | | | | | | | | | | | | | | escaped spaces in keys and values. | ||||
| * | | | | Comment leading whitespace no longer counts as Token.Comment but instead ↵ | Jessie Wincek | 2016-06-02 | 2 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | Token.Text | ||||
| * | | | | Better comment recognition | Jessie Wincek | 2016-06-02 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Added ! comment recognition | Jessie Wincek | 2016-06-02 | 2 | -1/+32 |
| |/ / / | |||||
| * | | | Prevent runaway escapes in php string. | Tim Hatch | 2016-06-01 | 2 | -1/+37 |
| | | | | | | | | | | | | | | | | Fixes #1184 | ||||
| * | | | Fix a bug in default grouping in regexopt when the words are all the same ↵ | Tim Hatch | 2016-06-01 | 2 | -1/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | length. Fixes #1229 | ||||
| * | | | Correct links to chardet. | Tim Hatch | 2016-06-01 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | Fixes #1235 | ||||
| * | | | Rename Jade->Pug | Tim Hatch | 2016-06-01 | 2 | -10/+11 |
| | | | | | | | | | | | | | | | | Fixes #1242 | ||||
| * | | | Add extension for kif. | Tim Hatch | 2016-06-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Fixes #1239 | ||||
| * | | | Add backslash-continuation support to console lexer. | Tim Hatch | 2016-06-01 | 2 | -2/+29 |
| | | | | | | | | | | | | | | | | Fixes #1237 | ||||
| * | | | Improve number highlighting in bash. | Tim Hatch | 2016-06-01 | 2 | -1/+33 |
| | | | | | | | | | | | | | | | | Fixes #1244 |