summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners
Commit message (Collapse)AuthorAgeFilesLines
* lint fixesapplescript-scannerNathan Youngman2012-10-271-36/+36
| | | | | | character class has duplicated range indentation
* Sebastian's AppleScript scannerNathan Youngman2012-10-271-0/+219
| | | | it will probably will need some updates
* Fix HTML scanner: Don't crash if HTML in a diff contains a JavaScript tag.Kornelius Kalnbach2012-10-071-1/+4
|
* HTML scanner accepts boolean attributes; fixes issue #26Kornelius Kalnbach2012-06-191-4/+1
|
* specify encoding of PHP scanner file (fails when RUBYOPT=-Ku is set)Kornelius Kalnbach2012-03-311-0/+1
|
* replace weird regexp that confuses ruby-headKornelius Kalnbach2012-03-021-1/+1
|
* fix whitespace changesJoel Holdbrooks2012-01-201-38/+38
|
* begin/end with group :function instead of :stringJoel Holdbrooks2012-01-131-40/+40
|
* let autoloading to the work (fix test warnings)Kornelius Kalnbach2011-12-271-3/+1
|
* Bug #6: merge ConradIrwin's approach with korny'sKornelius Kalnbach2011-12-272-3/+3
|
* Remove assumption about a stable $:Conrad Irwin2011-12-232-3/+3
| | | | | | | | | | In some environments (e.g. [1]) $: can change between loading the library and using it. To avoid this problem, we always pass an absolute path to autoload internal modules. [1] https://github.com/pry/pry/issues/280
* css scanner fixes; preparing 1.0.4Kornelius Kalnbach2011-11-021-7/+14
|
* minor fix in diff scanner, .tmproj filetype: 1.0.3v1.0.3Kornelius Kalnbach2011-10-261-1/+1
|
* allow - and / in YAML keysKornelius Kalnbach2011-10-131-1/+1
|
* cleanups, documentation for TokensProxyKornelius Kalnbach2011-09-211-0/+2
|
* less spaces mean more code on 13" screensKornelius Kalnbach2011-09-091-3/+3
|
* #353 New scanner: HAML!Kornelius Kalnbach2011-09-091-0/+168
|
* Ruby scanner accepts :state options and provides #interpreted_string_state ↵Kornelius Kalnbach2011-09-091-1/+5
| | | | method
* HTML scanner ignores <% tags and accepts :state optionKornelius Kalnbach2011-09-091-2/+2
|
* refactor erb scanner open tag matching to fix a minor bugKornelius Kalnbach2011-09-091-8/+12
|
* diff scanner: highlight "\ No newline" as :commentKornelius Kalnbach2011-09-091-5/+2
|
* fixed YAML scanner (Scanner#column rewrite broke it)Kornelius Kalnbach2011-08-291-6/+5
|
* fix HTML scanner to correctly highlight embedded Ruby inside of attribute valuesKornelius Kalnbach2011-08-211-6/+6
|
* fix issue with diffs inside of diffsKornelius Kalnbach2011-08-191-1/+3
|
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-199-11/+11
|
* rename CaseIgnoringWordList to WordList::CaseIgnoringKornelius Kalnbach2011-08-194-7/+6
|
* Major rewrite of encoders to support IO output; fixed some minor scanner ↵Kornelius Kalnbach2011-08-199-179/+57
| | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests
* PHP scanner should not scan the whole document for HTML/PHP indicatorsKornelius Kalnbach2011-07-261-2/+2
|
* add :erb as Ruby scanner aliasKornelius Kalnbach2011-07-261-13/+14
|
* remove Scheme scanner (#59)Kornelius Kalnbach2011-07-131-136/+0
|
* fixing strange bug in Ruby scanner (very rare!)murphy2011-07-081-2/+2
|
* minor support fixes for some Ruby engines and versionsmurphy2011-07-081-1/+1
|
* #309 Improved highlighting of Ruby inside diffsmurphy2011-06-223-19/+30
|
* changed :reserved to :keyword in Ruby scanner (issue #43)murphy2011-06-162-3/+3
|
* changed :reserved to :keyword in Scheme scanner (issue #43)murphy2011-06-151-1/+1
|
* changed :reserved to :keyword in PHP scanner (issue #43)murphy2011-06-151-3/+3
|
* changed :reserved to :keyword in Delphi scanner (issue #43)murphy2011-06-151-2/+2
|
* changed :reserved to :keyword in Clojure scanner (issue #43)murphy2011-06-151-3/+3
|
* fix Ruby 1.9.3 warnings about unused local variablesmurphy2011-06-111-1/+1
|
* issue #43: replacing :reserved with :keyword for C and C++murphy2011-05-212-6/+6
|
* added more EVENT_ATTRIBUTES for JavaScript in HTMLmurphy2011-05-211-11/+14
|
* new keywords and improvements for SQL scanner (closes #221)murphy2011-05-211-16/+23
|
* new method Scanner#scan_rest (upported from 0.9.8), and Scanner::ScanError ↵murphy2011-05-215-15/+8
| | | | is now a StandardError
* various fixes and cleanups in CodeRay's helpersmurphy2011-05-213-28/+29
|
* #127 Clojure scanner fixesmurphy2011-05-081-12/+25
|
* Encoder refactoring to fix LOC and Statistic encodersmurphy2011-04-202-2/+2
|
* Improved HTML/JavaScript integration: Check attribute name with list of ↵murphy2011-04-201-3/+16
| | | | handlers.
* Improved JavaScript integration in HTML scanner.murphy2011-04-191-26/+41
|
* renamed pre_* token kinds to predefined_*murphy2011-04-1710-18/+18
|
* Speedup C scanner (reordering of token rules).murphy2011-04-041-7/+7
|