Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed Aug 3, 2019
1 parent 4114dee commit c80be8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -6,7 +6,7 @@ Currently supported filetype with their patterns:
css ^[^ \t{}/]
go \v^(func|type|var|const|import)
html \v\<(head|body|style|script|div|ul|article|section|main|header|footer|h\d)[> ]
javascript \v^\s*(function\(|var \w*\s+\=\s+function\()
javascript \v^\s*(function\s*\w|var \w*\s+\=\s+function\s*\()
markdown \v(^\=\=\=|^---|^#{1,6})


Expand Down

0 comments on commit c80be8b

Please sign in to comment.