Add highlighting for doccomments

This highlights the parameter and returns portions of docstrings

Closes #50
This commit is contained in:
Keith Smiley
2015-10-18 12:57:12 -07:00
parent 375b1dd573
commit fe3845e820
2 changed files with 13 additions and 2 deletions

View File

@@ -292,3 +292,11 @@ if #available(watchOS 2, iOS 9.0, OSX 10.11, *) {
string.rangeOfString("^/Date\\(")
public var `extension`: String?
/**
This is the comment body
- parameter first: The first parameter
- returns: Some value
*/