diff --git a/docs/docs/get-started/get-started.md b/docs/docs/get-started/get-started.md index 7ba8c46a80..6acedd6e4f 100644 --- a/docs/docs/get-started/get-started.md +++ b/docs/docs/get-started/get-started.md @@ -79,25 +79,4 @@ kurtosis run github.com/kurtosis-tech/basic-service-package \ ![service-c-partying.png](/img/home/service-c-k8s.png) - - -Writing and reading Starlark ----------------------------- -The Starlark programming language is used to manipulate the contents of environments spun up with Kurtosis. Read more about Starlark and why we chose to use it [here](../advanced-concepts/why-kurtosis-starlark.md). - -If you're using Visual Studio Code to write and edit Starlark in Kurtosis packages, you may find our [Kurtosis VS Code Extension][vscode-plugin] helpful when writing Starlark. - -If you're using Vim, you can add the following to your `.vimrc` to get Starlark syntax highlighting: - -``` -" Add syntax highlighting for Starlark files -autocmd FileType *.star setlocal filetype=python -``` - -or if you use Neovim: -``` -autocmd BufNewFile,BufRead *.star set filetype=python -``` - - -[vscode-plugin]: https://marketplace.visualstudio.com/items?itemName=Kurtosis.kurtosis-extension \ No newline at end of file + \ No newline at end of file