[jbosstools-issues] [JBoss JIRA] (ERT-208) Provide support for TextMate grammar [EBZ#486961]

Friendly Jira Robot (JIRA) issues at jboss.org
Wed May 25 05:26:00 EDT 2016


Friendly Jira Robot created ERT-208:
---------------------------------------

             Summary: Provide support for TextMate grammar [EBZ#486961]
                 Key: ERT-208
                 URL: https://issues.jboss.org/browse/ERT-208
             Project: Eclipse Release Train
          Issue Type: Task
          Components: Platform
            Reporter: Friendly Jira Robot
            Priority: Trivial


It should be cool if we could higlight with extension some "String" or other according a JavaScript Framework:

 * like angular template which is an HTML string (colorize this HTML string):

---------------------------------------------------
angular.module('docsSimpleDirective', [])
.directive('myCustomer', function() {
  return {
    template: 'Name: {{customer.name}} Address: {{customer.address}}'
  };
});
---------------------------------------------------

 * like JSX React:

---------------------------------------------------
var app = <Nav color="blue"><Profile>click</Profile></Nav>;
---------------------------------------------------

The syntax higlight must be fast.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list