Changeset 16
- Timestamp:
- 02/27/07 15:20:31 (5 years ago)
- Location:
- tools/trunk/N3.tmbundle
- Files:
-
- 1 removed
- 1 modified
-
info.plist (deleted)
-
Syntaxes/SPARQL.tmLanguage (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tools/trunk/N3.tmbundle/Syntaxes/SPARQL.tmLanguage
r15 r16 139 139 <dict> 140 140 <key>include</key> 141 <string>#filter</string> 142 </dict> 143 <dict> 144 <key>include</key> 141 145 <string>#statement</string> 142 146 </dict> … … 280 284 <key>name</key> 281 285 <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> 282 301 </dict> 283 302 <key>objlistM</key>
