| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
trunk.
|
|
|
|
|
|
|
|
| |
* highlighting of class and function definitions
* improved HTML/PHP detection
* heredocs (simple)
* a new test for classes
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Ruby 1.9 warnings (yeah, it's really a pain)
* added DIRECTIVES
* fixed a bug that highlighted // as an operator (bah!)
* accept $ in variable names
* accept intLL literals
* recover silently from :include_expected on unexpected tokens
|
|
|
|
|
| |
* Also, DATABASE is a SQL keyword.
|
|
|
|
|
|
|
| |
* Unicode support (kind of)
* [from ...] import ... as construct highlighted as :include
* added a test case for import statements
|
| |
|
| |
|
|
|
|
|
|
| |
* added :reserved, :pre_constant, :exception classes for idents and keywords
* "threadsafe" isn't a Java keyword
|
|
|
|
|
|
|
| |
* cleanup (FIXMEs, dead code, comments)
* improved value_expected detection using VALUE_EXPECTING_KEYWORDS
* support for self.method style definitions
|
| |
|
|
|
|
|
|
|
|
|
| |
* false, null, true, undefined are :pre_constant now
* fixed floats starting with a dot
* added support for XML literals (cool!)
* function definitions are detected and highlighted as :function
* added Prototype, SunSpider and TraceMonkey tests as test code
|
|
|
|
|
|
| |
There's a problem with the ternary operator (?:) and labels which
needs to be fixed in C, C++ and PHP scanners. I'll get to that soon.
|
|
|
|
|
|
|
|
| |
* class and method definitions are highlighted
* improved keyword argument recognition (less false positives)
* backticks are operators now
* from/import support still missing
|
|
|
|
|
|
|
| |
The title saves the real name for a language, like "C++"...something that can't be deduced from the class name.
And a version fix in the README.
|
|
|
|
|
| |
* @file=@ should not be recognized as the predefined method @file@.
|
|
|
|
|
|
|
|
|
| |
* closes #108 (new Ruby 1.9 call operator syntax sugar)
* Added an example for unicode code.
* automatic UTF-8 detection (experimental)
* Still problems with different Ruby versions; new unicode test fails in
Ruby 1.9 and JRuby.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Increased size of the test suite random samples.
|
|
|
|
|
|
|
|
| |
* fixed numeric literals
* better Python 3 support
* bugfixes, optimizations
* added two more test files
|
| |
|
|
|
|
|
|
|
|
| |
* added lots of built-in functions, constants, syntax rule fixes...
* automatic HTML/PHP document recognition; experimental!
* cYcnus style adjusted; inline_delimiter outside of token group has a style now.
* clean-up still not finished
|
|
|
|
|
|
|
|
| |
* Both not well tested yet, preview versions.
* Some example code for both languages.
* PHP scanner original by Stefan Walk.
* SQL scanner using code by Keith Pitt and Josh Goebel.
|
|
|
|
|
|
|
| |
* Python scanner uses it for idents.
* Scanner#column method needed to be fixed for multibyte characters because
StringScanner#pos still works on bytes.
|
|
|
|
|
|
|
|
|
|
|
| |
* Fixed test after r305 broke it.
* [FIXED] Save last_token_dot state through comments.
C scanner:
* Added file_extension declaration.
** All scanners should have this.
* Code cleanup.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Based on pygment's implementation.
* The goal is to highlight both Python 2 and 3.
** print and exec will need special treatment.
* Still needs work; see TODOs in the code.
* Example files: PLEAC, pygments.
** The pygments.unistring code has very long lines which bother TextMate,
so I put this one in a separate file.
* Rating: 1 / 5 stars, "Poor support", because of problems with numeric literals.
* Added .py, .pyw and .py3 to FileType.
Else:
* Sorted lines in FileType::TypeFromExt.
|
|
|
|
|
|
|
| |
For example, to create a stub for the Python Scanner, I can use:
rake generate:scanner NAME=python BASE=c EXT=py
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* handles url(...) outside of blocks
* handles @media
* handles [attribute=selectors] (too simple, added TODO)
|
|
|
|
|
| |
* I think I got it right this time.
|
|
|
|
|
|
|
| |
* JavaScript scanner: elaborate a comment
* SimpleRegexpScanner: Just some testing with the Ruby stack.
* coderay-lib.tmproj: I should just remove it from the repo...
|
|
|
|
|
| |
* Also added jruby19 task (jruby --1.9 mode).
|
| |
|
|
|
|
|
|
|
| |
* Code inside ${...} is highlighted; works nested.
* various minor bugfixes
* Some string related problems remain. Groovy is strange!
|
|
|
|
|
|
|
|
|
|
|
| |
* It inherits from Java Scanner, re-using some constants.
* Thanks to Stefan Weinmann for helping me with Groovy.
* PLEAC code used for testing.
* Some issues with remain with strings and regexps.
* Rating: 2 / 5 stars, "Basic support"
* Added .groovy and .gvy to FileType.
* CodeRay now supports a language that pygments doesn't support ;-)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
YAML Scanner:
* Added another example (multiline).
* Added multiline string recognition.
* This should be enough for most people.
Else:
* New method: Scanner#column (very useful and fast!)
* Added new token type :doctype, used also by HTML scanner.
* coderay_suite: minor output tweaks.
|
| |
|
| |
|