mirror of
https://github.com/keith/swift.vim.git
synced 2025-12-22 12:14:13 +01:00
Add highlighting for doccomments
This highlights the parameter and returns portions of docstrings Closes #50
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user