Skip to content

Commit edaac58

Browse files
author
othree_kao
committed
Sync all ftype
1 parent a95ef1f commit edaac58

6 files changed

Lines changed: 19 additions & 19 deletions

File tree

autoload/syntax/jquery.coffee.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
" Version: 1.9.0.2
77
" URL: http://api.jquery.com/
88

9-
syntax keyword coffeejQuery containedin=ALLBUT,coffeeComment,coffeeString jQuery $ nextgroup=coffeejQuerydot,coffeejQuerybracketsdot
9+
syntax keyword coffeejQuery containedin=ALLBUT,coffeeComment,coffeeString jQuery $
1010
" syntax match coffeejQuerydot contained /\./ nextgroup=@coffeeQGlobals
1111
" syntax match coffeejQuerydot contained /([^)]*)\./ nextgroup=@coffeeQFunctions
1212

@@ -21,7 +21,7 @@ syntax keyword coffeeQUtilities contained each extend globalEval grep inArr
2121
syntax match coffeeQUtilities contained /contains/
2222

2323
" jqobj.*
24-
syntax cluster coffeeQFunctions contains=coffeeQAjax,coffeeQAttributes,coffeeQCallbacks,coffeeQCore,coffeeQCSS,coffeeQData,coffeeQDeferred,coffeeQDimensions,coffeeQEffects,coffeeQEvents,coffeeQManipulation,coffeeQMiscellaneous,coffeeQOffset,coffeeQTraversing,coffeeQUtilities
24+
syntax cluster coffeeQFunctions contains=@coffeeQGlobals,coffeeQAjax,coffeeQAttributes,coffeeQCallbacks,coffeeQCore,coffeeQCSS,coffeeQData,coffeeQDeferred,coffeeQDimensions,coffeeQEffects,coffeeQEvents,coffeeQManipulation,coffeeQMiscellaneous,coffeeQOffset,coffeeQTraversing,coffeeQUtilities
2525
syntax keyword coffeeQAjax contained ajaxComplete ajaxError ajaxSend ajaxStart ajaxStop ajaxSuccess
2626
syntax keyword coffeeQAjax contained serialize serializeArray ajaxTransport load
2727
syntax keyword coffeeQAttributes contained addClass attr hasClass html prop removeAttr removeClass removeProp toggleClass val

autoload/syntax/jquery.ls.vim

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
" Version: 1.9.0.2
77
" URL: http://api.jquery.com/
88

9-
syntax keyword lsjQuery containedin=ALLBUT,lsComment,lsString jQuery $ nextgroup=lsjQuerydot,lsjQuerybracketsdot
10-
syntax match lsjQuerydot contained /\./ nextgroup=@lsQGlobals
11-
syntax match lsjQuerydot contained /([^)]*)\./ nextgroup=@lsQFunctions
9+
syntax keyword lsjQuery containedin=ALLBUT,lsComment,lsString jQuery $
10+
" syntax match lsjQuerydot contained /\./ nextgroup=@lsQGlobals
11+
" syntax match lsjQuerydot contained /([^)]*)\./ nextgroup=@lsQFunctions
1212

1313
" jQuery.*
1414
syntax cluster lsQGlobals contains=lsQCore,lsQCoreObj,lsQCoreData,lsQUtilities,lsQProperties
@@ -21,7 +21,7 @@ syntax keyword lsQUtilities contained each extend globalEval grep inArray i
2121
syntax match lsQUtilities contained /contains/
2222

2323
" jqobj.*
24-
syntax cluster lsQFunctions contains=lsQAjax,lsQAttributes,lsQCallbacks,lsQCore,lsQCSS,lsQData,lsQDeferred,lsQDimensions,lsQEffects,lsQEvents,lsQManipulation,lsQMiscellaneous,lsQOffset,lsQTraversing,lsQUtilities
24+
syntax cluster lsQFunctions contains=@lsQGlobals,lsQAjax,lsQAttributes,lsQCallbacks,lsQCore,lsQCSS,lsQData,lsQDeferred,lsQDimensions,lsQEffects,lsQEvents,lsQManipulation,lsQMiscellaneous,lsQOffset,lsQTraversing,lsQUtilities
2525
syntax keyword lsQAjax contained ajaxComplete ajaxError ajaxSend ajaxStart ajaxStop ajaxSuccess
2626
syntax keyword lsQAjax contained serialize serializeArray ajaxTransport load
2727
syntax keyword lsQAttributes contained addClass attr hasClass html prop removeAttr removeClass removeProp toggleClass val

autoload/syntax/jquery.typescript.vim

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
" Version: 1.9.0.2
77
" URL: http://api.jquery.com/
88

