diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2018-12-26 10:41:57 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2018-12-26 10:41:57 +0100 |
commit | d43b70d93987c94d15a352cf0026fb93d3317cc8 (patch) | |
tree | 74470b6cc30ddb4ef8ceb2ec557bc32ccccb5ebb /syntax/fsharp.vim | |
parent | ec1c94306953b678bb36572897bd218fe6c76506 (diff) | |
download | vim-polyglot-d43b70d93987c94d15a352cf0026fb93d3317cc8.tar.gz vim-polyglot-d43b70d93987c94d15a352cf0026fb93d3317cc8.zip |
Update
Diffstat (limited to 'syntax/fsharp.vim')
-rw-r--r-- | syntax/fsharp.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/syntax/fsharp.vim b/syntax/fsharp.vim index f66daa01..ae076b5d 100644 --- a/syntax/fsharp.vim +++ b/syntax/fsharp.vim @@ -47,7 +47,7 @@ syn match fsharpSymbol "\%(member\)\@<=\s\+\w\+\.\zs\w\+" " types -syn match fsharpTypeName "\%(\<type\s\+\)\@<=\w\+" +syn match fsharpTypeName "\%#=1\%(\<type\s\+\)\@<=\w\+" " errors @@ -182,7 +182,7 @@ syn match fsharpFloat "\<-\=\d\(_\|\d\)*\.\(_\|\d\)*\([eE][-+]\=\d\(_ syn match fsharpFloat "\<\d\+\.\d*" " modules -syn match fsharpModule "\%(\<open\s\+\)\@<=[a-zA-Z.]\+" +syn match fsharpModule "\%#=1\%(\<open\s\+\)\@<=[a-zA-Z.]\+" " attributes syn region fsharpAttrib matchgroup=fsharpAttribute start="\[<" end=">]" |