-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule lualine.nvim
updated
6 files
Submodule nui.nvim
updated
2 files
+14 −7 | lua/nui/popup/init.lua | |
+24 −0 | tests/nui/popup/init_spec.lua |
Submodule nvim-treesitter
updated
24 files
+1 −0 | CONTRIBUTING.md | |
+1 −0 | README.md | |
+32 −0 | contrib/nvim-treesitter-scm-1.rockspec | |
+5 −2 | lockfile.json | |
+8 −0 | lua/nvim-treesitter/parsers.lua | |
+4 −4 | queries/c_sharp/highlights.scm | |
+18 −18 | queries/clojure/highlights.scm | |
+1 −1 | queries/css/highlights.scm | |
+2 −2 | queries/ecma/highlights.scm | |
+1 −1 | queries/ecma/indents.scm | |
+2 −2 | queries/elvish/highlights.scm | |
+2 −1 | queries/fish/highlights.scm | |
+3 −3 | queries/hack/highlights.scm | |
+11 −4 | queries/haskell/highlights.scm | |
+13 −1 | queries/hlsl/highlights.scm | |
+76 −0 | queries/jsonnet/highlights.scm | |
+2 −0 | queries/phpdoc/highlights.scm | |
+1 −0 | queries/ruby/highlights.scm | |
+3 −3 | queries/solidity/highlights.scm | |
+1 −1 | queries/wgsl/highlights.scm | |
+2 −0 | tests/indent/ecma/array-issue3382.js | |
+4 −0 | tests/indent/javascript_spec.lua | |
+2 −2 | tests/query/highlights/ecma/test.ts | |
+1 −1 | tests/query/highlights/xhp-intro.hack |