Skip to content

Commit f18a806

Browse files
author
othree_kao
committed
Not in string
1 parent 528b403 commit f18a806

20 files changed

Lines changed: 80 additions & 80 deletions

autoload/syntax/angularjs.coffee.vim

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,53 +5,53 @@
55
" Version: 1.1.13.1
66
" URL: http://angularjs.org/
77

8-
syntax keyword coffeeAngular angular containedin=ALLBUT,coffeeComment nextgroup=coffeeAngulardot
8+
syntax keyword coffeeAngular angular containedin=ALLBUT,coffeeComment,coffeeString nextgroup=coffeeAngulardot
99
syntax match coffeeAngulardot contained /\./ nextgroup=coffeeAngularMethods
1010
syntax keyword coffeeAngularMethods contained bind bootstrap copy element equals
1111
syntax keyword coffeeAngularMethods contained extend forEach fromJson identity injector
1212
syntax keyword coffeeAngularMethods contained isArray isDate isDefined isElement isFunction
1313
syntax keyword coffeeAngularMethods contained isNumber isObject isString isUndefined lowercase
1414
syntax keyword coffeeAngularMethods contained mock module noop toJson uppercase version
1515

16-
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment $anchorScroll $cacheFactory $compile $controller $document
17-
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment $exceptionHandler $filter $httpBackend
18-
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment $locale $parse $rootElement
19-
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment $routeParams $templateCache $window
20-
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment $cookies $resource $sanitize
16+
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment,coffeeString $anchorScroll $cacheFactory $compile $controller $document
17+
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment,coffeeString $exceptionHandler $filter $httpBackend
18+
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment,coffeeString $locale $parse $rootElement
19+
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment,coffeeString $routeParams $templateCache $window
20+
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment,coffeeString $cookies $resource $sanitize
2121

22-
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment $http nextgroup=coffeeAShttpdot
22+
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment,coffeeString $http nextgroup=coffeeAShttpdot
2323
syntax match coffeeAShttpdot contained /\./ nextgroup=coffeeAShttpMethods
2424
syntax keyword coffeeAShttpMethods contained get head post put delete jsonp defaults prendingRequests
2525

26-
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment $interpolate nextgroup=coffeeASinterpolatedot
26+
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment,coffeeString $interpolate nextgroup=coffeeASinterpolatedot
2727
syntax match coffeeASinterpolatedot contained /\./ nextgroup=coffeeASinterpolateMethods
2828
syntax keyword coffeeASinterpolateMethods contained endSymbol startSymbol
2929

30-
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment $location nextgroup=coffeeASlocationdot
30+
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment,coffeeString $location nextgroup=coffeeASlocationdot
3131
syntax match coffeeASlocationdot contained /\./ nextgroup=coffeeASlocationMethods
3232
syntax keyword coffeeASlocationMethods contained absUrl hash host path port protocol replace search url
3333

34-
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment $log nextgroup=coffeeASlogdot
34+
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment,coffeeString $log nextgroup=coffeeASlogdot
3535
syntax match coffeeASlogdot contained /\./ nextgroup=coffeeASlogMethods
3636
syntax keyword coffeeASlogMethods contained error info log warn
3737

38-
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment $q nextgroup=coffeeASqdot
38+
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment,coffeeString $q nextgroup=coffeeASqdot
3939
syntax match coffeeASqdot contained /\./ nextgroup=coffeeASqMethods
4040
syntax keyword coffeeASqMethods contained all defer reject when
4141

42-
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment $route nextgroup=coffeeASroutedot
42+
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment,coffeeString $route nextgroup=coffeeASroutedot
4343
syntax match coffeeASroutedot contained /\./ nextgroup=coffeeASrouteMethods
4444
syntax keyword coffeeASrouteMethods contained reload current route
4545

