aboutsummaryrefslogtreecommitdiff
path: root/themes/scite/buffer.lua
diff options
context:
space:
mode:
Diffstat (limited to 'themes/scite/buffer.lua')
-rwxr-xr-xthemes/scite/buffer.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/scite/buffer.lua b/themes/scite/buffer.lua
index bfc13b06..d6c5ba5d 100755
--- a/themes/scite/buffer.lua
+++ b/themes/scite/buffer.lua
@@ -6,6 +6,7 @@ local buffer = buffer
-- Folding.
buffer.property['fold'] = '1'
buffer.property['fold.by.indentation'] = '1'
+buffer.property['fold.line.comments'] = '0'
-- Tabs and Indentation.
buffer.tab_width = 2