Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing language parsers #20

Open
mattmassicotte opened this issue Jul 9, 2024 · 5 comments
Open

Add missing language parsers #20

mattmassicotte opened this issue Jul 9, 2024 · 5 comments

Comments

@mattmassicotte
Copy link
Contributor

Right now, only Swift, OCaml, Go, and Markdown are included. Missing:

Bash
C
C++
C#
Clojure
CSS
Diff
Elixir
Elm
go mod
Haskell
HCL
HTML
Java
JavaScript
JSON
Julia
Lua
Perl
PHP
Python
Ruby
Rust
Scala
SQL
TypeScript
YAML
Zig

@mattmassicotte
Copy link
Contributor Author

Clojure, Elixir, Go, Python, Ruby, Rust all have extensions. Makes sense to start with those first.

@mattmassicotte
Copy link
Contributor Author

af70d7a adds elixir support

@mattmassicotte
Copy link
Contributor Author

3388faf for Go

mattmassicotte added a commit that referenced this issue Jul 11, 2024
mattmassicotte added a commit that referenced this issue Jul 11, 2024
mattmassicotte added a commit that referenced this issue Jul 11, 2024
@mattmassicotte
Copy link
Contributor Author

Ok languages with extensions are done, except for Ruby. It's extension is quite complex and I'm not sure exactly how to support it or if it is worth it. Right now.

mattmassicotte added a commit that referenced this issue Jul 20, 2024
@unnamedd
Copy link
Contributor

unnamedd commented Nov 21, 2024

List of supported languages

Language Issue Commit Hash
Bash 3191f22
C
C++
C#
Clojure c46e12e
CSS #24
Diff
Elixir af70d7a
Elm
Go 3388faf
mod
Haskell
HCL
HTML #23
Java
JavaScript #26
JSON #25
Julia
Lua
Markdown
OCaml
Perl
PHP
Python 756c53c
Ruby 44eecf1
Rust #22 6593137
Scala
SQL
Swift
TypeScript
TOML
YAML
Zig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants