mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
parent
090a225f28
commit
cbfe8eef89
@ -145,6 +145,7 @@
|
|||||||
| sql | ✓ | | | |
|
| sql | ✓ | | | |
|
||||||
| sshclientconfig | ✓ | | | |
|
| sshclientconfig | ✓ | | | |
|
||||||
| starlark | ✓ | ✓ | | |
|
| starlark | ✓ | ✓ | | |
|
||||||
|
| strace | ✓ | | | |
|
||||||
| svelte | ✓ | | ✓ | `svelteserver` |
|
| svelte | ✓ | | ✓ | `svelteserver` |
|
||||||
| sway | ✓ | ✓ | ✓ | `forc` |
|
| sway | ✓ | ✓ | ✓ | `forc` |
|
||||||
| swift | ✓ | | | `sourcekit-lsp` |
|
| swift | ✓ | | | `sourcekit-lsp` |
|
||||||
|
@ -2783,3 +2783,13 @@ auto-format = true
|
|||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "todotxt"
|
name = "todotxt"
|
||||||
source = { git = "https://github.com/arnarg/tree-sitter-todotxt", rev = "0207f6a4ab6aeafc4b091914d31d8235049a2578" }
|
source = { git = "https://github.com/arnarg/tree-sitter-todotxt", rev = "0207f6a4ab6aeafc4b091914d31d8235049a2578" }
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "strace"
|
||||||
|
scope = "source.strace"
|
||||||
|
file-types = ["strace"]
|
||||||
|
roots = []
|
||||||
|
|
||||||
|
[[grammar]]
|
||||||
|
name = "strace"
|
||||||
|
source = { git = "https://github.com/sigmaSd/tree-sitter-strace", rev = "a0f6c50ae4087a9299f055d0f30fe94fd98189a4" }
|
||||||
|
8
runtime/queries/strace/highlights.scm
Normal file
8
runtime/queries/strace/highlights.scm
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
(syscall) @function
|
||||||
|
(integer) @constant.numeric
|
||||||
|
(pointer) @constant.numeric
|
||||||
|
(value) @label
|
||||||
|
(string) @string
|
||||||
|
(comment) @comment
|
||||||
|
(errorName) @error
|
||||||
|
(errorDescription) @error
|
Loading…
Reference in New Issue
Block a user