46-
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment $timeout nextgroup=coffeeAStimeoutdot
46+
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment,coffeeString $timeout nextgroup=coffeeAStimeoutdot
4747
syntax match coffeeAStimeoutdot contained /\./ nextgroup=coffeeAStimeoutMethods
4848
syntax keyword coffeeAStimeoutMethods contained cancel
4949

50-
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment $scope $rootScope nextgroup=coffeeASscopedot
50+
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment,coffeeString $scope $rootScope nextgroup=coffeeASscopedot
5151
syntax match coffeeASscopedot contained /\./ nextgroup=coffeeASscopeMethods
5252
syntax keyword coffeeASscopeMethods contained $apply $broadcast $destroy $digest $emit $eval $evalAsync $new $on $watch $id
5353

54-
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment $cookieStore nextgroup=coffeeAScookieStoredot
54+
syntax keyword coffeeAServices containedin=ALLBUT,coffeeComment,coffeeString $cookieStore nextgroup=coffeeAScookieStoredot
5555
syntax match coffeeAScookieStoredot contained /\./ nextgroup=coffeeAScookieStoreMethods
5656
syntax keyword coffeeAScookieStoreMethods contained get put remove
5757

autoload/syntax/angularjs.javascript.vim

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,53 +5,53 @@
55
" Version: 1.1.13.1
66
" URL: http://angularjs.org/
77

8-
syntax keyword javascriptAngular angular containedin=ALLBUT,javascriptComment nextgroup=javascriptAngulardot
8+
syntax keyword javascriptAngular angular containedin=ALLBUT,javascriptComment,javascriptString nextgroup=javascriptAngulardot
99
syntax match javascriptAngulardot contained /\./ nextgroup=javascriptAngularMethods
1010
syntax keyword javascriptAngularMethods contained bind bootstrap copy element equals
1111
syntax keyword javascriptAngularMethods contained extend forEach fromJson identity injector
1212
syntax keyword javascriptAngularMethods contained isArray isDate isDefined isElement isFunction
1313
syntax keyword javascriptAngularMethods contained isNumber isObject isString isUndefined lowercase
1414
syntax keyword javascriptAngularMethods contained mock module noop toJson uppercase version
1515

16-
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment $anchorScroll $cacheFactory $compile $controller $document
17-
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment $exceptionHandler $filter $httpBackend
18-
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment $locale $parse $rootElement
19-
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment $routeParams $templateCache $window
20-
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment $cookies $resource $sanitize
16+
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment,javascriptString $anchorScroll $cacheFactory $compile $controller $document
17+
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment,javascriptString $exceptionHandler $filter $httpBackend
18+
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment,javascriptString $locale $parse $rootElement
19+
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment,javascriptString $routeParams $templateCache $window
20+
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment,javascriptString $cookies $resource $sanitize
2121

22-
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment $http nextgroup=javascriptAShttpdot
22+
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment,javascriptString $http nextgroup=javascriptAShttpdot
2323
syntax match javascriptAShttpdot contained /\./ nextgroup=javascriptAShttpMethods
2424
syntax keyword javascriptAShttpMethods contained get head post put delete jsonp defaults prendingRequests
2525

26-
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment $interpolate nextgroup=javascriptASinterpolatedot
26+
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment,javascriptString $interpolate nextgroup=javascriptASinterpolatedot
2727
syntax match javascriptASinterpolatedot contained /\./ nextgroup=javascriptASinterpolateMethods
2828
syntax keyword javascriptASinterpolateMethods contained endSymbol startSymbol
2929

30-
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment $location nextgroup=javascriptASlocationdot
30+
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment,javascriptString $location nextgroup=javascriptASlocationdot
3131
syntax match javascriptASlocationdot contained /\./ nextgroup=javascriptASlocationMethods
3232
syntax keyword javascriptASlocationMethods contained absUrl hash host path port protocol replace search url
3333

34-
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment $log nextgroup=javascriptASlogdot
34+
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment,javascriptString $log nextgroup=javascriptASlogdot
3535
syntax match javascriptASlogdot contained /\./ nextgroup=javascriptASlogMethods
3636
syntax keyword javascriptASlogMethods contained error info log warn
3737

