Skip to content

Commit

Permalink
Objective-C, Swift (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton authored May 9, 2019
1 parent 5422479 commit 24f26df
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- ERB
- RDoc
- Slim
- Objective-C
- Swift

#### 2.8.0

Expand Down
13 changes: 12 additions & 1 deletion scripts/config/theme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ inheriting-attributes:
KOTLIN_PACKAGE_FUNCTION_CALL: DEFAULT_STATIC_METHOD
KOTLIN_TYPE_PARAMETER: TYPE_PARAMETER_NAME_ATTRIBUTES
MAKO.SUBSTITUTION: DEFAULT_TEMPLATE_LANGUAGE_COLOR
OC.MESSAGE_ARGUMENT: DEFAULT_FUNCTION_CALL
OC.METHOD_DECLARATION: DEFAULT_FUNCTION_DECLARATION
org.rust.MUT_BINDING: DEFAULT_IDENTIFIER
org.rust.MUT_PARAMETER: DEFAULT_PARAMETER
osmorc.attributeName: DEFAULT_INSTANCE_FIELD
Expand Down Expand Up @@ -465,6 +467,7 @@ attributes:
NG.PROPERTY_BINDING_ATTR_NAME: whiskey
NG.TEMPLATE_BINDINGS_ATTR_NAME: whiskey
NOT_USED_ELEMENT_ATTRIBUTES: 7f8591
OC.CLASS_REFERENCE: chalky
OC.CONDITIONALLY_NOT_COMPILED: dark
OC.CPP_KEYWORD: purple
OC.DIRECTIVE:
Expand All @@ -477,7 +480,9 @@ attributes:
OC.MACRONAME: coral
OC.MACRO_PARAMETER: whiskey
OC.OVERLOADED_OPERATOR: {}
OC.PROPERTY: df6a73
OC.PROPERTY: coral
OC.PROPERTY_ATTRIBUTE: whiskey
OC.PROTOCOL_REFERENCE: chalky
OC.STRUCT_FIELD: coral
OC.STRUCT_LIKE: chalky
OC.TYPEDEF: chalky
Expand Down Expand Up @@ -588,6 +593,12 @@ attributes:
SUGGESTION:
effect_color: malibu
underwaved: always
SWIFT_ATTRIBUTE_ARGUMENT: whiskey
SWIFT_EXTERNAL_PARAMETER: fountainBlue
SWIFT_SHEBANG_COMMENT:
foreground: dark
bold: always
italic: theme
TEMPLATE_VARIABLE_ATTRIBUTES: whiskey
TEXT:
foreground: lightWhite
Expand Down

0 comments on commit 24f26df

Please sign in to comment.