We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62e47b commit 460fbcdCopy full SHA for 460fbcd
after/syntax/nerdtree.vim
@@ -363,6 +363,8 @@ let s:file_node_exact_matches = {
363
\ 'license' : s:white,
364
\ 'node_modules' : s:green,
365
\ 'react.jsx' : s:blue,
366
+ \ 'typescript.jsx' : s:blue,
367
+ \ 'typescript.tsx' : s:blue,
368
\ 'procfile' : s:purple,
369
\ 'dockerfile' : s:blue,
370
\ 'docker-compose.yml' : s:blue,
0 commit comments