From ff9c55859081efbb2d448df607e40d6ce45d0732 Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Mon, 26 Dec 2022 00:00:01 +0100 Subject: [PATCH] Remove Atom syntax highlighting package Atom has been retired, and so the link is now dead. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index abc14f7..6a8b6ea 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,6 @@ Fragments of code, effects, proof of concepts and generally non complete games. #### Syntax highlighting packages -- [Atom language package for RGBASM](https://atom.io/packages/language-rgbasm) - Atom syntax highlighting for RGBDS assembly. - [gbz80-highlight](https://github.com/ISSOtm/gbz80-highlight) - Notepad+- and gedit syntax highlighting files for RGBDS assembly. - [Vim syntax file for the Game Boy assembler RGBASM](http://www.vim.org/scripts/script.php?script_id=819) - Vim syntax highlighting for RGBDS assembly. - [Vim syntax file for RGBDS](https://github.com/Leandros/dotfiles/blob/master/.vim/syntax/rgbds.vim) - Another Vim syntax highlighting file for RGBDS assembly.