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

Add a syntax for FASTA format #8850

Merged
merged 5 commits into from
Dec 3, 2023
Merged

Add a syntax for FASTA format #8850

merged 5 commits into from
Dec 3, 2023

Conversation

SilentGene
Copy link
Contributor

  • I'm the package's author and/or maintainer.
  • I have have read the docs.
  • I have tagged a release with a semver version number.
  • My package repo has a description and a README describing what it's for and how to use it.
  • My package doesn't add context menu entries. *
  • My package doesn't add key bindings. **
  • Any commands are available via the command palette.
  • Preferences and keybindings (if any) are listed in the menu and the command palette, and open in split view.
  • If my package is a syntax it doesn't also add a color scheme. ***
  • If my package is a syntax it is named after the language it supports (without suffixes like "syntax" or "highlighting").
  • I use .gitattributes to exclude files from the package: images, test files, sublime-project/workspace.

My package is a syntax for FASTA format

There are no packages like it in Package Control.

@braver
Copy link
Collaborator

braver commented Dec 2, 2023

  • you need to tag a semver style version with 3 digits (1.0.0 instead of 1.0)
  • please make sure all your scope have the .fasta suffix

Copy link
Collaborator

@packagecontrol-bot packagecontrol-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated testing result: WARNING

Repo link: FASTA
Results help

Packages added:
  - FASTA

Processing package "FASTA"
  - WARNING: '.sublime-syntax' support has been added in build 3092 and there is no '.tmLanguage' fallback file
    - File: fasta.sublime-syntax

{
"name": "FASTA",
"details": "https://github.com/SilentGene/sublime-fasta-syntax",
"readme": "https://raw.githubusercontent.com/SilentGene/sublime-fasta-syntax/main/README.md",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the readme, since it's just a default GitHub url package control will know where to find it without you specifying it here.

@braver
Copy link
Collaborator

braver commented Dec 2, 2023

You can ignore that warning about the fallback syntax, it's not needed.

Copy link
Contributor Author

@SilentGene SilentGene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok. Thanks!

repository/f.json Show resolved Hide resolved
Copy link
Collaborator

@packagecontrol-bot packagecontrol-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated testing result: WARNING

Repo link: FASTA
Results help

Packages added:
  - FASTA

Processing package "FASTA"
  - WARNING: '.sublime-syntax' support has been added in build 3092 and there is no '.tmLanguage' fallback file
    - File: fasta.sublime-syntax

@braver braver merged commit a5d7a0d into wbond:master Dec 3, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants