diff --git a/UltiSnips/javascript.snippets b/UltiSnips/javascript.snippets index a725c45..8bb3968 100644 --- a/UltiSnips/javascript.snippets +++ b/UltiSnips/javascript.snippets @@ -112,7 +112,3 @@ endsnippet snippet th "this.handle..." this.handle${1:Click} = this.handle$1.bind(this); endsnippet - -snippet tb "this ... = ... .bind(this);" -this.$1 = this.$1.bind(this); -endsnippet diff --git a/colors/monotonous-dark.erb b/colors/monotonous-dark.erb index 236a1ad..240cdb9 100644 --- a/colors/monotonous-dark.erb +++ b/colors/monotonous-dark.erb @@ -488,10 +488,6 @@ [ "jsThis", "jsGlobalObjects" ], [ "jsArrowFunction", "Function" ], - # jsx - [ "jsxTagName", "htmlTagName" ], - [ "jsxComponentName", "htmlSpecialTagName" ], - [ "jsxAttrib", "htmlArg" ], # python [ "pythonBuiltin", "Type" ], diff --git a/colors/monotonous-dark.vim b/colors/monotonous-dark.vim index a5aab75..615f20f 100644 --- a/colors/monotonous-dark.vim +++ b/colors/monotonous-dark.vim @@ -243,9 +243,6 @@ if ($TERM =~ '256' || &t_Co >= 256) || has("gui_running") hi link jsOperatorKeyword Label hi link jsThis jsGlobalObjects hi link jsArrowFunction Function - hi link jsxTagName htmlTagName - hi link jsxComponentName htmlSpecialTagName - hi link jsxAttrib htmlArg hi link pythonBuiltin Type hi link pythonBuiltinObj Special hi link pythonDottedName Identifier @@ -611,9 +608,6 @@ elseif &t_Co == 8 || $TERM !~# '^linux' || &t_Co == 16 hi link jsOperatorKeyword Label hi link jsThis jsGlobalObjects hi link jsArrowFunction Function - hi link jsxTagName htmlTagName - hi link jsxComponentName htmlSpecialTagName - hi link jsxAttrib htmlArg hi link pythonBuiltin Type hi link pythonBuiltinObj Special hi link pythonDottedName Identifier