mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
tests/indent: move common code out of main lua/ directory
This commit is contained in:
parent
db97170e4e
commit
dbb1550aaf
6 changed files with 13 additions and 13 deletions
|
|
@ -1,5 +1,5 @@
|
|||
local whole_file = require('nvim-treesitter.test_utils').indent_whole_file
|
||||
local new_line = require('nvim-treesitter.test_utils').indent_new_line
|
||||
local whole_file = require('tests.indent.common').indent_whole_file
|
||||
local new_line = require('tests.indent.common').indent_new_line
|
||||
local scan_dir = require('plenary.scandir').scan_dir
|
||||
|
||||
local opts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue