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 / java / test_enhanced_for.txt
Size: Mime:
---input---
label:
for(String var2: var1) {}

---tokens---
'label'       Name.Label
':'           Punctuation
'\n'          Text.Whitespace

'for'         Keyword
'('           Punctuation
'String'      Name
' '           Text.Whitespace
'var2'        Name
':'           Punctuation
' '           Text.Whitespace
'var1'        Name
')'           Punctuation
' '           Text.Whitespace
'{'           Punctuation
'}'           Punctuation
'\n'          Text.Whitespace