Removed Jank injection (they changed the API)

This commit is contained in:
Maurício Szabo 2024-04-30 12:14:05 -03:00
parent a2a6d3e67e
commit c7d3a00bce

View File

@ -50,13 +50,4 @@ exports.activate = function() {
languageScope: 'source.js',
coverShallowerScopes: true
});
atom.grammars.addInjectionPoint('source.clojure', {
type: 'str_content',
language: (node) => checkFormCall('native/raw', node) && 'cpp',
content: notDisChild,
includeChildren: true,
languageScope: 'source.cpp',
coverShallowerScopes: true
});
}