Skip to content

Commit 6d5c74d

Browse files
committed
Ok definitely shouldn't have done the whole
weak deliminator thing, since that screws up selection.
1 parent 586b494 commit 6d5c74d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: PrettyFlower <[email protected]>
22
pkgname=kate-typescript-syntax-highlighting
3-
pkgver=20121013
3+
pkgver=20121015
44
pkgrel=1
55
pkgdesc="Syntax highlighting for TypeScript in Kate"
66
arch=('any')

typescript.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@
122122
<comment name="singleLine" start="//" />
123123
<comment name="multiLine" start="/*" end="*/" />
124124
</comments>
125-
<keywords casesensitive="1" weakDeliminator="."/>
125+
<keywords casesensitive="1"/>
126126
</general>
127127
</language>

0 commit comments

Comments
 (0)