Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | | added more punctuation. tweaked the keywords to prevent in word matches. | Larry Price | 2013-11-29 | 1 | -4/+7 | |
| | | | | | | | | | | ||||||
| | | | * | | | | | | downcase region. | Larry Price | 2013-11-29 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| | | | * | | | | | | a crude, barely functional lexer. Now to improve it. | Larry Price | 2013-11-29 | 1 | -6/+10 | |
| | | | | | | | | | | ||||||
| | | | * | | | | | | minor prgoress | Larry Price | 2013-11-29 | 1 | -2/+4 | |
| | | | | | | | | | | ||||||
| | | | * | | | | | | checkpoint, working on the tokenizer. | Larry Price | 2013-11-29 | 1 | -8/+29 | |
| | | | | | | | | | | ||||||
| | | | * | | | | | | The lexer skeleton. | Larry Price | 2013-11-29 | 1 | -0/+32 | |
| | | | | | | | | | | ||||||
| | | | * | | | | | | Starting in on a lexer for the cypher graph query language. | Larry Price | 2013-11-29 | 1 | -0/+1 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Add lexer for Dockerfiles | Tim Hatch | 2014-04-24 | 2 | -1/+29 | |
| | | | |_|_|_|_|/ | | | |/| | | | | | ||||||
| | | * | | | | | | Forgot to include lexer changes in previous Chai commit. | Tim Hatch | 2014-04-23 | 1 | -3/+14 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Merged in lefticus/pygments-main (pull request #24) | Tim Hatch | 2014-04-23 | 85 | -4763/+29230 | |
| | | |\ \ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/agile.py | |||||
| | | * | | | | | | Add support for ChaiScript lexing. | Jason Turner | 2011-03-01 | 2 | -1/+58 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Mark ':' in label as punctuation | Gaurav Jain | 2014-04-23 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Merged birkenfeld/pygments-main into default | Gaurav Jain | 2014-04-23 | 1 | -2/+1 | |
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | ||||||
| | | * | | | | | | Reorder regex expressions so that C keywords are matched before a label | Gaurav Jain | 2014-04-23 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keywords need to be matched before C labels to correctly handle the default keyword in switch/case blocks | |||||
| | * | | | | | | | Add testcase formatter | Tim Hatch | 2014-04-23 | 2 | -2/+50 | |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Usage: echo 'print "hi";' | pygmentize -l python -f testcase | |||||
| * | | | | | | | Adds `end` to the list of keywords again. | Dietmar Winkler | 2014-04-22 | 1 | -2/+2 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At the same time change the order of includes so that keywords are only parsed after "classes" and "functions". | |||||
| * | | | | | | Merged in jaingaurav2/pygments-main-954 (pull request #323) | Georg Brandl | 2014-04-22 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Added handling of escaped single quotes in Puppet files | |||||
| | * | | | | | | Added handling of escaped single quotes in Puppet files | Gaurav Jain | 2014-04-15 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Merged in jaingaurav2/pygments-main (pull request #321) | Georg Brandl | 2014-04-22 | 7 | -21/+30 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | If encoding fails use ? as ANSI fallback character | |||||
| | * \ \ \ \ \ \ | Merged in jaingaurav2/pygments-main-898 (pull request #332) | Georg Brandl | 2014-04-22 | 1 | -1/+3 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements to bash lexing of numbers with base syntax | |||||
| | | * | | | | | | | Ensure that number literals with base syntax use a single token | Gaurav Jain | 2014-04-20 | 1 | -0/+1 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Reorder regex matches to ensure number match is before text | Gaurav Jain | 2014-04-20 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Add handling of arthmetic base syntax for math expressions | Gaurav Jain | 2014-04-20 | 1 | -0/+1 | |
| | | |/ / / / / / | ||||||
| | * | | | | | | | Merged in jaingaurav2/pygments-main-958 (pull request #329) | Georg Brandl | 2014-04-22 | 1 | -3/+3 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for kind paramter for integer and real types | |||||
| | | * | | | | | | | Add support for kind paramter for integer and real types | Gaurav Jain | 2014-04-17 | 1 | -3/+3 | |
| | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integers and reals can have an optional kind parameter specified with an underscore. This could have the format of any variable name. Additionally added example file to demonstrate usage. | |||||
| | * | | | | | | | Merged in jaingaurav2/pygments-main-974 (pull request #328) | Georg Brandl | 2014-04-22 | 4 | -16/+23 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed LiveScript backslash strings to terminate on whitespace | |||||
| | | * \ \ \ \ \ \ | Merged in jaingaurav2/pygments-main-cmake (pull request #327) | Georg Brandl | 2014-04-22 | 3 | -16/+17 | |
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add analyse_text method to CMake lexer | |||||
| | | | * \ \ \ \ \ \ | Merged in jaingaurav2/pygments-main-975 (pull request #331) | Georg Brandl | 2014-04-22 | 2 | -15/+16 | |
| | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move order of comment match after operator match | |||||
| | | | | * \ \ \ \ \ \ | Merged in dietmarw/pygments-main (pull request #324) | Georg Brandl | 2014-04-22 | 1 | -7/+8 | |
| | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrects class name detection and adds missing function names. | |||||
| | | | | | * | | | | | | | Add "for" on the exclude list for highlighting class names. | Dietmar Winkler | 2014-04-21 | 1 | -2/+3 | |
| | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | Adds missing function names to "functions" group. | Dietmar Winkler | 2014-04-16 | 1 | -3/+5 | |
| | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | Correcting the class name detection. | Dietmar Winkler | 2014-04-16 | 1 | -2/+0 | |
| | | | | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These lines were detecting false positives. Removing for now. | |||||
| | | | | * | | | | | | | Change the Factor lexer to use non-capturing groups where appropriate. | John Benediktsson | 2014-04-21 | 1 | -8/+8 | |
| | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | Fix highlighting of single-character CHAR: in the Factor lexer. | John Benediktsson | 2014-04-21 | 1 | -1/+1 | |
| | | | | |/ / / / / / | ||||||
| | | | * | | | | | | | Restore order of comment regex. Instead copy better expression from root state. | Gaurav Jain | 2014-04-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous commit does not handle all situations. Instead the comment regex needs to be copied from the root state. Added additional test lines in the example file for testing. | |||||
| | | | * | | | | | | | Move order of comment match after operator match | Gaurav Jain | 2014-04-19 | 1 | -2/+2 | |
| | | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since -- can be used in an operator, match operators before comments. The exmaple file has been updated to add such an operator. Also the package-qualified import has been made more generic. | |||||
| | | * | | | | | | | Minor style fix to remove space around "=" for kwargs | Gaurav Jain | 2014-04-18 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Add analyse_text method to CMake lexer | Gaurav Jain | 2014-04-16 | 1 | -0/+6 | |
| | | |/ / / / / / | ||||||
| | * | | | | | | | Fixed LiveScript backslash strings to terminate on whitespace | Gaurav Jain | 2014-04-17 | 1 | -1/+1 | |
| | |/ / / / / / | ||||||
| * | | | | | | | If encoding fails use ? as ANSI fallback character | Gaurav Jain | 2014-04-15 | 1 | -3/+3 | |
| |/ / / / / / | ||||||
* | | | | | | | Tweaking clojure keyword lexing | Tim Gilbert | 2014-04-16 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Many minor style fixes (trailing whitespace, tabs, etc.) | Georg Brandl | 2014-04-15 | 9 | -76/+74 | |
| | | | | | | ||||||
* | | | | | | Use importable module names for the Paraiso styles. | Georg Brandl | 2014-04-15 | 3 | -14/+26 | |
| | | | | | | ||||||
* | | | | | | Merged in jaingaurav2/pygments-main (pull request #307) | Tim Hatch | 2014-04-14 | 1 | -0/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Added support for iVar block parsing | Gaurav Jain | 2014-03-23 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ass seen with Issue #933, the lexer fails to identify methods as after parsing the @implementation keyword as it is still in the 'statement' state and methods are only parsed in the 'root' state. The block after the class name needs to have a seperate state similar to the 'function' state so that we return to the 'root' state after exiting the block. | |||||
* | | | | | | | Merged in jaingaurav2/pygments-main (pull request #314) | Tim Hatch | 2014-04-14 | 21 | -233/+1970 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merged in ssproessig/pygments-main (pull request #266) | Tim Hatch | 2014-04-14 | 85 | -1255/+5629 | |
| |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merged in jlafon/pygments-main-redo-247 (pull request #318) | Tim Hatch | 2014-04-14 | 1 | -9/+16 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ | Merge branch 'master' of ↵ | Jharrod LaFon | 2014-04-14 | 1 | -9/+16 | |
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gitifyhg::ssh://hg@bitbucket.org/jlafon/pygments-main-redo-247 * 'master' of gitifyhg::ssh://hg@bitbucket.org/jlafon/pygments-main-redo-247: Wire up paraiso styles Added Para?so styles fixed autopygmentize to work with nonencoded files, passed options, and .zshrc. Added Handlebars lexer | |||||
| | | | * | | | | | | | Correctly recognize PHP identifiers with Unicode characters | Jharrod LaFon | 2014-04-14 | 1 | -13/+16 | |
| | | | | | | | | | | |