forked from dotphiles/dotphiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconf.esperanto
61 lines (43 loc) · 802 Bytes
/
conf.esperanto
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
#
# dotphiles : https://github.com/dotphiles/dotphiles
#
# Setup grc for `esperanto`
#
# Authors:
# Ben O'Hara <[email protected]>
#
# substantivoj
regexp=(?i)\b\w+(?=(o|oj|on|ojn)\b)
colours=green
%%%%%%%
# sufiksoj de substantivoj
regexp=(?i)o(|j|n|jn)\b
colours=yellow
%%%%%%%
# verboj
regexp=\b\w+(?=(?i)i|as|is|os|u)\b
colours=magenta
%%%%%%%
# sufiksoj de verboj
regexp=(?i)(i|as|is|os|u)\b
colours=yellow
%%%%%%%
# adverboj
regexp=(?i)\b\w+(?=e\b)
colours=bold magenta
%%%%%%%
# sufiksoj de adverboj
regexp=(?i)(e|aux)\b
colours=yellow
%%%%%%%
# adjektivoj
regexp=(?i)\b\w+(?=(a|aj|an|ajn)\b)
colours=blue
%%%%%%%
# sufiksoj de adjektivoj
regexp=(?i)a(j|n|jn)\b
colours=yellow
%%%%%%%
# kelkaj kurtaj vortoj
regexp=(?i)\b(de|en|kun|sen|la|pli|plej|plu)\b
colours=bold yellow