Skip to content

Commit

Permalink
Golang.yaml: Adds new language definition
Browse files Browse the repository at this point in the history
Golang.yaml --> Adds new language definition named Golang
  • Loading branch information
SerekKiri committed Oct 28, 2018
1 parent 938b141 commit dacb607
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions data/Language/Golang.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
identifier: Go
wikidata: Q37227
aliases:
- golang
extensions:
- go
line_continuation: '.'
delimiters:
# comment delimiters
- double_slash
- multiline_slash_star
# string delimiters:
- double_quote_slash_escape
- curly_braces
- round_braces
- square_braces
- backticks
keywords:
- break
- case
- chan
- const
- continue
- default
- defer
- else
- fallthrough
- for
- if
- func
- go
- goto
- import
- interface
- map
- package
- range
- return
- select
- struct
- switch
- type
- var

0 comments on commit dacb607

Please sign in to comment.