Skip to content

Commit

Permalink
docs: update gazelle README.md (#2567)
Browse files Browse the repository at this point in the history
There's no longer a python subprocess since switching to tree-sitter in
#1895
  • Loading branch information
alexeagle authored Jan 17, 2025
1 parent eef839b commit f219112
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gazelle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -654,8 +654,7 @@ code into a separate script without a `main` line. Gazelle will then create a

## Developer Notes

Gazelle extensions are written in Go. This gazelle plugin is a hybrid, as it uses Go to execute a
Python interpreter as a subprocess to parse Python source files.
Gazelle extensions are written in Go.
See the gazelle documentation https://github.com/bazelbuild/bazel-gazelle/blob/master/extend.md
for more information on extending Gazelle.

Expand Down

0 comments on commit f219112

Please sign in to comment.