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_signal.txt
Size: Mime:
---input---
signal sig (arg1, arg2)

---tokens---
'signal'      Keyword
' '           Text.Whitespace
'sig'         Name
' '           Text.Whitespace
'('           Punctuation
'arg1'        Name
','           Punctuation
' '           Text.Whitespace
'arg2'        Name
')'           Punctuation
'\n'          Text.Whitespace