Skip to content

Commit

Permalink
update fragment_by_docset for HTML and CSS docsets
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed May 16, 2020
1 parent 1170855 commit 72e5525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/dasht-query-line
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ dasht-docsets "$@" | while read -r docset; do
fragment_by_docset["C"] = "#toc"
fragment_by_docset["C++"] = "#toc"
# fragment_by_docset["CMake"] = "#" # FIXME: none available
fragment_by_docset["CSS"] = "#wiki-content"
fragment_by_docset["CSS"] = "#content"
fragment_by_docset["CakePHP"] = "#right"
fragment_by_docset["Cappuccino"] = "#MSearchResults"
fragment_by_docset["Chai"] = "#content" # FIXME: needs improvement
Expand Down Expand Up @@ -158,7 +158,7 @@ dasht-docsets "$@" | while read -r docset; do
# fragment_by_docset["Groovy_JDK"] = "#" # FIXME: none available
# fragment_by_docset["Grunt"] = "#" # FIXME: none available
# fragment_by_docset["Gulp"] = "#" # works fine without it
fragment_by_docset["HTML"] = "#wiki-content"
fragment_by_docset["HTML"] = "#content"
fragment_by_docset["Handlebars"] = "#reference"
fragment_by_docset["Haskell"] = "#content"
fragment_by_docset["Ionic"] = "#usage" # FIXME: needs improvement
Expand Down

0 comments on commit 72e5525

Please sign in to comment.