From ae1fb8a476ccd24b755f6f024d154189211a4d56 Mon Sep 17 00:00:00 2001 From: Matt Morrison Date: Fri, 25 Feb 2022 20:01:17 -0500 Subject: [PATCH] Scheme: Add '#' to word_separators, change LICENSE year (#357) --- LICENSE | 4 ++-- .../Sublime Text Color Scheme.sublime-settings | 2 +- 2 files changed, 3 insertions(+), 3 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 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..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 '#' }