Skip to content

Commit

Permalink
remove starlark tips from get-started
Browse files Browse the repository at this point in the history
  • Loading branch information
leeederek committed Dec 4, 2023
1 parent e93bab9 commit bc52faf
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions docs/docs/get-started/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,25 +79,4 @@ kurtosis run github.com/kurtosis-tech/basic-service-package \

![service-c-partying.png](/img/home/service-c-k8s.png)

</details>

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
```

<!--------------- ONLY LINKS BELOW THIS POINT ---------------------->
[vscode-plugin]: https://marketplace.visualstudio.com/items?itemName=Kurtosis.kurtosis-extension
</details>

0 comments on commit bc52faf

Please sign in to comment.