broadinstitute / vim-wdl

Vim syntax highlighting for WDL
20 stars 8 forks source link

Fix `commentstring` #7

Open klmr opened 3 years ago

klmr commented 3 years ago

Comments in WDL start with # but the syntax definition for comment strings erroneously used //. This PR fixes that.