docs: update changelog and documentation to indicate golang support (#557)
* docs: update changelog and documentation to indicate golang support * Update programming-languages.mddedup-snippet-at-index
parent
b9df0eb260
commit
7ae1a97d57
|
|
@ -1,6 +1,7 @@
|
||||||
# v0.4.0 [Unreleased]
|
# v0.4.0 [Unreleased]
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
* Supports golang: https://github.com/TabbyML/tabby/issues/553
|
||||||
|
|
||||||
## Fixes and Improvements
|
## Fixes and Improvements
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,7 @@ For an actual example of an issue or pull request adding the above support, plea
|
||||||
* [Python](https://www.python.org/)
|
* [Python](https://www.python.org/)
|
||||||
* [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
|
* [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
|
||||||
* [TypeScript](https://www.typescriptlang.org/)
|
* [TypeScript](https://www.typescriptlang.org/)
|
||||||
|
* [Golang](https://www.go.dev/): Since v0.4.0
|
||||||
|
|
||||||
## Languages Missing Certain Support
|
## Languages Missing Certain Support
|
||||||
|
|
||||||
|
|
@ -33,7 +34,6 @@ For an actual example of an issue or pull request adding the above support, plea
|
||||||
| C/C++ | 🚫 | 🚫 |
|
| C/C++ | 🚫 | 🚫 |
|
||||||
| C# | 🚫 | 🚫 |
|
| C# | 🚫 | 🚫 |
|
||||||
| CSS | 🚫 | 🚫 |
|
| CSS | 🚫 | 🚫 |
|
||||||
| Go | 🚫 | 🚫 |
|
|
||||||
| Haskell | 🚫 | 🚫 |
|
| Haskell | 🚫 | 🚫 |
|
||||||
| Java | 🚫 | 🚫 |
|
| Java | 🚫 | 🚫 |
|
||||||
| Julia | 🚫 | 🚫 |
|
| Julia | 🚫 | 🚫 |
|
||||||
|
|
@ -41,4 +41,4 @@ For an actual example of an issue or pull request adding the above support, plea
|
||||||
| PHP | 🚫 | 🚫 |
|
| PHP | 🚫 | 🚫 |
|
||||||
| Perl | 🚫 | 🚫 |
|
| Perl | 🚫 | 🚫 |
|
||||||
| Ruby | 🚫 | 🚫 |
|
| Ruby | 🚫 | 🚫 |
|
||||||
| Scala | 🚫 | 🚫 |
|
| Scala | 🚫 | 🚫 |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue