-
Notifications
You must be signed in to change notification settings - Fork 435
Expand file tree
/
Copy pathTurtle.xml
More file actions
25 lines (25 loc) · 1.4 KB
/
Turtle.xml
File metadata and controls
25 lines (25 loc) · 1.4 KB
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
<?xml version='1.0' encoding='UTF-8'?>
<NotepadPlus>
<!-- 'Turtle' autoCompletion definition automatically generated from UDL keyword lists by generate_ac.py on 2025-09-12 -->
<!-- Default values automatically generated, and have no knowledge of the actual constructs for this particular language. -->
<!-- This is a starting point, and should be improved into a full autoCompletion with function parameter hints, etc, by an expert in this language. -->
<!-- If you are such an expert, please remove these comments and submit your updates back to the UDL Collection. Thank you. -->
<AutoComplete language="Turtle">
<!-- Environment: Change start/stopFunc, paramSeparator, and terminal as needed -->
<Environment ignoreCase="no" startFunc="(" stopFunc=")" paramSeparator="," terminal="" additionalWordChar=""/>
<!-- KeyWords: generator assumes all keywords are _not_ functions -->
<KeyWord name="@base" func="no"/>
<KeyWord name="@prefix" func="no"/>
<KeyWord name="base" func="no"/>
<KeyWord name="boolean" func="no"/>
<KeyWord name="decimal" func="no"/>
<KeyWord name="double" func="no"/>
<KeyWord name="false" func="no"/>
<KeyWord name="integer" func="no"/>
<KeyWord name="nil" func="no"/>
<KeyWord name="rdf" func="no"/>
<KeyWord name="string" func="no"/>
<KeyWord name="true" func="no"/>
<KeyWord name="xsd" func="no"/>
</AutoComplete>
</NotepadPlus>