Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | ColdFusion: Fixed example file to work under ColdFusion | Gaurav Jain | 2014-04-26 | 1 | -0/+5 | |
| | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | Copy regex from LiveScript to CoffeeScript to handle mid string interpolations | Gaurav Jain | 2014-05-12 | 1 | -0/+2 | |
| | | | | | | | ||||||
| * | | | | | | Allow hash within double quoted and single quoted strings | Gaurav Jain | 2014-05-11 | 1 | -0/+14 | |
| | | | | | | | ||||||
| * | | | | | | Rename CoffeeScript example file | Gaurav Jain | 2014-05-11 | 1 | -0/+0 | |
| | |/ / / / | |/| | | | | ||||||
| * | | | | | Merged in dscorbett/pygments-jasmin (pull request #343) | Tim Hatch | 2014-05-06 | 1 | -0/+564 | |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | Add a lexer for Jasmin | |||||
| | * | | | | Add a lexer for Jasmin | David Corbett | 2014-05-04 | 1 | -0/+564 | |
| | | |_|/ | | |/| | | ||||||
| * | | | | Comments handling fixed in Red language lexer as well. | Oldes | 2014-05-05 | 1 | -0/+26 | |
| | | | | | ||||||
| * | | | | FIX: Issue #985 - REBOL comments | Oldes | 2014-05-05 | 1 | -7/+27 | |
| |/ / / | ||||||
| * | | | Merged in jaingaurav2/pygments-main-example-cleanup (pull request #337) | Tim Hatch | 2014-04-29 | 3 | -46/+254 | |
| |\ \ \ | | | | | | | | | | | | | | | | Improvements to Objective-C lexer | |||||
| | * \ \ | Merged birkenfeld/pygments-main into default | Gaurav Jain | 2014-04-28 | 3 | -46/+254 | |
| | |\ \ \ | | | |_|/ | | |/| | | ||||||
| | | * | | Merged birkenfeld/pygments-main into default | Gaurav Jain | 2014-04-24 | 3 | -46/+254 | |
| | | |\ \ | ||||||
| | | | * | | Add Objective-C unit tests | Gaurav Jain | 2014-04-24 | 1 | -0/+91 | |
| | | | | | | ||||||
| | | | * | | Consolidated Objective-C example files and fixed syntax | Gaurav Jain | 2014-04-24 | 2 | -46/+163 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Merged the 2 objective-C example files. The file now has a completely valid syntax as checked with clang -fsyntax-only. It tests numerous aspects of Objective-C syntax. | |||||
| * | | | | | Merged in jaingaurav2/pygments-main-926 (pull request #336) | Tim Hatch | 2014-04-29 | 9 | -0/+736 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Reorder regex expressions so that C keywords are matched before a label | |||||
| | * | | | | | Some string tests added into the example | Oldes | 2014-04-29 | 1 | -1/+5 | |
| | | | | | | | ||||||
| | * | | | | | Added missing possible space inside binary datatype and added some binary ↵ | Oldes | 2014-04-29 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests into example code. | |||||
| | * | | | | | Initial version of Red-language lexer | Oldes | 2014-04-29 | 2 | -0/+368 | |
| | |/ / / / | ||||||
| | * | | | | Gherkin: Comments should only be matched on distinct lines | Gaurav Jain | 2014-04-27 | 1 | -0/+16 | |
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | According to https://github.com/cucumber/cucumber/wiki/Gherkin, cooments are complete lines that can appear anywhere in the file and have leading whitespace. Added valid example file which was validated with 'cucumber -r -d tests/examplefiles/example.feature' | |||||
| | * | | | Merged in jrha/pygments-main (pull request #179) | Tim Hatch | 2014-04-24 | 1 | -0/+54 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/other.py | |||||
| | | * \ \ | Merge | James Adams | 2014-02-03 | 1 | -0/+54 | |
| | | |\ \ \ | ||||||
| | | | * | | | Expand test file for pan to include at least one of each variable type | James Adams | 2014-02-03 | 1 | -4/+45 | |
| | | | | | | | ||||||
| | | | * | | | Add test file for pan language and update AUTHORS | James Adams | 2013-03-08 | 1 | -0/+13 | |
| | | | | | | | ||||||
| | * | | | | | Merged in vuhonglinh/pygments-main (pull request #212) | Tim Hatch | 2014-04-24 | 1 | -0/+111 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/other.py | |||||
| | | * | | | | | Add RSL lexer | Linh Vu Hong | 2013-06-23 | 1 | -0/+111 | |
| | | | | | | | | ||||||
| | * | | | | | | Let qbasic lexer match functions like 'RIGHT$', with test | Tim Hatch | 2014-04-24 | 2 | -1/+44 | |
| | | | | | | | | ||||||
| | * | | | | | | Merged in pathawks/pygments (pull request #182) | Tim Hatch | 2014-04-24 | 1 | -0/+2 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py | |||||
| | * | | | | | | Fix cypher lexer to match example file | Tim Hatch | 2014-04-24 | 1 | -1/+5 | |
| | | | | | | | | ||||||
| | * | | | | | | Merged in laprice/pygments-main (pull request #257) | Tim Hatch | 2014-04-24 | 1 | -0/+119 | |
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | ||||||
| | | * | | | | | adding the test file. | Larry Price | 2013-11-29 | 1 | -0/+119 | |
| | | |/ / / / | ||||||
| | * | | | | | Improve ChaiScript lexer, add examplefile, add string interpolation | Tim Hatch | 2014-04-23 | 1 | -0/+6 | |
| | | |_|_|/ | | |/| | | | ||||||
| * | | | | | Test cases for C lexer for switch/case statements and labels | Gaurav Jain | 2014-04-23 | 1 | -1/+226 | |
| |/ / / / | ||||||
| * | | | | Fix RexxLexer test to work under Python 2.6 | Tim Hatch | 2014-04-23 | 1 | -9/+9 | |
| | | | | | ||||||
| * | | | | Merged in jaingaurav2/pygments-main-954 (pull request #323) | Georg Brandl | 2014-04-22 | 1 | -0/+8 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | Added handling of escaped single quotes in Puppet files | |||||
| | * | | | | Added handling of escaped single quotes in Puppet files | Gaurav Jain | 2014-04-15 | 1 | -0/+8 | |
| | | | | | | ||||||
| * | | | | | Merged in jaingaurav2/pygments-main-898 (pull request #332) | Georg Brandl | 2014-04-22 | 1 | -0/+22 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | 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/+3 | |
| | | | | | | | ||||||
| | * | | | | | Reorder regex matches to ensure number match is before text | Gaurav Jain | 2014-04-20 | 1 | -0/+3 | |
| | | | | | | | ||||||
| | * | | | | | Add handling of arthmetic base syntax for math expressions | Gaurav Jain | 2014-04-20 | 1 | -0/+16 | |
| | |/ / / / | ||||||
| * | | | | | Merged in jaingaurav2/pygments-main-958 (pull request #329) | Georg Brandl | 2014-04-22 | 1 | -0/+8 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | 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 | -0/+8 | |
| | |/ / / / | | | | | | | | | | | | | | | | | | | 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 | 2 | -1/+14 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixed LiveScript backslash strings to terminate on whitespace | |||||
| | * \ \ \ \ | Merged in jaingaurav2/pygments-main-cmake (pull request #327) | Georg Brandl | 2014-04-22 | 1 | -1/+12 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add analyse_text method to CMake lexer | |||||
| | | * | | | | | Restore order of comment regex. Instead copy better expression from root state. | Gaurav Jain | 2014-04-20 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -1/+4 | |
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | * | | | | | Add analyse_text method to CMake lexer | Gaurav Jain | 2014-04-16 | 1 | -0/+2 | |
| | |/ / / / | ||||||
| * | | | | | Fixed LiveScript backslash strings to terminate on whitespace | Gaurav Jain | 2014-04-17 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Tweaking clojure keyword lexing | Tim Gilbert | 2014-04-16 | 1 | -0/+5 | |
|/ / / / | ||||||
* | | | | Correct language of example file | Tim Hatch | 2014-04-15 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | This was causing test failures on Python 3, where something (presumably hash order) caused Pawn instead of OpenEdge to be chosen. | |||||
* | | | | Merged in jaingaurav2/pygments-main (pull request #307) | Tim Hatch | 2014-04-14 | 1 | -0/+3 | |
|\ \ \ \ | ||||||
| * | | | | Add function signatures after class implementation block | Gaurav Jain | 2014-04-11 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | Function signatures should be correct parsed after an implementation block. |