We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c4a4f commit 5850760Copy full SHA for 5850760
.editorconfig
@@ -0,0 +1,20 @@
1
+root = true
2
+
3
+[*]
4
+end_of_line = lf
5
+insert_final_newline = true
6
+charset = utf-8
7
+trim_trailing_whitespace = true
8
9
+[*.sile]
10
+indent_style = space
11
+indent_size = 2
12
+max_line_length = 120
13
14
+[*.vim]
15
16
17
18
19
+[*.md]
20
+trim_trailing_whitespace = false
syntax/sile.vim
@@ -75,4 +75,4 @@ highlight! def link sileBlock Repeat
75
highlight! def link sileBlockCommand Function
76
77
let b:current_syntax = 'sile'
78
-" vim: ts=8 fdm=marker
+" vim: ts=8
0 commit comments