mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	tree-sitter: style
This commit is contained in:
		| @@ -828,8 +828,7 @@ static int create_tslua_parser(lua_State *L) | ||||
|     return luaL_error(L, "string expected"); | ||||
|   } | ||||
|  | ||||
|   const char *lang_name = lua_tostring(L,1); | ||||
|  | ||||
|   const char *lang_name = lua_tostring(L, 1); | ||||
|   return tslua_push_parser(L, lang_name); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Björn Linse
					Björn Linse