From a5d7a0d562e658f894dce70ba6d2a3e488e85621 Mon Sep 17 00:00:00 2001 From: Heyu Lin Date: Mon, 4 Dec 2023 02:03:25 +1100 Subject: [PATCH] Add a syntax for FASTA format (#8850) --- repository/f.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/repository/f.json b/repository/f.json index 5d8676ee7cc..022b585123a 100644 --- a/repository/f.json +++ b/repository/f.json @@ -282,6 +282,18 @@ } ] }, + { + "name": "FASTA", + "details": "https://github.com/SilentGene/sublime-fasta-syntax", + "labels": ["fasta", "language syntax", "bioinformatics"], + "author": "Heyu Lin", + "releases": [ + { + "sublime_text": "*", + "tags": true + } + ] + }, { "name": "FASTBuild", "details": "https://github.com/Manuzor/FASTBuild-Sublime",