Merge pull request #101 from bnjf/patch-1

add explicit `commentstring` to vim syntax
This commit is contained in:
yhirose 2020-04-25 19:31:37 -04:00 committed by GitHub
commit 49289420b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
set commentstring=#\ %s
syn match pegBoth /=/ syn match pegBoth /=/
syn match pegM2U /->/ syn match pegM2U /->/
syn match pegU2M /<-/ syn match pegU2M /<-/