parent
090a225f28
commit
cbfe8eef89
3 changed files with 19 additions and 0 deletions
|
@ -145,6 +145,7 @@
|
|||
| sql | ✓ | | | |
|
||||
| sshclientconfig | ✓ | | | |
|
||||
| starlark | ✓ | ✓ | | |
|
||||
| strace | ✓ | | | |
|
||||
| svelte | ✓ | | ✓ | `svelteserver` |
|
||||
| sway | ✓ | ✓ | ✓ | `forc` |
|
||||
| swift | ✓ | | | `sourcekit-lsp` |
|
||||
|
|
|
@ -2783,3 +2783,13 @@ auto-format = true
|
|||
[[grammar]]
|
||||
name = "todotxt"
|
||||
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 a new issue