Compare commits
No commits in common. "4320cae8ec636ca259cbec4056ee057e338893fc" and "ec963fd41f2074ecc51654b22741a987c974d3ed" have entirely different histories.
4320cae8ec
...
ec963fd41f
|
@ -112,7 +112,3 @@ endsnippet
|
||||||
snippet th "this.handle..."
|
snippet th "this.handle..."
|
||||||
this.handle${1:Click} = this.handle$1.bind(this);
|
this.handle${1:Click} = this.handle$1.bind(this);
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet tb "this ... = ... .bind(this);"
|
|
||||||
this.$1 = this.$1.bind(this);
|
|
||||||
endsnippet
|
|
||||||
|
|
|
@ -488,10 +488,6 @@
|
||||||
[ "jsThis", "jsGlobalObjects" ],
|
[ "jsThis", "jsGlobalObjects" ],
|
||||||
[ "jsArrowFunction", "Function" ],
|
[ "jsArrowFunction", "Function" ],
|
||||||
|
|
||||||
# jsx
|
|
||||||
[ "jsxTagName", "htmlTagName" ],
|
|
||||||
[ "jsxComponentName", "htmlSpecialTagName" ],
|
|
||||||
[ "jsxAttrib", "htmlArg" ],
|
|
||||||
# python
|
# python
|
||||||
|
|
||||||
[ "pythonBuiltin", "Type" ],
|
[ "pythonBuiltin", "Type" ],
|
||||||
|
|
|
@ -243,9 +243,6 @@ if ($TERM =~ '256' || &t_Co >= 256) || has("gui_running")
|
||||||
hi link jsOperatorKeyword Label
|
hi link jsOperatorKeyword Label
|
||||||
hi link jsThis jsGlobalObjects
|
hi link jsThis jsGlobalObjects
|
||||||
hi link jsArrowFunction Function
|
hi link jsArrowFunction Function
|
||||||
hi link jsxTagName htmlTagName
|
|
||||||
hi link jsxComponentName htmlSpecialTagName
|
|
||||||
hi link jsxAttrib htmlArg
|
|
||||||
hi link pythonBuiltin Type
|
hi link pythonBuiltin Type
|
||||||
hi link pythonBuiltinObj Special
|
hi link pythonBuiltinObj Special
|
||||||
hi link pythonDottedName Identifier
|
hi link pythonDottedName Identifier
|
||||||
|
@ -611,9 +608,6 @@ elseif &t_Co == 8 || $TERM !~# '^linux' || &t_Co == 16
|
||||||
hi link jsOperatorKeyword Label
|
hi link jsOperatorKeyword Label
|
||||||
hi link jsThis jsGlobalObjects
|
hi link jsThis jsGlobalObjects
|
||||||
hi link jsArrowFunction Function
|
hi link jsArrowFunction Function
|
||||||
hi link jsxTagName htmlTagName
|
|
||||||
hi link jsxComponentName htmlSpecialTagName
|
|
||||||
hi link jsxAttrib htmlArg
|
|
||||||
hi link pythonBuiltin Type
|
hi link pythonBuiltin Type
|
||||||
hi link pythonBuiltinObj Special
|
hi link pythonBuiltinObj Special
|
||||||
hi link pythonDottedName Identifier
|
hi link pythonDottedName Identifier
|
||||||
|
|
Loading…
Reference in New Issue