Ticket #22 (closed enhancement: fixed)
SPARQL highlighting
| Reported by: | http://astro.pip.verisignlabs.com/ | Owned by: | http://openvest.myopenid.com/ |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | SyntaxHighlighting | Keywords: | |
| Cc: | Billing Source: | ||
| Max Authorized Hours: |
Description
SPARQL is coming together in textmate, How about some pygments help?
# Sample SPARQL of XBRL data prefix usgaap: <http://xbrl.us/us-gaap/2008-01-31> prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> prefix xsd: <http://www.w3.org/2001/XMLSchema#> select ?cash ?date where{ ?item a usgaap:CashAndCashEquivalentsAtCarryingValue ; xbrli:context [xbrli:entity [xbrli:identifier [xbrli:schema <http://www.nyse.com/>; rdf:value "IBM"]; xbrli:period [xbrli:onDate ?date ]]]. filter (?date > "2005-12-31"^^xsd:date) }
done
Change History
Note: See
TracTickets for help on using
tickets.
