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 / kotlin / test_modifier_keyword.txt
Size: Mime:
---input---
data class A(val data: String)

---tokens---
'data'        Keyword.Declaration
' '           Text.Whitespace
'class'       Keyword.Declaration
' '           Text.Whitespace
'A'           Name.Class
'('           Punctuation
'val'         Keyword.Declaration
' '           Text.Whitespace
'data'        Name.Variable
':'           Punctuation
' '           Text.Whitespace
'String'      Keyword.Type
')'           Punctuation
'\n'          Text.Whitespace