mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-02 02:17:44 +03:00
feat: add indents for starlark (#13126)
Some checks failed
Build / Check (msrv) (push) Failing after 4s
Build / Lints (push) Failing after 3s
Build / Docs (push) Failing after 3s
Build / Test Suite (push) Failing after 3s
Cachix / Publish Flake (push) Failing after 3s
GitHub Pages / deploy (push) Failing after 3s
Some checks failed
Build / Check (msrv) (push) Failing after 4s
Build / Lints (push) Failing after 3s
Build / Docs (push) Failing after 3s
Build / Test Suite (push) Failing after 3s
Cachix / Publish Flake (push) Failing after 3s
GitHub Pages / deploy (push) Failing after 3s
This commit is contained in:
parent
70a60efcbe
commit
6f463dbeb3
2 changed files with 2 additions and 1 deletions
|
@ -208,7 +208,7 @@
|
|||
| spicedb | ✓ | | | |
|
||||
| sql | ✓ | ✓ | | |
|
||||
| sshclientconfig | ✓ | | | |
|
||||
| starlark | ✓ | ✓ | | `starpls` |
|
||||
| starlark | ✓ | ✓ | ✓ | `starpls` |
|
||||
| strace | ✓ | | | |
|
||||
| supercollider | ✓ | | | |
|
||||
| svelte | ✓ | | ✓ | `svelteserver` |
|
||||
|
|
1
runtime/queries/starlark/indents.scm
Normal file
1
runtime/queries/starlark/indents.scm
Normal file
|
@ -0,0 +1 @@
|
|||
; inherits: python
|
Loading…
Add table
Add a link
Reference in a new issue