Skip to content

emacsattic/angular-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angularjs-mode for Emacs

MELPA License

If you're looking for snippets, check out angularjs-snippets.

There are two modes:

  • angular-mode
  • angular-html-mode

angular-mode provides font-lock syntax highlighting for JavaScript files and is derived from js-mode.

angular-html-mode provides font-lock syntax highlighting for HTML templates and is derived from html-mode.

In the future there should be a speedbar minor mode that lists controllers, directives, services and filters defined in a file.

YASnippets, Code Snippet Expanding

For both angular-mode and angular-html-mode, there are snippets defined for YASnippet in the snippets directory.

You can load the snippets like this:

(add-to-list 'yas-snippet-dirs "/path/to/angularjs-mode/snippets")

Using YASnippet for AngularJS

Auto-Complete (Tab Completion)

For both angular-mode and angular-html-mode, there are dictionaries defined for Auto-Complete in the ac-dict directory.

You can load the auto-complete dictionaries like this:

(add-to-list 'ac-dictionary-directories "/path/to/angularjs-mode/ac-dict")
(add-to-list 'ac-modes 'angular-mode)
(add-to-list 'ac-modes 'angular-html-mode)

Copyright and License

Copyright (C) 2013-2015 Rudolf Olah omouse@gmail.com

Licensed under the GNU GPL version 3 or later, see LICENSE for the full text of the license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •