nvim-treesitter/queries/ecma
Steve Occhipinti 6240dae0e4 Support both styled.div and styled(Component)
This new injection caters for code like this:

```
const IntroWindow = styled(Window)`
  grid-area: intro;
`
```
2021-11-28 15:02:55 +01:00
..
folds.scm Add generator functions to ecma queries 2021-03-23 23:37:11 +01:00
highlights.scm ecma: highlight private properties and methods 2021-11-25 15:42:24 +01:00
indents.scm fix(ecma): add indents to switch and cases 2021-07-06 09:39:56 +02:00
injections.scm Support both styled.div and styled(Component) 2021-11-28 15:02:55 +01:00
locals.scm locals(js,ts): Add parameters again (#1231) 2021-04-28 07:39:14 -05:00