File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
The basic mode of the Snippet Extractor is extremely naive but works well to get you started.
4
4
5
5
A language config file contains a list of the beginnings of lines that can be ignored.
6
- The extractor skips over all lines of code that start with a line in the config file.
7
- Once the extract finds the first non-matching, it returns the next 10 lines, regardless of if they match the config file or not.
6
+ The extractor skips over all lines of code that start with a line that's in the config file.
7
+ Once the extract finds the first non-matching, it returns the next 10 lines, regardless if they match the config file or not.
8
8
9
- Things like HEREDOC and block comments where there is not some marker on each line are not supported.
10
- Use the [ Extended Mode] ( ./extended.md ) for those.
9
+ Skipping code like HEREDOC and block comments, where there is not some marker on each line, is not supported.
10
+ Use the [ Extended Mode] ( ./extended.md ) for those cases .
You can’t perform that action at this time.
0 commit comments