Skip to content

Commit 0002db7

Browse files
committed
sort keywords in robodoc.rc
1 parent 561fcc0 commit 0002db7

File tree

1 file changed

+74
-71
lines changed

1 file changed

+74
-71
lines changed

robodoc.rc

Lines changed: 74 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -4,125 +4,128 @@
44
#
55
# NOTES
66
# Fortran keywords (77-2008) from http://fortranwiki.org/fortran/show/Keywords
7-
# Also added a few missing ones at the bottom.
7+
# Also added a few missing ones.
88
#
99
# AUTHOR
10-
# Jacob Williams, 12/28/2014
10+
# Jacob Williams, 12/6/2014
11+
#
12+
# HISTORY
13+
# Updated 1/6/2014
1114
#
1215

1316
source line comments:
1417
!
1518
keywords:
19+
abstract
20+
allocatable
21+
allocate
22+
allocated
1623
assign
24+
associate
25+
associated
26+
asynchronous
1727
backspace
28+
bind
29+
block
1830
block data
1931
call
32+
case
33+
character
34+
class
2035
close
36+
codimension
2137
common
38+
contains
39+
contiguous
2240
continue
41+
critical
42+
cycle
2343
data
44+
deallocate
45+
deferred
2446
dimension
2547
do
48+
do concurrent
49+
elemental
2650
else
2751
else if
52+
elsewhere
2853
end
2954
endfile
3055
endif
3156
entry
57+
enum
58+
enumerator
3259
equivalence
60+
error stop
61+
exit
62+
extends
3363
external
64+
final
65+
flush
66+
forall
3467
format
3568
function
69+
generic
3670
goto
3771
if
3872
implicit
39-
inquire
40-
intrinsic
41-
open
42-
parameter
43-
pause
44-
print
45-
program
46-
read
47-
return
48-
rewind
49-
rewrite
50-
save
51-
stop
52-
subroutine
53-
then
54-
write
55-
allocatable
56-
allocate
57-
case
58-
contains
59-
cycle
60-
deallocate
61-
elsewhere
62-
exit
73+
import
6374
include
64-
interface
75+
inquire
76+
integer
6577
intent
78+
interface
79+
intrinsic
80+
lock
81+
logical
6682
module
6783
namelist
84+
non_overridable
85+
none
86+
nopass
6887
nullify
6988
only
89+
open
7090
operator
7191
optional
92+
parameter
93+
pass
94+
pause
7295
pointer
96+
present
97+
print
7398
private
7499
procedure
100+
program
101+
protected
75102
public
103+
pure
104+
read
105+
real
76106
recursive
77107
result
108+
return
109+
rewind
110+
rewrite
111+
save
78112
select
79113
sequence
80-
target
81-
use
82-
while
83-
where
84-
elemental
85-
forall
86-
pure
87-
abstract
88-
associate
89-
asynchronous
90-
bind
91-
class
92-
deferred
93-
enum
94-
enumerator
95-
extends
96-
final
97-
flush
98-
generic
99-
import
100-
non_overridable
101-
nopass
102-
pass
103-
protected
104-
value
105-
volatile
106-
wait
107-
block
108-
codimension
109-
do concurrent
110-
contiguous
111-
critical
112-
error stop
114+
stop
113115
submodule
116+
subroutine
114117
sync all
115118
sync images
116119
sync memory
117-
lock
118-
unlock
119-
associated
120-
allocated
121-
present
122-
character
120+
target
121+
then
122+
trim
123123
type
124-
integer
125-
real
126-
logical
127-
none
128-
trim
124+
unlock
125+
use
126+
value
127+
volatile
128+
wait
129+
where
130+
while
131+
write

0 commit comments

Comments
 (0)