Remove Prolog so that GitHub detects Answer Set Programming (#50077)
This reverts a change made in #20639 to have GitHub recognize our ASP files as Prolog, the closest langauge supported by [Linguist](https://github.com/github-linguist/linguist) at the time. Linguist has since [added support for ASP](https://github.com/github-linguist/linguist/pull/7184), so we no longer need to force Prolog detection -- our `.lp` files should be auto-detected as ASP. Signed-off-by: Todd Gamblin <tgamblin@llnl.gov>
This commit is contained in:
parent
4b2a96fe06
commit
1d70dc8292
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -1,4 +1,3 @@
|
||||
*.py diff=python
|
||||
*.lp linguist-language=Prolog
|
||||
lib/spack/external/* linguist-vendored
|
||||
*.bat text eol=crlf
|
||||
*.bat text eol=crlf
|
||||
|
Loading…
Reference in New Issue
Block a user