toml-mode.el icon indicating copy to clipboard operation
toml-mode.el copied to clipboard

Emacs Mojor mode for editing TOML files

Results 5 toml-mode.el issues
Sort by recently updated
recently updated
newest added

The following leads to odd highlighting: ``` [foo] text = ''' foo bar 'baz ''' [bar] text = ''' foo bar 'baz ''' ``` Namely, the syntax highlighter doesn't recognize...

Hello, I noticed today that now emacs master has an official TOML major mode (`conf-toml-mode`). Would you like to review it and add your contribution to it? http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=ad3cd227aa915ac1e671c27aa642da49bac5c463 @tromey

According to the toml readme, a multi-line array should look like this: ``` hosts = [ "alpha", "omega" ] ``` In toml-mode, it looks like this: ``` hosts = [...

Example: ``` toml a = '1"2"3' ```

could you please create a tag to use this package using melpa stable [1]. Thanks [1] : http://stable.melpa.org/