Skip to content

Commit

Permalink
update for uikit 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
floriandotpy committed Aug 18, 2014
1 parent a4156e5 commit 2c849ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
@@ -1,8 +1,8 @@
# Changelog

### WIP
- updated for uikit 2.8.0
- added markup snippets
### 1.6.0 (August 8, 2014)
- updated for uikit 2.9.0
- added markup snippets (triggered when typing `uikit`)

### 1.5.0 (June 6, 2014)
- updated for uikit 2.7.0
Expand Down
7 changes: 3 additions & 4 deletions uikit_completions.py
Expand Up @@ -53,10 +53,9 @@
"uk-hidden-large", "uk-visible-large", "uk-hidden-medium", "uk-hidden-small", "uk-hidden", "uk-invisible", "uk-visible-hover", "uk-visible-hover-inline", "uk-dotnav", "uk-dotnav-vertical", "uk-slidenav", "uk-slidenav-previous", "uk-slidenav-next", "uk-slidenav-position", "uk-form-file", "uk-form-password", "uk-form-password-toggle", "uk-form-select", "uk-placeholder", "uk-placeholder-large",
"uk-autocomplete", "uk-nav-autocomplete", "uk-datepicker", "uk-datepicker-nav", "uk-datepicker-previous", "uk-datepicker-next", "uk-datepicker-table", "uk-datepicker-table-muted", "uk-htmleditor-navbar", "uk-htmleditor-navbar-nav", "uk-htmleditor-navbar-flip", "uk-htmleditor-button-code", "uk-htmleditor-button-preview", "uk-htmleditor-content", "uk-htmleditor-fullscreen", "uk-htmleditor-code", "uk-htmleditor-preview", "uk-htmleditor-iframe", "uk-htmleditor", "uk-nestable",
"uk-nestable-list", "uk-nestable-list-dragged", "uk-nestable-item", "uk-nestable-placeholder", "uk-nestable-empty", "uk-nestable-handle", "uk-nestable-moving", "uk-collapsed", "uk-notify", "uk-notify-top-right", "uk-notify-bottom-right", "uk-notify-top-center", "uk-notify-bottom-center", "uk-notify-bottom-left", "uk-notify-message", "uk-notify-message-primary", "uk-notify-message-success", "uk-notify-message-warning", "uk-notify-message-danger", "uk-search",
"uk-search-field", "uk-dropdown-search", "uk-nav-search", "uk-sortable", "uk-sortable-dragged", "uk-sortable-placeholder", "uk-sortable-over", "uk-sortable-moving", "uk-dragover", "uk-flex", "uk-flex-top", "uk-flex-middle", "uk-flex-bottom", "uk-flex-center", "uk-flex-right"]
uikit_data = ["data-uk-observe", "data-uk-margin", "data-uk-alert", "data-uk-button-radio", "data-uk-button-checkbox", "data-uk-button", "data-uk-dropdown", "data-uk-grid-match", "data-uk-grid-margin", "data-uk-modal", "data-uk-offcanvas", "data-uk-nav", "data-uk-tooltip", "data-uk-switcher-item", "data-uk-switcher", "data-uk-tab", "data-uk-scrollspy", "data-uk-scrollspy-nav", "data-uk-smooth-scroll", "data-uk-toggle", "data-uk-autocomplete",
"data-uk-datepicker", "data-uk-form-password", "data-uk-form-select", "data-uk-htmleditor", "data-uk-nestable", "data-uk-pagination", "data-uk-search", "data-uk-sortable", "data-uk-sticky", "data-uk-timepicker"]

"uk-search-field", "uk-dropdown-search", "uk-nav-search", "uk-sortable", "uk-sortable-dragged", "uk-sortable-placeholder", "uk-sortable-over", "uk-sortable-moving", "uk-dragover", "uk-flex", "uk-flex-top", "uk-flex-middle", "uk-flex-bottom", "uk-flex-center", "uk-flex-right", "uk-cover-background", "uk-cover", "uk-cover-object"]
uikit_data = ["data-uk-margin", "data-uk-grid-match", "data-uk-grid-margin", "data-uk-check-display", "data-uk-observe", "data-uk-alert", "data-uk-button-radio", "data-uk-button-checkbox", "data-uk-button", "data-uk-dropdown", "data-uk-modal", "data-uk-offcanvas", "data-uk-nav", "data-uk-tooltip", "data-uk-switcher-item", "data-uk-switcher", "data-uk-tab", "data-uk-scrollspy", "data-uk-scrollspy-nav", "data-uk-smooth-scroll", "data-uk-toggle",
"data-uk-autocomplete", "data-uk-cover", "data-uk-datepicker", "data-uk-form-password", "data-uk-form-select", "data-uk-htmleditor", "data-uk-nestable", "data-uk-pagination", "data-uk-search", "data-uk-sortable", "data-uk-sticky", "data-uk-timepicker"]

class UIkitCompletions(sublime_plugin.EventListener):
"""
Expand Down

0 comments on commit 2c849ee

Please sign in to comment.