Skip to content

Commit b161962

Browse files
committed
add notes on supporting new languages
1 parent c5e3041 commit b161962

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ This extension contributes the following settings:
4040

4141
- `coderoad.start`: starts the extension
4242

43+
## Support New Programming Languages
44+
45+
In order to get the extension to support a new language, you'll need the following:
46+
47+
1. Test runner and CLI command to run test runner
48+
2. Parser for test runner output (eg. TAP, JSON) that can determine if tests passed or return the failure message
49+
3. Load prism markdown highlighting styles
50+
51+
TODO: A simple way to package all three together would be ideal.
52+
4353
## Known Issues
4454

4555
There are no known issues at this time.

0 commit comments

Comments
 (0)