mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 12:33:51 -05:00
Run a build and commit the results
This commit is contained in:
@@ -188,7 +188,9 @@ hi def link solEmitEvent Special
|
||||
" Errors
|
||||
syn match solError /\<error\>/ nextgroup=solErrorName,solFuncParams skipwhite
|
||||
syn match solErrorName /\<[a-zA-Z_][0-9a-zA-Z_]*/ nextgroup=solFuncParam contained skipwhite
|
||||
syn region solErrorParam start='(' end=')' contains=solComma,solValueType,other contained skipwhite skipempty
|
||||
|
||||
hi def link solError Define
|
||||
hi def link solErrorName Function
|
||||
|
||||
" Constants
|
||||
@@ -323,6 +325,8 @@ syn match solNatspecTag /@author\>/ contained
|
||||
syn match solNatspecTag /@notice\>/ contained
|
||||
syn match solNatspecTag /@param\>/ contained
|
||||
syn match solNatspecTag /@return\>/ contained
|
||||
syn match solNatspecTag /@inheritdoc\>/ contained
|
||||
syn match solNatspecTag /@custom:[a-z][a-z-]*/ contained
|
||||
syn match solNatspecParam /\(@param\s*\)\@<=\<[a-zA-Z_][0-9a-zA-Z_]*/
|
||||
syn region solNatspecBlock start=/\/\/\// end=/$/ contains=solTodo,solNatspecTag,solNatspecParam,@Spell
|
||||
syn region solNatspecBlock start=/\/\*\{2}/ end=/\*\// contains=solTodo,solNatspecTag,solNatspecParam,@Spell
|
||||
|
||||
Reference in New Issue
Block a user