Skip to content

Commit

Permalink
Release 1.12.1 fix for Gamemaker Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Oct 22, 2018
1 parent f6d8bbe commit cc95962
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ USAGE:
scc DIRECTORY
VERSION:
1.12.0
1.12.1
COMMANDS:
help, h Shows a list of commands or help for one command
Expand Down
3 changes: 2 additions & 1 deletion languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1890,7 +1890,8 @@
"gml"
],
"line_comment": [
"//"
"//",
"///"
],
"multi_line": [
[
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func main() {
app := cli.NewApp()
app.EnableBashCompletion = true
app.Name = "scc"
app.Version = "1.12.0"
app.Version = "1.12.1"
app.Usage = "Sloc, Cloc and Code. Count lines of code in a directory with complexity estimation."
app.UsageText = "scc DIRECTORY"

Expand Down
2 changes: 1 addition & 1 deletion processor/constants.go

Large diffs are not rendered by default.

0 comments on commit cc95962

Please sign in to comment.