Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright (c) 2010-2014 Guillermo L�pez-Anglada (Vintageous)
Copyright (c) 2012-2019 FichteFoll <fichtefoll2@googlemail.com>
Copyright (c) 2010-2014 Guillermo López-Anglada (Vintageous)
Copyright (c) 2012-2021 FichteFoll <fichtefoll2@googlemail.com>

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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 '#'
}