-
Notifications
You must be signed in to change notification settings - Fork 435
Expand file tree
/
Copy pathBeef.xml
More file actions
70 lines (70 loc) · 3.09 KB
/
Beef.xml
File metadata and controls
70 lines (70 loc) · 3.09 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version='1.0' encoding='UTF-8'?>
<NotepadPlus>
<!-- 'Beef' 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="Beef">
<!-- 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="abstract" func="no"/>
<KeyWord name="auto" func="no"/>
<KeyWord name="base" func="no"/>
<KeyWord name="break" func="no"/>
<KeyWord name="case" func="no"/>
<KeyWord name="class" func="no"/>
<KeyWord name="const" func="no"/>
<KeyWord name="continue" func="no"/>
<KeyWord name="default" func="no"/>
<KeyWord name="delegate" func="no"/>
<KeyWord name="delete" func="no"/>
<KeyWord name="do" func="no"/>
<KeyWord name="else" func="no"/>
<KeyWord name="enum" func="no"/>
<KeyWord name="event" func="no"/>
<KeyWord name="explicit" func="no"/>
<KeyWord name="extern" func="no"/>
<KeyWord name="false" func="no"/>
<KeyWord name="for" func="no"/>
<KeyWord name="free" func="no"/>
<KeyWord name="if" func="no"/>
<KeyWord name="implicit" func="no"/>
<KeyWord name="inline" func="no"/>
<KeyWord name="internal" func="no"/>
<KeyWord name="let" func="no"/>
<KeyWord name="malloc" func="no"/>
<KeyWord name="memcpy" func="no"/>
<KeyWord name="memset" func="no"/>
<KeyWord name="mut" func="no"/>
<KeyWord name="namespace" func="no"/>
<KeyWord name="new" func="no"/>
<KeyWord name="null" func="no"/>
<KeyWord name="operator" func="no"/>
<KeyWord name="out" func="no"/>
<KeyWord name="override" func="no"/>
<KeyWord name="printf" func="no"/>
<KeyWord name="private" func="no"/>
<KeyWord name="protected" func="no"/>
<KeyWord name="public" func="no"/>
<KeyWord name="ref" func="no"/>
<KeyWord name="return" func="no"/>
<KeyWord name="scanf" func="no"/>
<KeyWord name="sealed" func="no"/>
<KeyWord name="sizeof" func="no"/>
<KeyWord name="static" func="no"/>
<KeyWord name="static" func="no"/>
<KeyWord name="strcmp" func="no"/>
<KeyWord name="strlen" func="no"/>
<KeyWord name="struct" func="no"/>
<KeyWord name="switch" func="no"/>
<KeyWord name="this" func="no"/>
<KeyWord name="true" func="no"/>
<KeyWord name="typeof" func="no"/>
<KeyWord name="typeof" func="no"/>
<KeyWord name="using" func="no"/>
<KeyWord name="var" func="no"/>
<KeyWord name="virtual" func="no"/>
<KeyWord name="while" func="no"/>
</AutoComplete>
</NotepadPlus>