Skip to content

Commit 566c5a5

Browse files
committed
language supported in readme.md; Ignore HTML files
1 parent b57c3df commit 566c5a5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
build*
55
.DS_Store*
66
_site*
7-
README_files*
7+
README_files*
8+
*.html

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ The extension includes pre-configured setup for:
105105

106106
Additional languages are supported via magic commands without requiring specific setup cells.
107107

108+
- Ruby
109+
- Perl
110+
- bash/sh
111+
112+
For additional languages, you can define custom magic commands and setup cells in the document's header.
113+
108114
## Acknowledgements
109115

110116
This extension is based on the [Using Google Colab with GitHub](https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb#scrollTo=8QAWNjizy_3O) notebook.

0 commit comments

Comments
 (0)