Changeset 16

Show
Ignore:
Timestamp:
02/27/07 15:20:31 (5 years ago)
Author:
phil
Message:

Upgraded SPARQL removed info.plist

Location:
tools/trunk/N3.tmbundle
Files:
1 removed
1 modified

Legend:

Unmodified
Added
Removed
  • tools/trunk/N3.tmbundle/Syntaxes/SPARQL.tmLanguage

    r15 r16  
    139139                                <dict> 
    140140                                        <key>include</key> 
     141                                        <string>#filter</string> 
     142                                </dict> 
     143                                <dict> 
     144                                        <key>include</key> 
    141145                                        <string>#statement</string> 
    142146                                </dict> 
     
    280284                        <key>name</key> 
    281285                        <string>comment.line.number-sign.n3</string> 
     286                </dict> 
     287                <key>filter</key> 
     288                <dict> 
     289                        <key>captures</key> 
     290                        <dict> 
     291                                <key>1</key> 
     292                                <dict> 
     293                                        <key>name</key> 
     294                                        <string>keyword.other</string> 
     295                                </dict> 
     296                        </dict> 
     297                        <key>match</key> 
     298                        <string>((?i:FILTER))\s*\(.*\)</string> 
     299                        <key>name</key> 
     300                        <string>constraint</string> 
    282301                </dict> 
    283302                <key>objlistM</key>