fix(dial): add and/or augend to python ft

This commit is contained in:
Randy West 2024-11-22 14:52:43 -08:00
parent 2c37492461
commit 611c0116ba

View file

@ -108,6 +108,7 @@ return {
markdown = "markdown",
sass = "css",
scss = "css",
python = "python",
},
groups = {
default = {
@ -151,6 +152,11 @@ return {
cyclic = true, -- "or" is incremented into "and".
}),
},
python = {
augend.constant.new({
elements = { "and", "or" },
}),
},
},
}
end,