├── .gitignore ├── .gitmodules ├── README.md ├── ac-html-bootstrap.el ├── ac-html-fa.el ├── bootstrap.yaml ├── fa-html-stuff └── html-attributes-complete │ └── i-class ├── font-awesome.pl └── html-stuff ├── html-attributes-complete ├── a-class ├── a-data-dismiss ├── a-data-slide ├── a-data-target ├── a-data-toggle ├── abbr-class ├── blockquote-class ├── button-class ├── button-data-dismiss ├── button-data-slide ├── button-data-target ├── button-data-toggle ├── div-class ├── div-data-backdrop ├── div-data-interval ├── div-data-keyboard ├── div-data-offset-bottom ├── div-data-offset-top ├── div-data-pause ├── div-data-ride ├── div-data-show ├── div-data-wrap ├── dl-class ├── embed-class ├── form-class ├── global-class ├── global-data-animation ├── global-data-container ├── global-data-delay ├── global-data-html ├── global-data-offset ├── global-data-placement ├── global-data-selector ├── global-data-spy ├── global-data-toggle ├── global-data-trigger ├── global-data-viewport ├── h1-class ├── h2-class ├── h3-class ├── h4-class ├── h5-class ├── h6-class ├── i-class ├── iframe-class ├── img-class ├── input-class ├── input-data-dismiss ├── input-data-slide ├── input-data-target ├── input-data-toggle ├── label-class ├── label-data-dismiss ├── label-data-slide ├── label-data-target ├── label-data-toggle ├── li-class ├── li-data-slide-to ├── li-data-toggle ├── nav-class ├── object-class ├── ol-class ├── p-class ├── select-class ├── span-class ├── table-class ├── td-class ├── textarea-class ├── tr-class ├── ul-class └── video-class ├── html-attributes-list ├── a ├── button ├── div ├── fieldset ├── global ├── input ├── label └── li ├── html-attributes-short-docs ├── div-data-offset-bottom ├── div-data-offset-top ├── div-data-ride ├── fieldset-disabled ├── global-data-container └── global-data-spy ├── html-tag-list └── html-tag-short-docs ├── abbr ├── address ├── blockquote ├── cite ├── del ├── em ├── footer ├── ins ├── mark ├── s ├── small ├── strong └── u /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | *# -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "font-awesome"] 2 | path = font-awesome 3 | url = https://github.com/FortAwesome/Font-Awesome.git 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ac-html-bootstrap.el 2 | 3 | bootstrap3/fontawesome completion data for EMACS `ac-html` and `company-web` modes. 4 | 5 | ## DESCRIPTION 6 | 7 | If you ok that `glyphicon` classes allowed only for `` or 8 | `label-default` for ``, `