Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / tests / examplefiles / applescript / unicode.applescript.output
Size: Mime:
'set'         Keyword
' '           Text
'jp'          Name.Variable
' '           Text
'to'          Keyword
' '           Text
'"日本語"'       Literal.String.Double
'\n\n'        Text

'set'         Keyword
' '           Text
'ru'          Name.Variable
' '           Text
'to'          Keyword
' '           Text
'"Русский"'   Literal.String.Double
'\n\n'        Text

'jp'          Name.Variable
' '           Text
'&'           Operator
' '           Text
'" and "'     Literal.String.Double
' '           Text
'&'           Operator
' '           Text
'ru'          Name.Variable
' '           Text
'-- returns "日本語 and Русский"' Comment
'\n'          Text