diff --git a/README.md b/README.md index cda80eb..d5419f5 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ File suffixes supported are .. - .erl - .go - .groovy +- .graphql - .gs - .h - .handlebars @@ -41,6 +42,7 @@ File suffixes supported are .. - .jsx - .less - .ld +- .liquid - .lua - .ls - .m diff --git a/lib/line-count.coffee b/lib/line-count.coffee index 85bf0ee..8313798 100644 --- a/lib/line-count.coffee +++ b/lib/line-count.coffee @@ -23,6 +23,7 @@ suffixes = [ "go" "groovy" "gs" + "graphql" "h" "handlebars", "hbs" "hpp" @@ -41,6 +42,7 @@ suffixes = [ "jsx" "less" "ld" + "liquid" "lua" "ls" "m" diff --git a/package-lock.json b/package-lock.json index 8a66940..4599e3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "line-count", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a3097f4..9f6b25d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "line-count", "main": "./lib/line-count", - "version": "0.5.2", + "version": "0.5.3", "description": "Show line counts for files in projects", "activationCommands": { "atom-workspace": [