Skip to content

Commit

Permalink
Move TomlKeyInsertionHandler to correct package
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNesto committed Aug 12, 2024
1 parent dfdc8cf commit 7d574f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

package com.demonwav.mcdev.toml.toml
package com.demonwav.mcdev.toml

import com.intellij.codeInsight.AutoPopupController
import com.intellij.codeInsight.completion.InsertHandler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
package com.demonwav.mcdev.toml.platform.forge.completion

import com.demonwav.mcdev.platform.forge.util.ForgeConstants
import com.demonwav.mcdev.toml.TomlKeyInsertionHandler
import com.demonwav.mcdev.toml.TomlSchemaEntry
import com.demonwav.mcdev.toml.TomlStringValueInsertionHandler
import com.demonwav.mcdev.toml.inModsTomlKey
import com.demonwav.mcdev.toml.inModsTomlValueWithKey
import com.demonwav.mcdev.toml.platform.forge.ModsTomlSchema
import com.demonwav.mcdev.toml.toml.TomlKeyInsertionHandler
import com.demonwav.mcdev.util.isAncestorOf
import com.intellij.codeInsight.completion.CompletionContributor
import com.intellij.codeInsight.completion.CompletionParameters
Expand Down

0 comments on commit 7d574f5

Please sign in to comment.