github-linguist 2.10.10 → 2.10.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e3c892151f9e8f399282479c86435ba546770539
4
- data.tar.gz: df5815ff91a44a1a2a3c14e281f9fdf11ca07541
3
+ metadata.gz: 537dd46b5a61f2c1de7196d194831fd46e37caa6
4
+ data.tar.gz: f5cd8f1e4d4e5d486d147abc669765b7b3d0ea23
5
5
  SHA512:
6
- metadata.gz: 09ba4690236b891538c69815b558cf1f72ba0bf43463eef2d0fc4f5901bdc08fcff048eead2d6e9c8a99a39888548d71499ad24f78fe42d1f565894b4639e74d
7
- data.tar.gz: 0940a43ed586306003e888593cb73e86867bc264ae778109cbda4a713334b3b12d8db1740334a3c29628df43b2cd54efa2e40d54c4b8b4e9e1f19b3ed1256bdf
6
+ metadata.gz: 4354ff6fc7a7c146df4c6d76657dd677e51d674ab6a09a09a5287a1e1a010655a135e4db0243ae680a1a6a24400826aade8d3c8cb22423f9d7d3bc7639dd6177
7
+ data.tar.gz: 65e0f8f5d339c7a7ecb3f49a7fd80a500d69b2d23857c01fba02a49dce17945b3e3e1ecaf5cff0b289287dc01e4abfd3863e4d4880968609a279b999018eefb3
@@ -222,16 +222,14 @@ module Linguist
222
222
  lines[1].include?("#include <jni.h>")
223
223
  end
224
224
 
225
- # node_modules/ can contain large amounts of files, in general not meant
226
- # for humans in pull requests.
225
+ # Internal: Is the blob part of node_modules/, which are not meant for humans in pull requests.
227
226
  #
228
227
  # Returns true or false.
229
228
  def node_modules?
230
229
  !!name.match(/node_modules\//)
231
230
  end
232
231
 
233
- # the php composer tool generates a lock file to represent a specific dependency state.
234
- # In general not meant for humans in pull requests.
232
+ # Internal: Is the blob a generated php composer lock file?
235
233
  #
236
234
  # Returns true or false.
237
235
  def composer_lock?
@@ -718,6 +718,12 @@ Handlebars:
718
718
  - .html.handlebars
719
719
  - .html.hbs
720
720
 
721
+ Harbour:
722
+ type: programming
723
+ lexer: Text only
724
+ color: "#0e60e3"
725
+ primary_extension: .hb
726
+
721
727
  Haskell:
722
728
  type: programming
723
729
  color: "#29b544"
@@ -1106,6 +1112,7 @@ OCaml:
1106
1112
  primary_extension: .ml
1107
1113
  extensions:
1108
1114
  - .eliomi
1115
+ - .ml4
1109
1116
  - .mli
1110
1117
  - .mll
1111
1118
  - .mly
@@ -1300,6 +1307,8 @@ Prolog:
1300
1307
  type: programming
1301
1308
  color: "#74283c"
1302
1309
  primary_extension: .prolog
1310
+ extensions:
1311
+ - .pl
1303
1312
 
1304
1313
  Protocol Buffer:
1305
1314
  type: markup
@@ -36,6 +36,10 @@
36
36
  # Bootstrap minified css and js
37
37
  - (^|/)bootstrap([^.]*)(\.min)?\.(js|css)$
38
38
 
39
+ # Foundation css
40
+ - foundation.min.css
41
+ - foundation.css
42
+
39
43
  # Vendored dependencies
40
44
  - thirdparty/
41
45
  - vendors?/
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github-linguist
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.10
4
+ version: 2.10.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub