24 lines
		
	
	
		
			766 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			766 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| # 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"
 | 
