Skip to content

Commit

Permalink
[Go] drop unused context
Browse files Browse the repository at this point in the history
  • Loading branch information
mitranim committed Mar 27, 2022
1 parent 67e9708 commit f0f16ab
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Go/Go.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -214,15 +214,6 @@ contexts:
4: meta.punctuation.separator.space.go
5: meta.annotation.parameters.go

pop-comment-line-annotation:
- meta_scope: meta.annotation.go comment.line.go
- match: \S+
scope: meta.variable.parameter.go
# End the annotation scope at EOL, but stretch the comment scope
# indefinitely to the right.
- match: $
set: pop-comment-line-normal

pop-line-annotation:
- meta_scope: comment.line.go
- meta_content_scope: meta.annotation.parameters.go
Expand Down

0 comments on commit f0f16ab

Please sign in to comment.