faceair / atom-goto-definition

⚠️⚠️⚠️ DEPRECATED
https://atom.io/packages/goto-definition
GNU General Public License v2.0
99 stars 51 forks source link

Support Prolog #81

Open gokhansolak opened 7 years ago

gokhansolak commented 7 years ago

Hi, Currently there is no Prolog support. I implemented Prolog support by adding a proper regex to config file at my local. However, there is an issue: Prolog uses the same extension (*.pl) as Perl. I guess, after my addition, Perl support is overwritten for pl files. It can cause confusion for users.

So I wanted to ask for suggestions. Should I commit my changes commented out, so users will uncomment it if they are interested? Or an option should be added to the settings page?