@@ -74,7 +74,7 @@ settings:
7474 foreground: '#8be9fd'
7575
7676- name: Entity name
77- scope: entity.name - (entity.name.filename | entity.name.section | entity.name.tag | entity.name.label)
77+ scope: entity.name - (entity.name.filename | entity.name.section | entity.name.tag | entity.name.label | entity.name.type )
7878 settings:
7979 fontStyle: italic
8080 foreground: '#50fa7b'
@@ -126,8 +126,14 @@ settings:
126126 fontStyle: ''
127127 foreground: '#8be9fd'
128128
129- - name: Library class/type
130- scope: support.type, support.class
129+ - name: Library class
130+ scope: support.class
131+ settings:
132+ fontStyle: ''
133+ foreground: '#8be9fd'
134+
135+ - name: Library type/built-in class
136+ scope: support.type, support.class.builtin
131137 settings:
132138 fontStyle: italic
133139 foreground: '#8be9fd'
@@ -193,7 +199,7 @@ settings:
193199 foreground: '#ff5555'
194200
195201################################################################################
196- ## not defined in Monokai
202+ ## Not defined in Monokai
197203################################################################################
198204
199205- name: Flow
@@ -207,9 +213,9 @@ settings:
207213 fontStyle: bold
208214
209215- name: Function name
210- scope: entity.name.function
216+ scope: entity.name.function - entity.name.function.constructor
211217 settings:
212- fontStyle: italic
218+ fontStyle: ''
213219 foreground: '#50fa7b'
214220
215221- name: String contents
@@ -232,21 +238,15 @@ settings:
232238################################################################################
233239
234240- name: Flow type operator
235- scope: punctuation.separator.type
241+ scope: punctuation.separator.type, meta.type.object punctuation.separator.key-value
236242 settings:
237243 foreground: '#ff79c6'
238244
239245- name: Flow types
240- scope: support.type.any, support.type.primitive
246+ scope: support.type.primitive, support.type. any, support.type.mixed
241247 settings:
242- fontStyle: italic
243248 foreground: '#bd93f9'
244249
245- - name: Module object property key
246- scope: meta.object-literal.key
247- settings:
248- foreground: '#f1fa8c'
249-
250250################################################################################
251251## Make highlighting look more like babel-sublime
252252################################################################################
@@ -262,7 +262,7 @@ settings:
262262 foreground: '#ff79c6'
263263
264264- name: Object key-value separator
265- scope: punctuation.separator.key-value
265+ scope: meta.object-literal punctuation.separator.key-value
266266 settings:
267267 foreground: '#bd93f9'
268268
0 commit comments