Skip to content

Commit aea5715

Browse files
authored
Add commentstring (#76)
1 parent 5254e75 commit aea5715

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
- Improve syntax highlighting for escaped backticks in interpolated strings ([#55](https://github.com/rescript-lang/vim-rescript/pull/55))
1414
- Highlight improvements ([#69](https://github.com/rescript-lang/vim-rescript/pull/69))
15+
- Support `commentstring`. https://github.com/rescript-lang/vim-rescript/pull/76
1516

1617
## 2.1.0
1718

ftplugin/rescript.vim

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
setlocal commentstring=//\ %s

0 commit comments

Comments
 (0)