-
Updated
Jun 13, 2020 - Objective-C++
textmate
Here are 104 public repositories matching this topic...
-
Updated
Jun 8, 2020 - Clojure
-
Updated
Dec 31, 2018 - Shell
Missing a changelog
A VSCode extension I was developing for was recently "bitten" by the breaking changes from v3 to v4. However as there is no changelog it's extremely difficult to figure out what's happened due to quite brief commit messages.
It would be nice if there was a changelog (e.g. keepachangelog.com) to group changes together.
-
Updated
Jun 16, 2020
-
Updated
Mar 23, 2020 - HTML
-
Updated
Mar 15, 2019
-
Updated
Apr 19, 2018 - Python
-
Updated
Oct 8, 2018 - Ruby
Should only be available within a feature block, and the feature's name should be a stylistic set ss01–ss20.
feature ss04 {
featureNames {
name "Cyrillic: Bulgarian alternates";
};
lookup XXX;
} ss04;-
Updated
Mar 22, 2017 - Vim script
-
Updated
Sep 27, 2017 - Vim script
It'd be nice to provide instructions on where to find dependencies so that TM4E compiles cleanly after getting the sources.
I've gotten Joni, JCodings and GSON from http://download.eclipse.org/tools/orbit/R-builds/R20170516192513/repository/ but I'm still missing bundle 'org.eclipse.ui.tests.harness'.
I thought it was from Eclipse Test Framework (from http://download.eclipse.org/eclipse/upda
-
Updated
Mar 12, 2020
-
Updated
Apr 28, 2019
-
Updated
Apr 22, 2020 - JavaScript
-
Updated
Jun 14, 2017
-
Updated
Sep 5, 2019 - Python
-
Updated
Jan 28, 2020 - C#
-
Updated
Feb 4, 2018 - Ruby
-
Updated
Nov 2, 2017
Improve this page
Add a description, image, and links to the textmate topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the textmate topic, visit your repo's landing page and select "manage topics."


As defined in https://www.sublimetext.com/docs/3/themes.html#elements, each class supports only a set of attributes and propeties, and not all of them.
PackageDev provides all properties and attributes regardless of whether the class actually supports them.
It would be handy if PacckageDev limited the suggestion provided in a rule to the properties and attributes supported by the class.
For exa