File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
> -!- document; fill-mode:both; fill-column:78 -!-
2
2
>
3
3
> Copyright 1998-2009 JASSPA (www.jasspa.com).
4
- > 2021-2023 Detlef Groth (https://github.com/mittelmark/microemacs)
4
+ > 2021-2024 Detlef Groth (https://github.com/mittelmark/microemacs)
5
5
>
6
6
> License: GPL (see the file COPYING)
7
7
>
8
8
> Created By : Jon Green
9
9
> Created : Fri Feb 6 11:13:34 2004
10
- > Last Modified : <240928.0451 >
10
+ > Last Modified : <241007.1504 >
11
11
> Authors: : John Green, Steven Phillips, Detlef Groth
12
12
13
+ [241007]
14
+ - small improvements in r-mode fo item-list and folding
15
+
16
+ [240928]
17
+ - Release v09.12.24.b2 (beta-2)
18
+
13
19
[240927]
14
20
15
21
- support for Markdown as define-help language
Original file line number Diff line number Diff line change 4979
4979
4980
4980
4981
4981
## Development History
4982
+ - [241007]
4983
+ - small improvements in r-mode fo item-list and folding
4984
+
4985
+ - [240928]
4986
+ - Release v09.12.24.b2 (beta-2)
4987
+
4982
4988
4983
4989
- [20240927]
4984
4990
- support for Markdown as define-help language
Original file line number Diff line number Diff line change 1
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
2
; -!- emf -!-
3
3
; This is part of the JASSPA MicroEmacs macro files
4
- ; Copyright (C) 1999-2009 JASSPA (www.jasspa.com)
4
+ ; Copyright (C) 1999-2024 JASSPA (www.jasspa.com)
5
5
; See the file me.emf for copying and conditions.
6
6
;
7
7
; Synopsis: R/S-Plus hook (http://www.r-project.org)
@@ -22,7 +22,7 @@ set-variable .fhook-r.setup ® "/history/fhook/r" "dfghopx"
22
22
set-variable .fhook-r.setup-mask "adefghikmoptux"
23
23
set-variable .fhook-r.comment "|#||#|# | #|r|"
24
24
25
- set-variable .fhook-r.collapse-open "^[a-zA-Z].+ function\\s* (.+"
25
+ set-variable .fhook-r.collapse-open "^[' a-zA-Z].+ function\\s* (.+"
26
26
set-variable .fhook-r.collapse-close "^}"
27
27
set-variable .fhook-r.collapse-mclose "1"
28
28
set-variable .fhook-r.collapse-mnext "-1"
@@ -187,6 +187,7 @@ set-variable .fhook-r.item-list-r2 "MDHE \ecB\\1\ecA"
187
187
; operators
188
188
hilight .hilight.r 0 "&" .scheme.operator
189
189
hilight .hilight.r 0 "|" .scheme.operator
190
+ hilight .hilight.r 0 "|>" .scheme.operator
190
191
hilight .hilight.r 0 "%in%" .scheme.operator
191
192
hilight .hilight.r 0 "%ni%" .scheme.operator
192
193
hilight .hilight.r 1 "TRUE" .scheme.prepro
You can’t perform that action at this time.
0 commit comments