Skip to content

Commit 5c51f4c

Browse files
committed
fix(paint): remove annoying settings for python
1 parent b5bab56 commit 5c51f4c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lua/modules/configs/ui/paint.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ return function()
1010
pattern = "%s*%-%-%-%s*(@%w+)",
1111
hl = "Constant",
1212
},
13-
{
14-
filter = { filetype = "python" },
15-
pattern = "%s*([_%w]+:)",
16-
hl = "Constant",
17-
},
13+
-- {
14+
-- filter = { filetype = "python" },
15+
-- pattern = "%s*([_%w]+:)",
16+
-- hl = "Constant",
17+
-- },
1818
},
1919
})
2020
end

0 commit comments

Comments
 (0)