Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic PlantUML highlight support, issues wih '<' character. #420

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yangwenbo99
Copy link

  1. The problem with the < character still appears on my system. This is due to the problem in the syntax file shipped with my vim installation. To make the behaviour consistent in different environment, it is better to use a modified HTML highlight file.
  2. I also added basic highlight support for PlantUML blocks:
@startuml

class context {
	- state: State
	+ request
}

interface state {
	+ handle
}

Context <>-- state
state <|-- State1
state <|-- State2

@enduml

Paul Yang added 2 commits March 22, 2019 18:16
@shirosaki
Copy link
Collaborator

Travis CI tests fail with HTML tag in text.
Please run make test.
https://github.com/plasticboy/vim-markdown/blob/691d961a643064ee1feddba8371ff12e44678f5a/test/syntax.vader#L1269

@tpo
Copy link

tpo commented May 30, 2019

Duplicate of #138

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants