Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
fleischie committed Mar 18, 2021
2 parents 424563c + cf80b8c commit 75e1789
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### _**This project is not currently maintained.** If you'd like to help, or for further info, see [#77](https://github.com/styled-components/vim-styled-components/issues/77)_

# vim-styled-components

Vim bundle for [styled-components](https://styled-components.com), [diet-cola](https://github.com/jxnblk/diet-cola), [emotion](https://github.com/emotion-js/emotion), experimental [glamor/styled](https://github.com/threepointone/glamor/blob/master/docs/styled.md), and [astroturf](https://github.com/4Catalyzer/astroturf) content in javascript files.
Expand Down
2 changes: 1 addition & 1 deletion after/ftplugin/javascriptreact.vim
Original file line number Diff line number Diff line change
@@ -1 +1 @@
runtime! ftplugin/javascript.vim
source <sfile>:p:h/javascript.vim
2 changes: 1 addition & 1 deletion after/ftplugin/typescript.vim
Original file line number Diff line number Diff line change
@@ -1 +1 @@
runtime! ftplugin/javascript.vim
source <sfile>:p:h/javascript.vim
2 changes: 1 addition & 1 deletion after/ftplugin/typescriptreact.vim
Original file line number Diff line number Diff line change
@@ -1 +1 @@
runtime! ftplugin/typescript.vim
source <sfile>:p:h/typescript.vim
2 changes: 1 addition & 1 deletion after/indent/javascriptreact.vim
Original file line number Diff line number Diff line change
@@ -1 +1 @@
runtime! indent/javascript.vim
source <sfile>:p:h/javascript.vim
2 changes: 1 addition & 1 deletion after/indent/jsx.vim
Original file line number Diff line number Diff line change
@@ -1 +1 @@
runtime! indent/javascript.vim
source <sfile>:p:h/javascript.vim
2 changes: 1 addition & 1 deletion after/indent/typescript.vim
Original file line number Diff line number Diff line change
@@ -1 +1 @@
runtime! indent/javascript.vim
source <sfile>:p:h/javascript.vim
2 changes: 1 addition & 1 deletion after/indent/typescriptreact.vim
Original file line number Diff line number Diff line change
@@ -1 +1 @@
runtime! indent/javascript.vim
source <sfile>:p:h/javascript.vim
2 changes: 1 addition & 1 deletion after/syntax/javascriptreact.vim
Original file line number Diff line number Diff line change
@@ -1 +1 @@
runtime! syntax/javascript.vim
source <sfile>:p:h/javascript.vim
2 changes: 1 addition & 1 deletion after/syntax/typescript.vim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
runtime! syntax/javascript.vim
source <sfile>:p:h/javascript.vim

" define custom API section, that contains typescript annotations
" this is structurally similar to `jsFuncCall`, but allows type
Expand Down
2 changes: 1 addition & 1 deletion after/syntax/typescriptreact.vim
Original file line number Diff line number Diff line change
@@ -1 +1 @@
runtime! syntax/typescript.vim
source <sfile>:p:h/typescript.vim

0 comments on commit 75e1789

Please sign in to comment.