# lua # [language.lua.grammar.source.git] # url = "https://github.com/tree-sitter-grammars/tree-sitter-lua" # pin = "88e446476a1e97a8724dff7a23e2d709855077f2" # [language.lua.grammar] # path = "src" # compile = "cc" # compile_args = ["-c", "-fpic", "../scanner.c", "../parser.c", "-I", ".."] # compile_flags = ["-O3"] # link = "cc" # link_args = ["-shared", "-fpic", "scanner.o", "parser.o", "-o", "lua.so"] # link_flags = ["-O3"] # [language.lua.queries.source.git] # # url = "https://github.com/helix-editor/helix" # # pin = "6bedca80646ce7350fb73029adf802ce7d9e241d" # url = "https://github.com/nvim-treesitter/nvim-treesitter" # pin = "5f38dffb6a07669a678f073bfe0f62b1a020dffc" # [language.lua.queries] # # path = "runtime/queries/lua" # path = "queries/lua" # typst [language.typst.grammar.source.git] url = "https://github.com/uben0/tree-sitter-typst" pin = "46cf4ded12ee974a70bf8457263b67ad7ee0379d" [language.typst.grammar] path = "src" compile = "cc" compile_args = ["-c", "-fpic", "../scanner.c", "../parser.c", "-I", ".."] compile_flags = ["-O3"] link = "cc" link_args = ["-shared", "-fpic", "scanner.o", "parser.o", "-o", "typst.so"] link_flags = ["-O3"] [language.typst.queries.source.git] url = "https://github.com/uben0/tree-sitter-typst" pin = "46cf4ded12ee974a70bf8457263b67ad7ee0379d" [language.typst.queries] path = "queries/typst"