summaryrefslogtreecommitdiffstats
path: root/after/syntax/coffee.vim
diff options
context:
space:
mode:
Diffstat (limited to 'after/syntax/coffee.vim')
-rw-r--r--after/syntax/coffee.vim7
1 files changed, 3 insertions, 4 deletions
diff --git a/after/syntax/coffee.vim b/after/syntax/coffee.vim
index 92b83596..3781c3a3 100644
--- a/after/syntax/coffee.vim
+++ b/after/syntax/coffee.vim
@@ -5,8 +5,7 @@
"
syn keyword tomdocKeywords Returns containedin=coffeeComment contained
-syn keyword tomdocKeywords Yields containedin=coffeeComment contained
-syn keyword tomdocKeywords Raises containedin=coffeeComment contained
+syn keyword tomdocKeywords Throws containedin=coffeeComment contained
syn keyword tomdocKeywords Examples containedin=coffeeComment contained
syn keyword tomdocKeywords Signature containedin=coffeeComment contained
@@ -16,6 +15,6 @@ syn match tomdocDescriptions +\s*Public:+he=e-1 containedin=coffeeComment contai
syn match tomdocDescriptions +\s*Internal:+he=e-1 containedin=coffeeComment contained
syn match tomdocDescriptions +\s*Deprecated:+he=e-1 containedin=coffeeComment contained
-hi default link tomdocDescriptions TODO
-hi default link tomdocKeywords TODO
+hi default link tomdocDescriptions String
+hi default link tomdocKeywords String
hi default link tomdocArguments HELP