Skip to content

Commit 50f34a3

Browse files
committed
Add iskeyword+=$
1 parent eba3191 commit 50f34a3

File tree

8 files changed

+16
-0
lines changed

8 files changed

+16
-0
lines changed

autoload/syntax/angularjs.coffee.vim

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

8+
setlocal iskeyword+=$
9+
810
syntax keyword coffeeAngular angular containedin=ALLBUT,coffeeComment,coffeeString nextgroup=coffeeAngulardot
911
syntax match coffeeAngulardot contained /\./ nextgroup=coffeeAngularMethods
1012
syntax keyword coffeeAngularMethods contained bind bootstrap copy element equals

autoload/syntax/angularjs.javascript.vim

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

8+
setlocal iskeyword+=$
9+
810
syntax keyword javascriptAngular angular containedin=ALLBUT,javascriptComment,javascriptString nextgroup=javascriptAngulardot
911
syntax match javascriptAngulardot contained /\./ nextgroup=javascriptAngularMethods
1012
syntax keyword javascriptAngularMethods contained bind bootstrap copy element equals

autoload/syntax/angularjs.ls.vim

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

8+
setlocal iskeyword+=$
9+
810
syntax keyword lsAngular angular containedin=ALLBUT,lsComment,lsString nextgroup=lsAngulardot
911
syntax match lsAngulardot contained /\./ nextgroup=lsAngularMethods
1012
syntax keyword lsAngularMethods contained bind bootstrap copy element equals

autoload/syntax/angularjs.typescript.vim

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

8+
setlocal iskeyword+=$
9+
810
syntax keyword typescriptAngular angular containedin=ALLBUT,typescriptComment,typescriptString nextgroup=typescriptAngulardot
911
syntax match typescriptAngulardot contained /\./ nextgroup=typescriptAngularMethods
1012
syntax keyword typescriptAngularMethods contained bind bootstrap copy element equals

autoload/syntax/jquery.coffee.vim

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

9+
setlocal iskeyword+=$
10+
911
syntax keyword coffeejQuery containedin=ALLBUT,coffeeComment,coffeeString jQuery $
1012
" syntax match coffeejQuerydot contained /\./ nextgroup=@coffeeQGlobals
1113
" syntax match coffeejQuerydot contained /([^)]*)\./ nextgroup=@coffeeQFunctions

autoload/syntax/jquery.javascript.vim

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

9+
setlocal iskeyword+=$
10+
911
syntax keyword javascriptjQuery containedin=ALLBUT,javascriptComment,javascriptString jQuery $
1012
" syntax match javascriptjQuerydot contained /\./ nextgroup=@javascriptQGlobals
1113
" syntax match javascriptjQuerydot contained /([^)]*)\./ nextgroup=@javascriptQFunctions

autoload/syntax/jquery.ls.vim

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

9+
setlocal iskeyword+=$
10+
911
syntax keyword lsjQuery containedin=ALLBUT,lsComment,lsString jQuery $
1012
" syntax match lsjQuerydot contained /\./ nextgroup=@lsQGlobals
1113
" syntax match lsjQuerydot contained /([^)]*)\./ nextgroup=@lsQFunctions

autoload/syntax/jquery.typescript.vim

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

9+
setlocal iskeyword+=$
10+
911
syntax keyword typescriptjQuery containedin=ALLBUT,typescriptComment,typescriptString jQuery $
1012
" syntax match typescriptjQuerydot contained /\./ nextgroup=@typescriptQGlobals
1113
" syntax match typescriptjQuerydot contained /([^)]*)\./ nextgroup=@typescriptQFunctions

0 commit comments

Comments
 (0)