Merge branch 'fsharp-filetype-bugfix' of http://github.com/pema99/kakoune

This commit is contained in:
Maxime Coste 2019-11-11 21:57:01 +11:00
commit b464822f1b

View File

@ -33,7 +33,7 @@ provide-module fsharp %§
add-highlighter shared/fsharp regions
add-highlighter shared/fsharp/code default-region group
add-highlighter shared/fsharp/docstring region \(\*(?!\)) (\*\)) regions
add-highlighter shared/fsharp/double_string region @?" (?<!\\)(\\\\)*"B? fill string
add-highlighter shared/fsharp/double_string region @?(?<!')" (?<!\\)(\\\\)*"B? fill string
add-highlighter shared/fsharp/comment region '//' '$' fill comment
# https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/attributes
add-highlighter shared/fsharp/attributes region "\[<" ">\]" fill meta