We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898a536 commit debb9bfCopy full SHA for debb9bf
1 file changed
README.md
@@ -97,6 +97,11 @@ variables:
97
let g:javascript_conceal_super = "Ω"
98
let g:javascript_conceal_arrow_function = "⇒"
99
100
+## Indentation Specific
101
+
102
+* `:h cino-:`
103
+* End-of-line continuations : `g:javascript_continuation` ( slightly complicated, look at the source code )
104
+* Start-of-line continuations : `g:javascript_opfirst` ( same as above )
105
106
## Contributing
107
0 commit comments