Skip to content

Commit

Permalink
Merge pull request #2 from clojure-china/keyword-dash
Browse files Browse the repository at this point in the history
dashes and question marks appears in keywords
  • Loading branch information
kernelp4nic authored Aug 22, 2018
2 parents 7def543 + 257c490 commit 483611e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EDN.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</dict>

<key>match</key>
<string>(:\w+)(\.(\w+))?(/(\w+))?</string>
<string>(:[\w-?]+)(\.([\w-?]+))?(/([\w-?]+))?</string>

<key>name</key>
<string>meta.keyword.edn</string>
Expand Down

0 comments on commit 483611e

Please sign in to comment.