mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
🎨 Rename "entity" to "type"
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
|
||||
// Atomicons (private)
|
||||
|
||||
@entity-array: "\e900";
|
||||
@entity-boolean: "\e901";
|
||||
@entity-class: "\e902";
|
||||
@entity-constant: "\e903";
|
||||
@entity-constructor: "\e904";
|
||||
@entity-enum: "\e905";
|
||||
@entity-field: "\e906";
|
||||
@entity-file: "\e907";
|
||||
@entity-function: "\e908";
|
||||
@entity-interface: "\e909";
|
||||
@entity-method: "\e90a";
|
||||
@entity-module: "\e90b";
|
||||
@entity-namespace: "\e90c";
|
||||
@entity-number: "\e90d";
|
||||
@entity-package: "\e90e";
|
||||
@entity-property: "\e90f";
|
||||
@entity-string: "\e910";
|
||||
@entity-variable: "\e911";
|
||||
@type-array: "\e900";
|
||||
@type-boolean: "\e901";
|
||||
@type-class: "\e902";
|
||||
@type-constant: "\e903";
|
||||
@type-constructor: "\e904";
|
||||
@type-enum: "\e905";
|
||||
@type-field: "\e906";
|
||||
@type-file: "\e907";
|
||||
@type-function: "\e908";
|
||||
@type-interface: "\e909";
|
||||
@type-method: "\e90a";
|
||||
@type-module: "\e90b";
|
||||
@type-namespace: "\e90c";
|
||||
@type-number: "\e90d";
|
||||
@type-package: "\e90e";
|
||||
@type-property: "\e90f";
|
||||
@type-string: "\e910";
|
||||
@type-variable: "\e911";
|
||||
|
||||
|
||||
// Octicons
|
||||
|
||||
Reference in New Issue
Block a user