Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KirtiLikes inaccurate #1

Closed
arunchaganty opened this issue Jun 12, 2009 · 1 comment
Closed

KirtiLikes inaccurate #1

arunchaganty opened this issue Jun 12, 2009 · 1 comment

Comments

@arunchaganty
Copy link

KirtiLikes does not span the repetoire of words used by the creator.

@arunchaganty
Copy link
Author

Find this patch (I thought GitHub would have something to upload them...) as a partial solution:

diff --git a/syntax/notes.vim b/syntax/notes.vim
index 4349dc8..e6ff460 100644
--- a/syntax/notes.vim
+++ b/syntax/notes.vim
@@ -31,7 +31,7 @@ syn region KirtiTitle start="^[A-Z]" end="$"
syn region KirtiBlueNotes start="->" end="
$" contains=KirtiKeyword,KirtiLikes keepend
syn region KirtiRedNotes start="=>" end="$" contains=KirtiKeyword,KirtiLikes keepend
syn match KirtiKeyword /[A-Z][A-Z][A-Z]+/
-syn keyword KirtiLikes WOW[WWW] AWESOME IMP wow[www] awesome TODO FIXME CheckOut
+syn keyword KirtiLikes WOW[WWW] AWESOME IMP wow[www] awesome TODO FIXME CheckOut [Ss]tud*
syn match KirtiDelim "^={3,}.
===$"
syn match KirtiAltDelim "^-{3,}._--$"

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant