Update README.md
Browse files
README.md
CHANGED
|
@@ -9,10 +9,11 @@ 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',
|
| 13 |
-
'f-sharp', 'fortran', 'glsl', 'go', 'haskell', 'isabelle', 'java', 'javascript',
|
| 14 |
-
'
|
| 15 |
-
'
|
|
|
|
| 16 |
]
|
| 17 |
```
|
| 18 |
|
|
|
|
| 9 |
|
| 10 |
```python
|
| 11 |
[
|
| 12 |
+
'ada', 'assembly', 'awk', 'c', 'cpp', 'c-sharp', 'clojure', 'common-lisp', 'dart',
|
| 13 |
+
'erlang', 'f-sharp', 'fortran', 'glsl', 'go', 'haskell', 'isabelle', 'java', 'javascript',
|
| 14 |
+
'julia', 'kotlin', 'llvm', 'markdown', 'mathematica', 'pascal', 'perl', 'php',
|
| 15 |
+
'powershell', 'python', 'r', 'racket', 'ruby', 'rust', 'scala','shell', 'solidity',
|
| 16 |
+
'sparql', 'sql', 'stan', 'typescript', 'zig'
|
| 17 |
]
|
| 18 |
```
|
| 19 |
|