9-
syntax keyword typescriptjQuery containedin=ALLBUT,typescriptComment,typescriptString jQuery $ nextgroup=typescriptjQuerydot,typescriptjQuerybracketsdot
10-
syntax match typescriptjQuerydot contained /\./ nextgroup=@typescriptQGlobals
11-
syntax match typescriptjQuerydot contained /([^)]*)\./ nextgroup=@typescriptQFunctions
9+
syntax keyword typescriptjQuery containedin=ALLBUT,typescriptComment,typescriptString jQuery $
10+
" syntax match typescriptjQuerydot contained /\./ nextgroup=@typescriptQGlobals
11+
" syntax match typescriptjQuerydot contained /([^)]*)\./ nextgroup=@typescriptQFunctions
1212

1313
" jQuery.*
1414
syntax cluster typescriptQGlobals contains=typescriptQCore,typescriptQCoreObj,typescriptQCoreData,typescriptQUtilities,typescriptQProperties
@@ -21,7 +21,7 @@ syntax keyword typescriptQUtilities contained each extend globalEval grep i
2121
syntax match typescriptQUtilities contained /contains/
2222

2323
" jqobj.*
24-
syntax cluster typescriptQFunctions contains=typescriptQAjax,typescriptQAttributes,typescriptQCallbacks,typescriptQCore,typescriptQCSS,typescriptQData,typescriptQDeferred,typescriptQDimensions,typescriptQEffects,typescriptQEvents,typescriptQManipulation,typescriptQMiscellaneous,typescriptQOffset,typescriptQTraversing,typescriptQUtilities
24+
syntax cluster typescriptQFunctions contains=@typescriptQGlobals,typescriptQAjax,typescriptQAttributes,typescriptQCallbacks,typescriptQCore,typescriptQCSS,typescriptQData,typescriptQDeferred,typescriptQDimensions,typescriptQEffects,typescriptQEvents,typescriptQManipulation,typescriptQMiscellaneous,typescriptQOffset,typescriptQTraversing,typescriptQUtilities
2525
syntax keyword typescriptQAjax contained ajaxComplete ajaxError ajaxSend ajaxStart ajaxStop ajaxSuccess
2626
syntax keyword typescriptQAjax contained serialize serializeArray ajaxTransport load
2727
syntax keyword typescriptQAttributes contained addClass attr hasClass html prop removeAttr removeClass removeProp toggleClass val

autoload/syntax/underscore.coffee.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
" LoDash: 1.2.0
88
" URL: http://lodash.com/
99

10-
syntax keyword coffeeunderscore containedin=ALLBUT,coffeeComment,coffeeString _ nextgroup=coffeeunderscoredot
11-
syntax match coffeeunderscoredot contained /\./ nextgroup=@coffee_Functions
12-
syntax match coffeeunderscoredot contained /([^)]*)\./ nextgroup=@coffee_Functions
10+
syntax keyword coffeeunderscore containedin=ALLBUT,coffeeComment,coffeeString _
11+
" syntax match coffeeunderscoredot contained /\./ nextgroup=@coffee_Functions
12+
" syntax match coffeeunderscoredot contained /([^)]*)\./ nextgroup=@coffee_Functions
1313

1414
syntax cluster coffee_Functions contains=coffee_collections,coffee_arrays,coffee_functions,coffee_objects,coffee_chaining,coffee_lodash
1515

autoload/syntax/underscore.ls.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
" LoDash: 1.2.0
88
" URL: http://lodash.com/
99

10-
syntax keyword lsunderscore containedin=ALLBUT,lsComment,lsString _ nextgroup=lsunderscoredot
11-
syntax match lsunderscoredot contained /\./ nextgroup=@ls_Functions
12-
syntax match lsunderscoredot contained /([^)]*)\./ nextgroup=@ls_Functions
10+
syntax keyword lsunderscore containedin=ALLBUT,lsComment,lsString _
11+
" syntax match lsunderscoredot contained /\./ nextgroup=@ls_Functions
12+
" syntax match lsunderscoredot contained /([^)]*)\./ nextgroup=@ls_Functions
1313

1414
syntax cluster ls_Functions contains=ls_collections,ls_arrays,ls_functions,ls_objects,ls_chaining,ls_lodash
1515

autoload/syntax/underscore.typescript.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
" LoDash: 1.2.0
88
" URL: http://lodash.com/
99

10-
syntax keyword typescriptunderscore containedin=ALLBUT,typescriptComment,typescriptString _ nextgroup=typescriptunderscoredot
11-
syntax match typescriptunderscoredot contained /\./ nextgroup=@typescript_Functions
12-
syntax match typescriptunderscoredot contained /([^)]*)\./ nextgroup=@typescript_Functions
10+
syntax keyword typescriptunderscore containedin=ALLBUT,typescriptComment,typescriptString _
11+
" syntax match typescriptunderscoredot contained /\./ nextgroup=@typescript_Functions
12+
" syntax match typescriptunderscoredot contained /([^)]*)\./ nextgroup=@typescript_Functions
1313

1414
syntax cluster typescript_Functions contains=typescript_collections,typescript_arrays,typescript_functions,typescript_objects,typescript_chaining,typescript_lodash
1515

0 commit comments

Comments
 (0)