Skip to content

Commit 8f41f33

Browse files
committed
Track extra-source-files of plugins more accurately
1 parent 41de40e commit 8f41f33

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

haskell-language-server.cabal

+12-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,18 @@ extra-source-files:
2222
test/testdata/**/*.cabal
2323
test/testdata/**/*.yaml
2424
test/testdata/**/*.hs
25-
26-
plugins/**/*.project
27-
plugins/**/*.cabal
28-
plugins/**/*.yaml
29-
plugins/**/*.hs
25+
test/testdata/**/*.json
26+
27+
plugins/**/README.md
28+
-- some README's have a .gif showcasing the feature
29+
plugins/**/*.gif
30+
31+
plugins/test/testdata/**/*.expected
32+
plugins/test/testdata/**/*.project
33+
plugins/test/testdata/**/*.cabal
34+
plugins/test/testdata/**/*.yaml
35+
plugins/test/testdata/**/*.txt
36+
plugins/test/testdata/**/*.hs
3037

3138
bindist/wrapper.in
3239

Binary file not shown.

0 commit comments

Comments
 (0)