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 / snippets / gdscript / test_export_array.txt
Size: Mime:
---input---
export (Array, AudioStream) var streams

---tokens---
'export'      Keyword
' '           Text.Whitespace
'('           Punctuation
'Array'       Name.Builtin.Type
','           Punctuation
' '           Text.Whitespace
'AudioStream' Name
')'           Punctuation
' '           Text.Whitespace
'var'         Keyword
' '           Text.Whitespace
'streams'     Name
'\n'          Text.Whitespace