38-
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment $q nextgroup=javascriptASqdot
38+
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment,javascriptString $q nextgroup=javascriptASqdot
3939
syntax match javascriptASqdot contained /\./ nextgroup=javascriptASqMethods
4040
syntax keyword javascriptASqMethods contained all defer reject when
4141

42-
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment $route nextgroup=javascriptASroutedot
42+
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment,javascriptString $route nextgroup=javascriptASroutedot
4343
syntax match javascriptASroutedot contained /\./ nextgroup=javascriptASrouteMethods
4444
syntax keyword javascriptASrouteMethods contained reload current route
4545

46-
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment $timeout nextgroup=javascriptAStimeoutdot
46+
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment,javascriptString $timeout nextgroup=javascriptAStimeoutdot
4747
syntax match javascriptAStimeoutdot contained /\./ nextgroup=javascriptAStimeoutMethods
4848
syntax keyword javascriptAStimeoutMethods contained cancel
4949

50-
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment $scope $rootScope nextgroup=javascriptASscopedot
50+
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment,javascriptString $scope $rootScope nextgroup=javascriptASscopedot
5151
syntax match javascriptASscopedot contained /\./ nextgroup=javascriptASscopeMethods
5252
syntax keyword javascriptASscopeMethods contained $apply $broadcast $destroy $digest $emit $eval $evalAsync $new $on $watch $id
5353

54-
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment $cookieStore nextgroup=javascriptAScookieStoredot
54+
syntax keyword javascriptAServices containedin=ALLBUT,javascriptComment,javascriptString $cookieStore nextgroup=javascriptAScookieStoredot
5555
syntax match javascriptAScookieStoredot contained /\./ nextgroup=javascriptAScookieStoreMethods
5656
syntax keyword javascriptAScookieStoreMethods contained get put remove
5757

autoload/syntax/angularjs.ls.vim

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,53 +5,53 @@
55
" Version: 1.1.13.1
66
" URL: http://angularjs.org/
77

8-
syntax keyword lsAngular angular containedin=ALLBUT,lsComment nextgroup=lsAngulardot
8+
syntax keyword lsAngular angular containedin=ALLBUT,lsComment,lsString nextgroup=lsAngulardot
99
syntax match lsAngulardot contained /\./ nextgroup=lsAngularMethods
1010
syntax keyword lsAngularMethods contained bind bootstrap copy element equals
1111
syntax keyword lsAngularMethods contained extend forEach fromJson identity injector
1212
syntax keyword lsAngularMethods contained isArray isDate isDefined isElement isFunction
1313
syntax keyword lsAngularMethods contained isNumber isObject isString isUndefined lowercase
1414
syntax keyword lsAngularMethods contained mock module noop toJson uppercase version
1515

16-
syntax keyword lsAServices containedin=ALLBUT,lsComment $anchorScroll $cacheFactory $compile $controller $document
17-
syntax keyword lsAServices containedin=ALLBUT,lsComment $exceptionHandler $filter $httpBackend
18-
syntax keyword lsAServices containedin=ALLBUT,lsComment $locale $parse $rootElement
19-
syntax keyword lsAServices containedin=ALLBUT,lsComment $routeParams $templateCache $window
20-
syntax keyword lsAServices containedin=ALLBUT,lsComment $cookies $resource $sanitize
16+
syntax keyword lsAServices containedin=ALLBUT,lsComment,lsString $anchorScroll $cacheFactory $compile $controller $document
17+
syntax keyword lsAServices containedin=ALLBUT,lsComment,lsString $exceptionHandler $filter $httpBackend
18+
syntax keyword lsAServices containedin=ALLBUT,lsComment,lsString $locale $parse $rootElement
19+
syntax keyword lsAServices containedin=ALLBUT,lsComment,lsString $routeParams $templateCache $window
20+
syntax keyword lsAServices containedin=ALLBUT,lsComment,lsString $cookies $resource $sanitize
2121

