Skip to content

Commit

Permalink
optional before fn call
Browse files Browse the repository at this point in the history
  • Loading branch information
colinta committed Mar 19, 2016
1 parent 25567bf commit 85ef552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Swift/Swift.sublime-syntax
Expand Up @@ -28,11 +28,11 @@ contexts:
1: punctuation.definition.preprocessor
2: meta.preprocessor.c
###################################################### ENUMS
- match: "(?:[^\\)\\w]|^)\\.([a-zA-Z]\\w*)(?=\\()"
- match: "(?:[^\\?\\)\\w]|^)\\.([a-zA-Z]\\w*)(?=\\()"
captures:
1: constant.language.enum
push: enum
- match: "(?:[^\\)\\w]|^)\\.([a-zA-Z]\\w*)"
- match: "(?:[^\\?\\)\\w]|^)\\.([a-zA-Z]\\w*)"
captures:
1: constant.language.enum
###################################################### CONSTANTS
Expand Down

0 comments on commit 85ef552

Please sign in to comment.