Update README.md
Browse files
README.md
CHANGED
|
@@ -9,10 +9,10 @@ This is a filtered version of `bigcode/the-stack-dedup` that subsets for the fol
|
|
| 9 |
|
| 10 |
```python
|
| 11 |
[
|
| 12 |
-
'ada', 'assembly', 'awk', 'c', 'cpp', 'c-sharp', 'clojure', 'common-lisp', 'dart', 'erlang',
|
| 13 |
-
'fortran', 'glsl', 'go', 'haskell', 'isabelle', 'java', 'javascript', 'julia', 'kotlin'
|
| 14 |
-
'mathematica', 'pascal', 'perl', 'php', 'powershell', 'python', 'r', 'racket',
|
| 15 |
-
'shell', 'solidity', 'sparql', 'sql', 'stan', 'typescript', 'zig'
|
| 16 |
]
|
| 17 |
```
|
| 18 |
|
|
|
|
| 9 |
|
| 10 |
```python
|
| 11 |
[
|
| 12 |
+
'ada', 'assembly', 'awk', 'c', 'cpp', 'c-sharp', 'clojure', 'common-lisp', 'dart', 'erlang',
|
| 13 |
+
'f-sharp', 'fortran', 'glsl', 'go', 'haskell', 'isabelle', 'java', 'javascript', 'julia', 'kotlin',
|
| 14 |
+
'llvm', 'markdown', 'mathematica', 'pascal', 'perl', 'php', 'powershell', 'python', 'r', 'racket',
|
| 15 |
+
'ruby', 'rust', 'scala','shell', 'solidity', 'sparql', 'sql', 'stan', 'typescript', 'zig'
|
| 16 |
]
|
| 17 |
```
|
| 18 |
|