16 Commits (dd250b05d41e16f4e2a8d27270b035125dc27dc5)

Author SHA1 Message Date
Christian Clason dd250b05d4
feat!: update to Neovim 0.7 APIs (#75) 2 years ago
Stephan Seitz 520337f02d
Merge pull request #42 from nvim-treesitter/add-ci
Add CI checks
3 years ago
Santos Gallegos b1478ed0db
Use ft_to_lang in guess_query_lang
This together with https://github.com/nvim-treesitter/nvim-treesitter/pull/1495
will the playground work with ecma and html tags
3 years ago
Santos Gallegos efaec4d6d7
Fix linter 3 years ago
Santos Gallegos 13d597ca10
Autoformat 3 years ago
Stephan Seitz 79f71e2bd7 feat: add omnifunc for query filetype 3 years ago
Stephan Seitz 946ebc734a fix: unescape anonymous nodes with escape sequences
This will enable the linter to recognize LaTeX commands like
`\usepackage` though it will appear as `"\\usepackage"` in the
query files.
3 years ago
Steven Sojka 888052eed4 refactor(printer): integrate injected languages
Co-authored-by: Jędrzej Boczar <yendreij@gmail.com>
3 years ago
Stephan Seitz 369198effb Make query linter work in playground buffer 4 years ago
Stephan Seitz 89cf86f7aa Lint toplevel-queries using Neovim parser 4 years ago
Stephan Seitz cd72c42eef Improve linting of anonymous_nodes 4 years ago
Stephan Seitz 79c6003aa0 Update README for query_linter 4 years ago
Stephan Seitz 4695492970 Make linter configurable 4 years ago
Stephan Seitz 9508d05015 Lint field names 4 years ago
Stephan Seitz 528920f460 Lint anonymous_nodes 4 years ago
Stephan Seitz ca81958b4b Add a query linter module 4 years ago