You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,16 +107,16 @@ dependency tree and the validation tool.
107
107
* The command will prompt for the maximum depth of the tree where 0 means
108
108
unbounded. This is a command prefix and can therefore be specified with the
109
109
usual `C-u` binding.
110
-
* The resulting tree view can be refreshed using the common binding of `g` and quit
111
-
with `q`.
110
+
* The resulting tree view can be refreshed using the common binding of `g` and
111
+
quit with `q`.
112
112
113
113
### Dependency Graph
114
114
115
115
If running under a `window-sytem` it is also possible to display the current
116
116
buffer's dependencies as a directed graph. The tool will generate an SVG and
117
117
display in a read-only window.
118
118
119
-
* Command `sdml-mode-current-buffer-dependency-graph` has the default binding `C-c
119
+
* Command `sdml-mode-current-buffer-dependency-graph` has the default binding `C-c
120
120
C-s M-t`.
121
121
122
122
### Full Validation
@@ -194,7 +194,8 @@ creating any PR.
194
194
-`eldev test --undercover auto,coveralls,merge,dontsent -U simplecov.json`
195
195
-`eldev release -nU 9.9.9`
196
196
197
-
The script [eldev-check.sh](https://gist.github.com/johnstonskj/6af5ef6866bfb1288f4962a6ba3ef418) may be useful to you if you do not have your own Eldev workflow.
197
+
The script [eldev-check.sh](https://gist.github.com/johnstonskj/6af5ef6866bfb1288f4962a6ba3ef418) may be useful to you if you do not have your own Eldev
198
+
workflow.
198
199
199
200
## License
200
201
@@ -205,7 +206,8 @@ file in the repository for details.
205
206
206
207
### Version 0.2.0
207
208
208
-
* Feature: update the grammar support for the underlying 0.4.0 release of tree-sitter-sdml.
209
+
* Feature: update the grammar support for the underlying 0.4.0 release of
0 commit comments