aboutsummaryrefslogtreecommitdiffstats
path: root/FMark
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-08-26 19:13:08 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-08-26 19:13:08 +0100
commitdb1c2d400fcbe844ce0476b239acd64c23ecdfbc (patch)
tree6cadd4b02592db08cb0fd7ca83d27cc6e44b9cab /FMark
parentf00fd27267913588eb3e4bd73c627a43064ec5b4 (diff)
downloadFMark-db1c2d400fcbe844ce0476b239acd64c23ecdfbc.tar.gz
FMark-db1c2d400fcbe844ce0476b239acd64c23ecdfbc.zip
Cleaned whitespace
Diffstat (limited to 'FMark')
-rw-r--r--FMark/src/Common/Lexer/Lexer.fs2
1 files changed, 0 insertions, 2 deletions
diff --git a/FMark/src/Common/Lexer/Lexer.fs b/FMark/src/Common/Lexer/Lexer.fs
index 7cde51d..1a6258a 100644
--- a/FMark/src/Common/Lexer/Lexer.fs
+++ b/FMark/src/Common/Lexer/Lexer.fs
@@ -33,8 +33,6 @@ let (|InList|_|) lst el =
let (|HTMLStartTag|_|) = (|RegexMatch|_|) "^<([a-zA-Z]+)\\s*.*?>"
-
-
let (|HTMLEndTag|_|) = (|RegexMatch|_|) "^<\\/([a-zA-Z]+)\\s*.*?>"
let (|HTMLSingleton|_|) = function