Skip to content

Commit

Permalink
Ok definitely shouldn't have done the whole
Browse files Browse the repository at this point in the history
weak deliminator thing, since that screws up selection.
  • Loading branch information
PrettyFlower committed Oct 16, 2012
1 parent 586b494 commit 6d5c74d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: PrettyFlower <[email protected]>
pkgname=kate-typescript-syntax-highlighting
pkgver=20121013
pkgver=20121015
pkgrel=1
pkgdesc="Syntax highlighting for TypeScript in Kate"
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion typescript.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@
<comment name="singleLine" start="//" />
<comment name="multiLine" start="/*" end="*/" />
</comments>
<keywords casesensitive="1" weakDeliminator="."/>
<keywords casesensitive="1"/>
</general>
</language>

0 comments on commit 6d5c74d

Please sign in to comment.