Skip to content

Commit 4595195

Browse files
committed
Move the parsing utils file
1 parent 54ffa49 commit 4595195

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Diff for: lua/orgmode/parser/search.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TODO: Support regex search
22

33
local Date = require('orgmode.objects.date')
4-
local parsing = require('orgmode.utils.parsing')
4+
local parsing = require('orgmode.parsers.utils')
55

66
---@class Search
77
---@field term string

Diff for: lua/orgmode/parser/todo-config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local parsing = require('orgmode.utils.parsing')
1+
local parsing = require('orgmode.parsers.utils')
22

33
--- @class TodoConfig
44
--- @field words TodoConfigWord[]
File renamed without changes.

0 commit comments

Comments
 (0)