Update .config/helix/languages.toml
Add .config/helix/runtime/grammars/.gitkeep Add .config/helix/runtime/grammars/astro.so Add .config/helix/runtime/grammars/awk.so Add .config/helix/runtime/grammars/bash.so Add .config/helix/runtime/grammars/bass.so Add .config/helix/runtime/grammars/beancount.so Add .config/helix/runtime/grammars/bibtex.so Add .config/helix/runtime/grammars/bicep.so Add .config/helix/runtime/grammars/blueprint.so Add .config/helix/runtime/grammars/c-sharp.so Add .config/helix/runtime/grammars/c.so Add .config/helix/runtime/grammars/capnp.so Add .config/helix/runtime/grammars/clojure.so Add .config/helix/runtime/grammars/cmake.so Add .config/helix/runtime/grammars/comment.so Add .config/helix/runtime/grammars/cpon.so Add .config/helix/runtime/grammars/cpp.so Add .config/helix/runtime/grammars/css.so
This commit is contained in:
parent
d224daaa64
commit
60e471a28b
@ -1,3 +1,20 @@
|
||||
[language-server.rust-analyzer.config.check]
|
||||
command = "clippy"
|
||||
|
||||
[[language]]
|
||||
name = "graphql"
|
||||
scope = "source.graphql"
|
||||
injection-regex = "graphql"
|
||||
file-types = ["graphql", "gql"]
|
||||
auto-format = true
|
||||
comment-token = "//"
|
||||
language-servers = [ "graphql-language-service" ]
|
||||
indent = {tab-width = 2, unit = " "}
|
||||
|
||||
[language-server.graphql-language-service]
|
||||
command = "graphql-lsp"
|
||||
args = ["server", "-m", "stream"]
|
||||
|
||||
[[grammar]]
|
||||
name = "graphql"
|
||||
source = {git = "https://github.com/bkegley/tree-sitter-graphql", rev = "5e66e961eee421786bdda8495ed1db045e06b5fe"}
|
0
dot_config/helix/runtime/grammars/empty_dot_gitkeep
Normal file
0
dot_config/helix/runtime/grammars/empty_dot_gitkeep
Normal file
BIN
dot_config/helix/runtime/grammars/executable_astro.so
Normal file
BIN
dot_config/helix/runtime/grammars/executable_astro.so
Normal file
Binary file not shown.
BIN
dot_config/helix/runtime/grammars/executable_awk.so
Normal file
BIN
dot_config/helix/runtime/grammars/executable_awk.so
Normal file
Binary file not shown.
BIN
dot_config/helix/runtime/grammars/executable_bash.so
Normal file
BIN
dot_config/helix/runtime/grammars/executable_bash.so
Normal file
Binary file not shown.
BIN
dot_config/helix/runtime/grammars/executable_bass.so
Normal file
BIN
dot_config/helix/runtime/grammars/executable_bass.so
Normal file
Binary file not shown.
BIN
dot_config/helix/runtime/grammars/executable_beancount.so
Normal file
BIN
dot_config/helix/runtime/grammars/executable_beancount.so
Normal file
Binary file not shown.
BIN
dot_config/helix/runtime/grammars/executable_bibtex.so
Normal file
BIN
dot_config/helix/runtime/grammars/executable_bibtex.so
Normal file
Binary file not shown.
BIN
dot_config/helix/runtime/grammars/executable_bicep.so
Normal file
BIN
dot_config/helix/runtime/grammars/executable_bicep.so
Normal file
Binary file not shown.
BIN
dot_config/helix/runtime/grammars/executable_blueprint.so
Normal file
BIN
dot_config/helix/runtime/grammars/executable_blueprint.so
Normal file
Binary file not shown.
BIN
dot_config/helix/runtime/grammars/executable_c-sharp.so
Normal file
BIN
dot_config/helix/runtime/grammars/executable_c-sharp.so
Normal file
Binary file not shown.
BIN
dot_config/helix/runtime/grammars/executable_c.so
Normal file
BIN
dot_config/helix/runtime/grammars/executable_c.so
Normal file
Binary file not shown.
BIN
dot_config/helix/runtime/grammars/executable_capnp.so
Normal file
BIN
dot_config/helix/runtime/grammars/executable_capnp.so
Normal file
Binary file not shown.
BIN
dot_config/helix/runtime/grammars/executable_clojure.so
Normal file
BIN
dot_config/helix/runtime/grammars/executable_clojure.so
Normal file
Binary file not shown.
BIN
dot_config/helix/runtime/grammars/executable_cmake.so
Normal file
BIN
dot_config/helix/runtime/grammars/executable_cmake.so
Normal file
Binary file not shown.
BIN
dot_config/helix/runtime/grammars/executable_comment.so
Normal file
BIN
dot_config/helix/runtime/grammars/executable_comment.so
Normal file
Binary file not shown.
BIN
dot_config/helix/runtime/grammars/executable_cpon.so
Normal file
BIN
dot_config/helix/runtime/grammars/executable_cpon.so
Normal file
Binary file not shown.
BIN
dot_config/helix/runtime/grammars/executable_cpp.so
Normal file
BIN
dot_config/helix/runtime/grammars/executable_cpp.so
Normal file
Binary file not shown.
BIN
dot_config/helix/runtime/grammars/executable_css.so
Normal file
BIN
dot_config/helix/runtime/grammars/executable_css.so
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user