File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
21
21
; ;; Commentary:
22
22
23
+ ; ; Minor mode to provide tagging of SDML (sdml-mode) source.
24
+ ; ;
23
25
; ; To enable SDML tagging you will need to install the Universal Ctags
24
26
; ; configuration file from:
25
27
; ;
26
28
; ; https://github.com/sdm-lang/sdml-ctags
27
- ; ;
28
- ; ; Internal module.
29
29
30
30
; ;; Code:
31
31
Original file line number Diff line number Diff line change 20
20
21
21
; ;; Commentary:
22
22
23
- ; ; Internal module .
23
+ ; ; Minor mode to provide highlighting of SDML (sdml-mode) source .
24
24
25
25
; ;; Code:
26
26
Original file line number Diff line number Diff line change 20
20
21
21
; ;; Commentary:
22
22
23
- ; ; Internal module .
23
+ ; ; Minor mode to provide indentation when editing SDML (sdml-mode) source .
24
24
25
25
; ;; Code:
26
26
101
101
;;;### autoload
102
102
(define-minor-mode
103
103
sdml-mode-indent-mode
104
- " Minor mode to provide indentation in SDML editing ."
104
+ " Minor mode to provide indentation when editing SDML source ."
105
105
106
106
:group 'sdml
107
107
You can’t perform that action at this time.
0 commit comments