-
Notifications
You must be signed in to change notification settings - Fork 0
/
lstlang0.sty
executable file
·39 lines (39 loc) · 1.35 KB
/
lstlang0.sty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
%%
%% This is file `lstlang0.sty',
%% generated with the fingers of the BDm with a laptop behind
%%
%% The listings package is copyright 1996--2004 Carsten Heinz, and
%% continued maintenance on the package is copyright 2006--2007 Brooks Moses.
%%
%% This file is completely free and comes without any warranty.
%%
%% Send comments and ideas on the package, error reports and additional
%% programming languages to Brooks Moses at <[email protected]>.
%%
\ProvidesFile{lstrspql.sty}
[2018/01/23 0.1 listings language file]
%%
%% C-SPARQL definition (c) 2009 DanieleBraga
%%
\lst@definelanguage{RSP-QL}%
{morekeywords={BASE,PREFIX,SELECT,DISTINCT,CONSTRUCT,DESCRIBE,ASK,%
%
WINDOW,ON,RSTREAM,ISTREAM,DSTREAM,AGGREGATE,REGISTER,STREAM,QUERY,RANGE,STEP,TUMBLING,AS,COMPUTED,EVERY,
COUNT,SUM,MAX,MIN,AVG,
%MS,S,M,H,D,
AND,NOT,OR,
%
GROUP,HAVING,
%
FROM,NAMED,WHERE,ORDER,BY,ASC,DESC,LIMIT,OFFSET,OPTIONAL,%
GRAPH,UNION,FILTER,a,STR,LANG,LANGMATCHES,DATATYPE,BOUND,%
isIRI,isURI,isBLANK,isLITERAL,REGEX,true,false,%
SubObjectPropertyOf,ObjectPropertyChain,TransitiveObjectProperty},%
sensitive=false,%
morecomment=[l]\#,%
morestring=[d]',%
morestring=[d]"%
}[keywords,comments,strings]%
\endinput
%%
%% End of file `lstlang0.sty'.