summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Collapse)AuthorAgeFilesLines
* Change instances of Comment.Singleline to Comment.SingleErkki Mattila2017-02-055-7/+7
|
* AMPL: fix markupGeorg Brandl2017-02-051-2/+2
|
* SCSS: fix wrong token type for single-quote strings (fixes #1322).Georg Brandl2017-01-291-10/+13
|
* Clojure: extend valid_name to contain "|".Georg Brandl2017-01-291-1/+1
|
* Add rs alias for Rust.Georg Brandl2017-01-272-3/+3
|
* Fixes #1320: restore Py2.6 compatibilityGeorg Brandl2017-01-271-1/+1
|
* PR#662: catch IOError from pkg_resources importGeorg Brandl2017-01-251-1/+3
|
* Bump to 2.2.0 final.2.2.0Georg Brandl2017-01-221-1/+1
|
* Merged in chipx86/pygments-main/typescript-vs-typoscript (pull request #693)Georg Brandl2017-01-222-1/+10
|\ | | | | | | Implement guessing and resolution between TypeScript and TypoScript.
| * Remove the fallback values from the new analyse_text changes.Christian Hammond2017-01-222-9/+1
| | | | | | | | | | | | | | | | | | | | These values would trigger problems when guessing content without a filename, and really aren't needed. They've been removed, allowing the standard behavior to take place. On top of this, the regex for TypeScript has been slightly altered to include a whitespace match after "export" to be within the group for the "export" text.
| * Implement guessing and resolution between TypeScript and TypoScript.Christian Hammond2017-01-222-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new TypoScript lexer was taking precedence over TypeScript, which share the same file extension. This meant that any previously-working TypeScript source files would be misidentified and highlighted incorrectly. This was due to the lack of a guesser for TypeScript, and TypoScript having a naturally higher priority. This change balances things a bit between the lexers. TypoScript now has an explicitly-higher priority than TypeScript, both for the file extension and defaults when guessing content, as it has less we can rely on in terms of content. TypeScript has a lower priority, but has an analyse_text() method that checks for common symbols in code, giving it a better chance of matching for actual TypeScript source files. TypeScript also gains an additional file extension, *.tsx. Ideally, this would have its own lexer that understood inline JSX syntax, but giving general TypeScript syntax highlighting for these files is a step in the right direction.
* | mapfile updateGeorg Brandl2017-01-221-1/+1
| |
* | all: run regexlint, add a few more changelog entriesGeorg Brandl2017-01-2214-73/+85
| |
* | -x functionality updates, Python 3 compatibility fixGeorg Brandl2017-01-223-9/+13
| |
* | Merged in tprynn/pygments-main/command-line-lexer-formatter (pull request #559)Georg Brandl2017-01-22202-1798/+6094
|\ \ | | | | | | | | | Custom Lexer/Formatter File Loading
| * \ Merged in EricFromCanada/pygments-main (pull request #619)Georg Brandl2017-01-22202-667/+791
| |\ \ | | | | | | | | | | | | update LassoLexer
| | * | style fixupsGeorg Brandl2017-01-221-6/+6
| | | |
| | * | Merged in AndreBremer/pygments-main (pull request #597)Georg Brandl2017-01-22202-1599/+5619
| | |\ \ | | | | | | | | | | | | | | | Image Formatter: Mac-specific lookup for fonts (fixes #868)
| | | * \ Merged in eseom/pygments-main (pull request #610)Georg Brandl2017-01-22202-668/+759
| | | |\ \ | | | | | | | | | | | | | | | | | | add 'nginx.conf' to NginxConfLexer
| | | | * \ Merged in wqshen/pygments-main (pull request #611)Georg Brandl2017-01-221-243/+84
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | Revised version of ncl.py
| | | | | * | add 'True' in keywordsSHEN Wenqiang2016-06-131-1/+1
| | | | | | |
| | | | | * | revise bool valueSHEN Wenqiang2016-06-131-1/+2
| | | | | | |
| | | | | * | ncl.py edited online with BitbucketSHEN Wenqiang2016-06-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | add some punctuation
| | | | | * | add some punctuationSHEN Wenqiang2016-06-131-2/+2
| | | | | | |
| | | | | * | remove some invalid built-in resource.SHEN Wenqiang2016-06-131-239/+79
| | | | | | |
| | | | | * | ncl.py edited online with BitbucketSHEN Wenqiang2016-06-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | some punctuations have added
| | | | * | | mergeGeorg Brandl2017-01-2219-78/+107
| | | | |\ \ \
| | | | | * | | More housekeeping and missed additions to CHANGES.Georg Brandl2017-01-225-12/+11
| | | | | | | |
| | | | | * | | Housekeeping.Georg Brandl2017-01-2214-66/+96
| | | | | | | |
| | | | * | | | mergeGeorg Brandl2017-01-223-24/+38
| | | | |\ \ \ \
| | | | | * | | | ABAP: a few minor fixesGeorg Brandl2017-01-223-24/+38
| | | | | | | | |
| | | | * | | | | Merged in zhouzhen1/pygments-main/perllexer (pull request #688)Georg Brandl2017-01-22195-333/+532
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Perl5 lexer for namespaces/modules.
| | | | | * \ \ \ \ Merged in GorNishanov/pygments-main (pull request #630)Georg Brandl2017-01-221-2/+14
| | | | | |\ \ \ \ \ | | | | | | |/ / / / | | | | | |/| | | | | | | | | | | | | | LLVMLexer: added 58 keywords and 'token' type to match LLVM 4.0 (Issue #1263)
| | | | | | * | | | LLVMLexer: added 58 keywords and 'token' type to match LLVM 4.0Gor Nishanov2016-07-261-2/+14
| | | | | | | | | |
| | | | | * | | | | Merged in schferbe/pygments-main/abap-fixes (pull request #689)Georg Brandl2017-01-222-34/+68
| | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Abap fixes
| | | | | | * | | | | implement suggestion from issue #1227ben2017-01-191-13/+16
| | | | | | | | | | |
| | | | | | * | | | | fixed function callsben2017-01-191-2/+2
| | | | | | | | | | |
| | | | | | * | | | | added style to resemble ABAP Development Workbenchben2017-01-091-0/+17
| | | | | | | | | | |
| | | | | | * | | | | Fix some ABAP stuffben2017-01-091-28/+42
| | | | | | | | | | |
| | | | | * | | | | | Merged in chipx86/pygments-main/typescript-string-literals (pull request #692)Georg Brandl2017-01-221-1/+18
| | | | | |\ \ \ \ \ \ | | | | | | |_|_|/ / / | | | | | |/| | | | | | | | | | | | | | | | Add support for string literals to TypeScriptLexer.
| | | | | | * | | | | Add support for string literals to TypeScriptLexer.Christian Hammond2017-01-201-1/+18
| | | | | | | |_|_|/ | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces support for string literals to the TypeScript lexer. The rules are consistent with those in JavascriptLexer, helping to ensure the same behavior and capabilities between the two.
| | | | | | * | | | Merged in singingwolfboy/pygments-main/regex-flags (pull request #687)Georg Brandl2017-01-181-3/+4
| | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pull flags out of regular expressions
| | | | | | | * | | | Pull flags out of regular expressionsDavid Baumgold2016-12-291-3/+4
| | | | | | | |/ / /
| | | | | | * | | | Merged in takluyver/pygments-main/delay-pkg-resources (pull request #690)Georg Brandl2017-01-177-17/+19
| | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delay loading pkg_resources until it is needed.
| | | | | | | * \ \ \ Merged in daisuzu/pygments-main (pull request #644)Georg Brandl2017-01-177-18/+20
| | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add map support to ProtoBufLexer
| | | | | | | | * \ \ \ Merged in ashsearle/pygments-main (pull request #659)Georg Brandl2017-01-171-8/+8
| | | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | JavaScript/ES2015 fixes
| | | | | | | | | * | | | Fix for floats with leading/trailing ., reclassify es2015 arrow notation as ↵Ash Searle2016-09-011-8/+8
| | | | | | | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | punctuation and add new es2015 regex flags (sticky and unicode)
| | | | | | | | * | | | Update mapfiles.Georg Brandl2017-01-171-1/+1
| | | | | | | | | | | |
| | | | | | | | * | | | Gas lexer: whitespace already includes comments.Georg Brandl2017-01-171-3/+1
| | | | | | | | | | | |
| | | | | | | | * | | | Merged in smvv/pygments-main (pull request #682)Georg Brandl2017-01-173-3/+7
| | | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support semicolon comments besides hash comments