Coder Social home page Coder Social logo

Comments (5)

ObserverOfTime avatar ObserverOfTime commented on August 15, 2024

What is your use case?

from tree-sitter-xml.

galou avatar galou commented on August 15, 2024

I want to use it vim nvim-treesitter. I eventually managed to configure it with:

local parser_config = require('nvim-treesitter.parsers').get_parser_configs()
parser_config.xml = {
  install_info = {
    url = '~/04-sources/tree-sitter/tree-sitter-xml/tree-sitter-xml', -- local path or git repo
    files = {'src/parser.c', 'src/scanner.c'}, -- note that some parsers also require src/scanner.c or src/scanner.cc
    -- optional entries:
    branch = "master", -- default branch in case of git repo if different from master
    generate_requires_npm = false, -- if stand-alone parser without npm dependencies
    requires_generate_from_grammar = false, -- if folder contains pre-generated src/parser.c
  },
  -- filetype = "xml, -- if filetype does not match the parser name
}

This means that I first needed to manually clone your repo to ~/04-sources/tree-sitter/tree-sitter-xml, which is not ideal.

from tree-sitter-xml.

amaanq avatar amaanq commented on August 15, 2024

did you even bother to try :TSInstall xml

from tree-sitter-xml.

galou avatar galou commented on August 15, 2024

Yes, there is no support for xml in nvim-treesitter as in Tree-sitter itself.

from tree-sitter-xml.

ObserverOfTime avatar ObserverOfTime commented on August 15, 2024

https://github.com/nvim-treesitter/nvim-treesitter/tree/master/queries/xml

from tree-sitter-xml.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.