From 31f2052b26ca383963ca1894236fa142a8cb87cc Mon Sep 17 00:00:00 2001 From: Matt Morrison Date: Sat, 30 Oct 2021 14:40:59 -0400 Subject: [PATCH 1/3] remove # from word_separators so hex colors can be selected completely --- .../Sublime Text Color Scheme.sublime-settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package/Sublime Text Color Scheme/Sublime Text Color Scheme.sublime-settings b/Package/Sublime Text Color Scheme/Sublime Text Color Scheme.sublime-settings index fa5f38d2..2b016a59 100644 --- a/Package/Sublime Text Color Scheme/Sublime Text Color Scheme.sublime-settings +++ b/Package/Sublime Text Color Scheme/Sublime Text Color Scheme.sublime-settings @@ -5,5 +5,5 @@ { "selector": "meta.mapping.key punctuation.definition.string.begin" }, ], "extensions": ["sublime-color-scheme"], - "word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?" // default without '-' + "word_separators": "./\\()\"':,.;<>~!@$%^&*|+=[]{}`~?" // default without '-' } From 17c5e6c07bffa8db404198af4f4e3ba0c0bdc299 Mon Sep 17 00:00:00 2001 From: Matt Morrison Date: Sat, 30 Oct 2021 14:46:16 -0400 Subject: [PATCH 2/3] it's 2021 --- LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index b392845c..e4bc2c6a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ -Copyright (c) 2010-2014 Guillermo López-Anglada (Vintageous) -Copyright (c) 2012-2019 FichteFoll +Copyright (c) 2010-2014 Guillermo López-Anglada (Vintageous) +Copyright (c) 2012-2021 FichteFoll Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in From dacf73a77594e749d921bd8008197b6317178ed4 Mon Sep 17 00:00:00 2001 From: Matt Morrison Date: Fri, 5 Nov 2021 09:11:15 -0400 Subject: [PATCH 3/3] update comment --- .../Sublime Text Color Scheme.sublime-settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package/Sublime Text Color Scheme/Sublime Text Color Scheme.sublime-settings b/Package/Sublime Text Color Scheme/Sublime Text Color Scheme.sublime-settings index 2b016a59..a87f1c12 100644 --- a/Package/Sublime Text Color Scheme/Sublime Text Color Scheme.sublime-settings +++ b/Package/Sublime Text Color Scheme/Sublime Text Color Scheme.sublime-settings @@ -5,5 +5,5 @@ { "selector": "meta.mapping.key punctuation.definition.string.begin" }, ], "extensions": ["sublime-color-scheme"], - "word_separators": "./\\()\"':,.;<>~!@$%^&*|+=[]{}`~?" // default without '-' + "word_separators": "./\\()\"':,.;<>~!@$%^&*|+=[]{}`~?" // default without '-' and '#' }