Commit Graph

  • 7efc6653ec fix for nvim 0.9+ master blob42 2023-08-21 10:07:02 +0200
  • 2b81a018a4 fix: only have one source of `get_node_text` (nvim-treesitter.compat) Stephan Seitz 2023-04-15 16:26:54 +0200
  • 934cb4c4ad
    fix: pcall vim.treesitter.language.inspect (#121) monaqa 2023-04-09 21:44:39 +0900
  • db54848c7d
    fix: update deprecated `vim.treesitter` calls (#120) Tom van Dijk 2023-04-07 10:41:48 +0200
  • 4044b53c4d
    Merge pull request #115 from yutkat/master Stephan Seitz 2023-02-17 12:48:20 -0800
  • f626642261
    fix: rename ts_utils.is_in_node_range -> vim.treesitter.is_in_node_range Yuta Katayama 2023-02-17 23:27:53 +0900
  • c046acba26
    Merge pull request #117 from otommod/use-diagnostics Stephan Seitz 2023-02-17 05:31:03 -0800
  • f2ae937170 fix: stylua Otto Modinos 2023-02-17 15:16:32 +0200
  • a3757e6210 feat(query_linter)!: remove use_virtual_text Otto Modinos 2023-02-17 14:25:50 +0200
  • d1fb4bf0fd refactor(query_linter): do all the decorations in one place Otto Modinos 2023-02-17 14:20:53 +0200
  • 1445e0c01e feat(query_linter): add new option use_diagnostics Otto Modinos 2023-02-17 14:10:24 +0200
  • c481c660fa
    Merge pull request #114 from nvim-treesitter/hl-groups Stephan Seitz 2023-02-02 13:08:16 -0800
  • dcfd1f9974
    fix: highlight groups are off by one ObserverOfTime 2023-02-02 18:57:58 +0200
  • c19bcfd6a3
    Merge pull request #113 from ghostbuster91/note-linter Stephan Seitz 2023-01-24 01:19:06 +0100
  • 64376e2ffb docs: Add note about query linter assumptions ghostbuster91 2023-01-23 23:44:31 +0100
  • 01c27f37a1 fix: peacefully ignore query files without a valid language figsoda 2023-01-12 14:02:01 -0500
  • b411a5c772 docs: mention `query` grammar in requirements figsoda 2023-01-05 20:44:48 -0500
  • 926d0f9411 docs: mention `:TSNodeUnderCursor` in readme Jeremy Goh 2023-01-01 17:33:06 +0800
  • 8a887bcf66
    Merge pull request #107 from kraem/fix/on_query_cursor_move-use-current-buf Stephan Seitz 2022-12-26 23:09:53 +0100
  • 1d392660f3 fix: use current buf for get_node_text in on_query_cursor_move kraem 2022-12-26 22:36:32 +0100
  • 9050dca056
    Merge pull request #105 from theHamsta/remove-deprecation Stephan Seitz 2022-12-26 14:24:18 +0100
  • 632b649a37 chore: replace deprecated ts_utils.get_node_text Stephan Seitz 2022-12-26 14:10:02 +0100
  • 3421bbbfec ci: bump action versions dundargoc 2022-12-17 12:43:54 +0100
  • 1290fdf6f2 ci: update stylua action Christian Clason 2022-11-17 09:34:43 +0100
  • 19bdbb657d docs: don't commit huge demo gif Christian Clason 2022-11-17 09:00:04 +0100
  • e6a0bfaf9b fixup: lint Christian Clason 2022-09-19 18:42:16 +0200
  • e98525259c fixup: include @ in capture name Christian Clason 2022-09-19 18:37:50 +0200
  • 546d2df7c1 fix: show captures == hlgroups in playground Christian Clason 2022-09-19 18:30:34 +0200
  • bcfab84f98
    fix: handle errors in query editor (#93) Stephan Seitz 2022-09-03 03:07:07 -0700
  • 49e5dd2b6c
    fix: update tree-sitter mappings (#92) Stephan Seitz 2022-09-03 03:06:25 -0700
  • 90d2b3e172
    Merge pull request #87 from aarondiel/highlight-fallback Stephan Seitz 2022-08-28 02:05:53 -0700
  • a0aeb6af82
    fix: adapt to breaking change on master (#90) Christian Clason 2022-08-27 22:04:23 +0200
  • e03ba6cb60 fix(fallback for show_hl_captures) aarondiel 2022-08-16 14:37:17 +0200
  • ce7e4b7575
    fix: check for nil last line (#83) mohsen 2022-06-22 16:16:42 +0000
  • 71b00a3c66
    fixup: use new api for keymap (#78) Christian Clason 2022-05-01 22:34:20 +0200
  • dd250b05d4
    feat!: update to Neovim 0.7 APIs (#75) Christian Clason 2022-05-01 15:46:01 +0200
  • 13e2d2d63c
    feat: add TSNodeUnderCursor (#74) Pedro Castro 2022-04-08 13:44:00 -0300
  • 7dbcd4d647
    fix(playground): show highlight groups (#71) Christian Clason 2022-03-30 10:25:52 +0200
  • 0198ef4a0c
    Pass the query_bufnr explicitly to get_node_text (#73) Santos Gallegos 2022-03-29 00:39:18 -0500
  • 9df82a27a4
    Fix local hl on `:TSHighlightCapturesUnderCursor` (#61) Santos Gallegos 2022-02-16 10:37:56 -0500
  • 787a7a8d44
    Merge pull request #56 from dskleingeld/master Stephan Seitz 2021-09-15 23:00:33 +0200
  • 1eca93284f
    playground keybindings no longer recursive, fixes #52 dskleingeld 2021-09-15 21:42:53 +0200
  • deb887b3f4
    Merge pull request #50 from theHamsta/hl-info-improvements Stephan Seitz 2021-07-27 19:30:41 +0200
  • cc663ee53b Improvements for TSHighlightCapturesUnderCursor Stephan Seitz 2021-07-24 20:39:45 +0200
  • 2715d35f27 Query linter: update queries Santos Gallegos 2021-07-11 12:13:24 -0500
  • d9a9b44e6d Playground: check for nodes out of range (EOF) Santos Gallegos 2021-07-08 23:35:53 -0500
  • 6e0037c974
    Merge pull request #46 from stsewd/fix-typo Stephan Seitz 2021-07-06 01:41:26 +0200
  • ed84d83a3a
    Fix typo Santos Gallegos 2021-07-05 18:38:44 -0500
  • 1dcdf85258
    Merge pull request #44 from stsewd/hint-how-to-use Stephan Seitz 2021-07-05 23:14:49 +0200
  • 13cf5d3788
    Merge pull request #45 from stsewd/avoid-crash Stephan Seitz 2021-07-05 23:13:49 +0200
  • d208b7999b
    Avoid crash: check if the buffer is loaded before calling win_findbuf Santos Gallegos 2021-07-05 13:51:31 -0500
  • dcbbacf638
    Hint how to use the query editor Santos Gallegos 2021-07-05 13:27:25 -0500
  • 520337f02d
    Merge pull request #42 from nvim-treesitter/add-ci Stephan Seitz 2021-07-05 12:36:29 +0200
  • a12da3a80a
    Merge pull request #43 from stsewd/use-ft-to-lang Stephan Seitz 2021-07-05 12:35:54 +0200
  • b1478ed0db
    Use ft_to_lang in guess_query_lang Santos Gallegos 2021-07-04 23:33:34 -0500
  • efaec4d6d7
    Fix linter Santos Gallegos 2021-07-04 20:56:29 -0500
  • 13d597ca10
    Autoformat Santos Gallegos 2021-07-04 20:45:45 -0500
  • cb9af32e45
    Add CI checks Santos Gallegos 2021-07-04 20:45:25 -0500
  • 1e02dece0d Update README.md Folke Lemaitre 2021-05-28 05:24:50 -0700
  • ec04bc90dc docs: added docs about TSHighlightCapturesUnderCursor Folke Lemaitre 2021-05-28 05:22:03 -0700
  • 79f71e2bd7 feat: add omnifunc for query filetype Stephan Seitz 2021-04-11 00:19:35 +0200
  • 86d3ec6024
    Merge pull request #38 from folke/master Stephan Seitz 2021-04-30 07:58:20 +0200
  • 0756ea839c fix: dont show general hl if it's the same as the lang specific hl Folke Lemaitre 2021-04-29 21:15:39 +0200
  • 9658434355 fix: loop over iterator in for loop instead of while true Folke Lemaitre 2021-04-29 21:09:16 +0200
  • 4cf329e6d3 feat: improved TSHighlightCapturesUnderCursor Folke Lemaitre 2021-04-18 11:29:55 +0200
  • a141bf5c97 Make clear that upper-case captures map directly to vim hl-groups Stephan Seitz 2021-04-18 00:59:20 +0200
  • 1bf0f79cb4
    Merge pull request #31 from theHamsta/escaped-anonymous-nodes Steven Sojka 2021-04-11 07:52:01 -0500
  • 946ebc734a fix: unescape anonymous nodes with escape sequences Stephan Seitz 2021-03-26 18:43:40 +0100
  • d96cef521d
    Merge pull request #29 from theHamsta/config-key-fixup Steven Sojka 2021-03-22 13:32:41 -0500
  • b6e79b53dc fix: formatting Stephan Seitz 2021-03-22 18:48:26 +0100
  • e377ff111e Merge pull request #28 from theHamsta/configure-keybinding Steven Sojka 2021-03-22 12:41:11 -0500
  • 1b34c7c375
    Merge pull request #28 from theHamsta/configure-keybinding Steven Sojka 2021-03-22 12:41:11 -0500
  • 1775334cfa feat: make keybindings configurable and show help on "?" Stephan Seitz 2021-03-22 18:32:51 +0100
  • 444eab728e
    Merge pull request #25 from steelsojka/bugfix/named-highlights Stephan Seitz 2021-02-17 21:58:25 +0100
  • 0fdb07c933
    Merge pull request #26 from steelsojka/bugfix/close-buf-window-from-buf-window Steven Sojka 2021-02-17 06:59:30 -0600
  • c0c0e124a8 fix(buf): toggle buf window from tree window Steven Sojka 2021-02-16 07:51:17 -0600
  • 9ab5126041 fix(query): get named nodes when not displaying anonymous nodes Steven Sojka 2021-02-16 07:38:06 -0600
  • 7e373e5706
    Merge pull request #21 from nvim-treesitter/fix-assume-lang-tree Stephan Seitz 2021-01-21 21:14:48 +0100
  • a98a028852 fix(internal): don't assume there is a root tree Steven Sojka 2021-01-21 11:39:44 -0600
  • 813113d6d7
    Merge pull request #20 from nvim-treesitter/avoid-processing-fix Steven Sojka 2021-01-21 11:33:54 -0600
  • 41b574fbb4 refactor(internal): separate rendering from state updates Steven Sojka 2021-01-21 09:28:21 -0600
  • bcd83b5ce6
    Merge pull request #17 from nvim-treesitter/fix-node-highlight Steven Sojka 2021-01-19 12:09:51 -0600
  • 6e5412d04c fix(highlight): fix owning tree highlighting Steven Sojka 2021-01-19 07:45:43 -0600
  • 4a11cf237a
    Merge pull request #16 from nvim-treesitter/refactor-lang-tree Steven Sojka 2021-01-19 07:01:58 -0600
  • 888052eed4 refactor(printer): integrate injected languages Steven Sojka 2021-01-17 13:01:58 -0600
  • 0cba1b99cd fix(linter): Add (grouping) to toplevel-queries Stephan Seitz 2020-12-17 21:06:36 +0100
  • bea78ce441
    Merge pull request #13 from theHamsta/query-linter Thomas Vigouroux 2020-12-17 19:04:33 +0100
  • 369198effb Make query linter work in playground buffer Stephan Seitz 2020-12-12 18:00:51 +0100
  • 89cf86f7aa Lint toplevel-queries using Neovim parser Stephan Seitz 2020-12-05 17:29:53 +0100
  • cd72c42eef Improve linting of anonymous_nodes Stephan Seitz 2020-12-05 17:04:19 +0100
  • 79c6003aa0 Update README for query_linter Stephan Seitz 2020-12-05 16:52:14 +0100
  • 4695492970 Make linter configurable Stephan Seitz 2020-12-05 16:41:44 +0100
  • 9508d05015 Lint field names Stephan Seitz 2020-12-05 16:29:08 +0100
  • 528920f460 Lint anonymous_nodes Stephan Seitz 2020-12-05 16:15:51 +0100
  • ca81958b4b Add a query linter module Stephan Seitz 2020-12-05 15:51:40 +0100
  • bc68ffe8ef
    Merge pull request #12 from nvim-treesitter/theHamsta-patch-1 Steven Sojka 2020-12-04 17:10:31 -0600
  • d14681e497
    Fix printing of keybindings in README.md Stephan Seitz 2020-12-04 18:09:22 +0100
  • 86ad6e00df
    Merge pull request #10 from theHamsta/fix-lanugage-tree Steven Sojka 2020-11-24 07:10:13 -0600
  • 7082ccb4f4 Fix playground for languagetree API change Stephan Seitz 2020-11-23 21:19:22 +0100
  • 0cb0a18378
    Merge pull request #9 from theHamsta/TSHighlightCapturesUnderCursor Steven Sojka 2020-10-19 13:27:42 -0500