22-
syntax keyword lsAServices containedin=ALLBUT,lsComment $http nextgroup=lsAShttpdot
22+
syntax keyword lsAServices containedin=ALLBUT,lsComment,lsString $http nextgroup=lsAShttpdot
2323
syntax match lsAShttpdot contained /\./ nextgroup=lsAShttpMethods
2424
syntax keyword lsAShttpMethods contained get head post put delete jsonp defaults prendingRequests
2525

26-
syntax keyword lsAServices containedin=ALLBUT,lsComment $interpolate nextgroup=lsASinterpolatedot
26+
syntax keyword lsAServices containedin=ALLBUT,lsComment,lsString $interpolate nextgroup=lsASinterpolatedot
2727
syntax match lsASinterpolatedot contained /\./ nextgroup=lsASinterpolateMethods
2828
syntax keyword lsASinterpolateMethods contained endSymbol startSymbol
2929

30-
syntax keyword lsAServices containedin=ALLBUT,lsComment $location nextgroup=lsASlocationdot
30+
syntax keyword lsAServices containedin=ALLBUT,lsComment,lsString $location nextgroup=lsASlocationdot
3131
syntax match lsASlocationdot contained /\./ nextgroup=lsASlocationMethods
3232
syntax keyword lsASlocationMethods contained absUrl hash host path port protocol replace search url
3333

34-
syntax keyword lsAServices containedin=ALLBUT,lsComment $log nextgroup=lsASlogdot
34+
syntax keyword lsAServices containedin=ALLBUT,lsComment,lsString $log nextgroup=lsASlogdot
3535
syntax match lsASlogdot contained /\./ nextgroup=lsASlogMethods
3636
syntax keyword lsASlogMethods contained error info log warn
3737

38-
syntax keyword lsAServices containedin=ALLBUT,lsComment $q nextgroup=lsASqdot
38+
syntax keyword lsAServices containedin=ALLBUT,lsComment,lsString $q nextgroup=lsASqdot
3939
syntax match lsASqdot contained /\./ nextgroup=lsASqMethods
4040
syntax keyword lsASqMethods contained all defer reject when
4141

42-
syntax keyword lsAServices containedin=ALLBUT,lsComment $route nextgroup=lsASroutedot
42+
syntax keyword lsAServices containedin=ALLBUT,lsComment,lsString $route nextgroup=lsASroutedot
4343
syntax match lsASroutedot contained /\./ nextgroup=lsASrouteMethods
4444
syntax keyword lsASrouteMethods contained reload current route
4545

46-
syntax keyword lsAServices containedin=ALLBUT,lsComment $timeout nextgroup=lsAStimeoutdot
46+
syntax keyword lsAServices containedin=ALLBUT,lsComment,lsString $timeout nextgroup=lsAStimeoutdot
4747
syntax match lsAStimeoutdot contained /\./ nextgroup=lsAStimeoutMethods
4848
syntax keyword lsAStimeoutMethods contained cancel
4949

50-
syntax keyword lsAServices containedin=ALLBUT,lsComment $scope $rootScope nextgroup=lsASscopedot
50+
syntax keyword lsAServices containedin=ALLBUT,lsComment,lsString $scope $rootScope nextgroup=lsASscopedot
5151
syntax match lsASscopedot contained /\./ nextgroup=lsASscopeMethods
5252
syntax keyword lsASscopeMethods contained $apply $broadcast $destroy $digest $emit $eval $evalAsync $new $on $watch $id
5353

54-
syntax keyword lsAServices containedin=ALLBUT,lsComment $cookieStore nextgroup=lsAScookieStoredot
54+
syntax keyword lsAServices containedin=ALLBUT,lsComment,lsString $cookieStore nextgroup=lsAScookieStoredot
5555
syntax match lsAScookieStoredot contained /\./ nextgroup=lsAScookieStoreMethods
5656
syntax keyword lsAScookieStoreMethods contained get put remove
5757

0 commit comments

Comments
 (0)