Wiki

Changes between Version 3 and Version 4 of ETextEditorSupport

Show
Ignore:
Timestamp:
06/17/09 19:35:12 (15 years ago)
Author:
webnov8
Comment:

Making the 'r' in raw strings look like part of the string

Legend:

Unmodified
Added
Removed
Modified
  • ETextEditorSupport

    v3 v4  
    246246      }, 
    247247      { 
    248          "begin" : "'", 
     248         "begin" : "r?'", 
    249249         "name" : "string.quoted.single.cobra", 
    250250         "end" : "'", 
     
    254254      }, 
    255255      { 
    256          "begin" : "\"", 
     256         "begin" : "r?\"", 
    257257         "name" : "string.quoted.double.cobra", 
    258258         "end" : "\"",