elm-community / SublimeElmLanguageSupport

Elm language syntax highlighting and tool integration for ST2/3.

Home Page:https://packagecontrol.io/packages/Elm%20Language%20Support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove .no-sublime-package

sentience opened this issue · comments

The .no-sublime-package file instructs Sublime Text not to store the package as a single-file archive, and should only be necessary when the package contains binaries or other files that need to be accessed independently of Sublime Text's built-in package management.

At a glance, it does not appear that this package contains any such requirements.

commented

I am pretty sure we can remove it.
I think it is some leftovers from docs. From before we elm-oracle

$ git log -Selm_docs_path --stat
commit 91adff6cc56f00b2540351ec9519033421adcd1b
Author: Alex Neslusan <deadfoxygrandpa@gmail.com>
Date:   Tue Dec 15 12:13:34 2015 +0800

    Setup

 Settings/Elm Language Support.sublime-settings |   5 +++++
 elm_show_type.py                               | 508 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 513 insertions(+)

commit 2e069e4566b6e63ea48e088c14f52624a70393ce
Author: Alex Neslusan <deadfoxygrandpa@gmail.com>
Date:   Sun Aug 23 19:32:54 2015 +0800

    Switch to elm-oracle for getting types

 elm_show_type.py | 452 +++++++++++++++++--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 1 file changed, 17 insertions(+), 435 deletions(-)

commit 196f6ad329362927eb3734a053f8c5dc8ba196af (tag: 0.11.3)
Author: Alex Neslusan <deadfoxygrandpa@gmail.com>
Date:   Sun Feb 9 18:23:19 2014 +0800

    Moved new plugin into this one

 ElmLanguageSupport.py               | 228 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ElmLanguageSupport.sublime-settings |   4 ++++
 2 files changed, 232 insertions(+)

I think we should remove elm_docs_path setting key as well.