Last active
September 29, 2015 10:37
-
-
Save denisdefreyne/1587844 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#( | |
#(#code_primitive #(#italic #(#{Core.Association} #color #(#{Graphics.ColorValue} 6521 2409 707 )))) | |
#(#code_comment #(#italic #(#{Core.Association} #color #(#{Graphics.ColorValue} 4208 4754 4818)))) | |
#(#code_methodComment #( #(#{Core.Association} #color #(#{Graphics.ColorValue} 4208 4754 4818)))) | |
"syntax" | |
#(#code_assignment) | |
#(#code_cascade) | |
#(#code_return #(#bold #(#{Core.Association} #color #(#{Graphics.ColorValue} 1221 4465 6746)))) | |
#(#code_self #( #(#{Core.Association} #color #(#{Graphics.ColorValue} 1221 4465 6746)))) | |
#(#code_super #( #(#{Core.Association} #color #(#{Graphics.ColorValue} 1221 4465 6746)))) | |
#(#code_thisContext #( #(#{Core.Association} #color #(#{Graphics.ColorValue} 1221 4465 6746)))) | |
"selectors" | |
#(#code_binaryMessageSend) | |
#(#code_binaryMethodName #(#bold)) | |
#(#code_keywordMessageSend) | |
#(#code_keywordMethodName #(#bold)) | |
#(#code_messageSend) | |
#(#code_unaryMessageSend) | |
#(#code_unaryMethodName #(#bold)) | |
"locals" | |
#(#code_instanceVariable #( #(#{Core.Association} #color #(#{Graphics.ColorValue} 6778 1735 4176)))) | |
#(#code_blockArgument #( #(#{Core.Association} #color #(#{Graphics.ColorValue} 3469 3630 6296)))) | |
#(#code_blockArgumentDefinition #( #(#{Core.Association} #color #(#{Graphics.ColorValue} 3469 3630 6296)))) | |
#(#code_methodVariable #( #(#{Core.Association} #color #(#{Graphics.ColorValue} 3469 3630 6296)))) | |
#(#code_methodVariableDefinition #(#bold #(#{Core.Association} #color #(#{Graphics.ColorValue} 3469 3630 6296)))) | |
#(#code_temporaryVariable #(#italic #(#{Core.Association} #color #(#{Graphics.ColorValue} 6778 1735 4176)))) | |
#(#code_temporaryVariableDefinition #(#italic #(#{Core.Association} #color #(#{Graphics.ColorValue} 6778 1735 4176)))) | |
"globals" | |
#(#code_classReference #( #(#{Core.Association} #color #(#{Graphics.ColorValue} 1349 5172 4882)))) | |
#(#code_globalVariableReference #(#bold #italic #(#{Core.Association} #color #(#{Graphics.ColorValue} 1349 5172 4882)))) | |
#(#code_nameSpaceReference #(#bold #(#{Core.Association} #color #(#{Graphics.ColorValue} 1349 5172 4882)))) | |
#(#code_qualifiedReference #( #(#{Core.Association} #color #(#{Graphics.ColorValue} 1349 5172 4882)))) | |
#(#code_sharedVariableReference #(#italic #(#{Core.Association} #color #(#{Graphics.ColorValue} 1349 5172 4882)))) | |
"literals" | |
#(#code_array #( #(#{Core.Association} #color #(#{Graphics.ColorValue} 6521 2409 707 )))) | |
#(#code_byteArray #( #(#{Core.Association} #color #(#{Graphics.ColorValue} 6521 2409 707 )))) | |
#(#code_character #( #(#{Core.Association} #color #(#{Graphics.ColorValue} 6521 2409 707 )))) | |
#(#code_false #( #(#{Core.Association} #color #(#{Graphics.ColorValue} 6521 2409 707 )))) | |
#(#code_nil #( #(#{Core.Association} #color #(#{Graphics.ColorValue} 6521 2409 707 )))) | |
#(#code_number #( #(#{Core.Association} #color #(#{Graphics.ColorValue} 6521 2409 707 )))) | |
#(#code_string #( #(#{Core.Association} #color #(#{Graphics.ColorValue} 6521 2409 707 )))) | |
#(#code_symbol #( #(#{Core.Association} #color #(#{Graphics.ColorValue} 6521 2409 707 )))) | |
#(#code_true #( #(#{Core.Association} #color #(#{Graphics.ColorValue} 6521 2409 707 )))) | |
"errors" | |
#(#code_deprecated #(#strikeout #(#{Core.Association} #color #(#{Graphics.ColorValue} 7067 1606 1510)))) | |
#(#code_dnu #(#jaggedEdge #(#{Core.Association} #color #(#{Graphics.ColorValue} 7067 1606 1510)))) | |
#(#code_syntaxError #(#bold #strikeout #(#{Core.Association} #color #(#{Graphics.ColorValue} 7067 1606 1510)))) | |
#(#code_redefinedVariableDefinition #(#jaggedEdge #bold #(#{Core.Association} #color #(#{Graphics.ColorValue} 7067 1606 1510)))) | |
#(#code_undeclaredVariable #(#jaggedEdge #bold #(#{Core.Association} #color #(#{Graphics.ColorValue} 7067 1606 1510)))) | |
"other" | |
#(#code_bracket) | |
#(#code_bracket1) | |
#(#code_bracket2) | |
#(#code_bracket3) | |
#(#code_bracket4) | |
#(#code_bracket5) | |
#(#code_bracket6) | |
#(#code_bracket7) | |
#(#code_bracket8) | |
#(#code_bracket9) | |
#(#code_parenthesis) | |
#(#code_parenthesis1) | |
#(#code_parenthesis2) | |
#(#code_parenthesis3) | |
#(#code_parenthesis4) | |
#(#code_parenthesis5) | |
#(#code_parenthesis6) | |
#(#code_parenthesis7) | |
#(#code_parenthesis8) | |
#(#code_parenthesis9) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment