summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2019-11-11 21:57:01 +1100
committerMaxime Coste <mawww@kakoune.org>2019-11-11 21:57:01 +1100
commitb464822f1b40c85e3ff065d422100b20bc91bd45 (patch)
tree065b0a0c94a715846b692a2584b271d57433fa6b
parentd2d0e629faa719ee211f928822ad0e38cffacb0f (diff)
parent43b8f1338bc7c41612e4dd560649a3872cb372e4 (diff)
Merge branch 'fsharp-filetype-bugfix' of http://github.com/pema99/kakoune
-rw-r--r--rc/filetype/fsharp.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/filetype/fsharp.kak b/rc/filetype/fsharp.kak
index 0c87bf17..41cde9a4 100644
--- a/rc/filetype/fsharp.kak
+++ b/rc/filetype/fsharp.kak
@@ -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