We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5254e75 commit aea5715Copy full SHA for aea5715
CHANGELOG.md
@@ -12,6 +12,7 @@
12
13
- Improve syntax highlighting for escaped backticks in interpolated strings ([#55](https://github.com/rescript-lang/vim-rescript/pull/55))
14
- Highlight improvements ([#69](https://github.com/rescript-lang/vim-rescript/pull/69))
15
+- Support `commentstring`. https://github.com/rescript-lang/vim-rescript/pull/76
16
17
## 2.1.0
18
ftplugin/rescript.vim
@@ -0,0 +1 @@
1
+setlocal commentstring=//\ %s
0 commit comments