Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing the default source selector to text.html.basic #22

Closed
wants to merge 2 commits into from
Closed

Changing the default source selector to text.html.basic #22

wants to merge 2 commits into from

Commits on Jun 15, 2023

  1. Update linter.py

    Changed source from text.html to source.html
    
    text.htm was wrongly affecting other files such as: 
    .php -> embedding.php text.html.php
    .md -> text.html.markdown
    Monox18 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    590135c View commit details
    Browse the repository at this point in the history
  2. Changing the selector to text.html.basic

    text.html was wrongly linting other files such as php and md. The sources as reoported by SublimeText are:
    
    .php -> embedding.php text.html.php
    
    .md -> text.html.markdown 
    
    .html -> text.html.basic
    Monox18 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    72c5a6e View commit details
    Browse the repository at this point in the history