Limited scope for tags
See original GitHub issueDjango tags are limited in scope… one should be able to have django tags anywhere (even in CSS or Javascript or in HTML attributes or inside HTML tags)
I also use SCSS so I have to modify HTML.tmLanguage every time too, to include source.scss instead of source.css. That’s other problem, but I was wondering… do you know how extensible can these .tmLanguage files become? do you know is there a scheme of inheritance of some sort? Because if so, Django4ST2 should override stuff set up in HTML.tmLanguage, and I can’t think of a proper way of doing that and at the same time override the CSS (or in my case SCSS) and Javascript to add django tags to those too.
Issue Analytics
- State:
- Created 12 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
Limited Scope Representation - SAEF Legal Aid
Limited scope representation is an agreement a client makes with a lawyer to get legal help with only a part of their case....
Read more >Limited Scope Representation is a New Paradigm for Future ...
“Limited scope representation allows lawyers to take on parts of a case or help with a case without taking on full representation,” explains...
Read more >Medline Clean Scope Tags
Help you meet compliance standards; Allows healthcare professionals to record date of processing, level of disinfection and other details.
Read more >Limited Scope Representation: The Importance of Drafting ...
A Limited Scope Retainer (“LSR”) is a retainer agreement wherein the client ... Tags: Engagement Letters, Insurance, Law Firms, Lawyers, ...
Read more >Limited Scope Representation In Kansas
Limited scope representation means that you and your attorney agree that you will do some of the tasks related to your case, and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

This can be closed with the latest release.
As far as I know there still no way to to inherit standart HTML syntax and extend it. If you have any ideas how this can be implemented, please, let me know.
Thanks.