Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc0ff2a4

Browse files
committed
add typescriptreact support for yats.vim
1 parentb34882b commitc0ff2a4

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

‎after/syntax/typescript.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ if ! exists('b:current_syntax') || b:current_syntax !=# 'typescript'
33
endif
44

55
hi!linktypescriptArrayMethodDraculaCyan
6+
hi!linktypescriptArrowFuncOperator
67
hi!linktypescriptArrowFuncArgDraculaOrangeItalic
78
hi!linktypescriptAssignOperator
89
hi!linktypescriptBinaryOpOperator

‎after/syntax/typescriptreact.vim

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
if !exists('b:current_syntax')||b:current_syntax!=#'typescriptreact'
2+
finish
3+
endif
4+
5+
runtimesyntax/typescript.vim
6+
7+
hi!linkjsxTagKeyword
8+
hi!linkjsxCloseTagjsxTag
9+
hi!linkjsxCloseStringjsxTag
10+
hi!linkjsxAttribDraculaGreenItalic

‎colors/dracula.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
" Dracula Theme: v1.4.0 {{{
1+
" Dracula Theme: v1.5.0 {{{
22
"
33
" https://github.com/zenorocha/dracula-theme
44
"

‎doc/dracula.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*dracula.txt* ForVim version 8 Last change:2018April 02
1+
*dracula.txt* ForVim version 8Last change:2018May 08
22
*dracula**vim-dracula*
33

44
|\ ,,~

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp