Skip to content

Commit

Permalink
Add support for YANG multiline string literals
Browse files Browse the repository at this point in the history
  • Loading branch information
tripplilley authored and mbj4668 committed May 7, 2019
1 parent 340aec6 commit 2624eef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions yang-mode.el
Expand Up @@ -179,6 +179,9 @@
(c-lang-defconst c-modifier-kwds
yang '())

(c-lang-defconst c-multiline-string-start-char
yang t)

(c-lang-defconst c-label-kwds
yang '())

Expand Down

0 comments on commit 2624eef

Please sign in to comment.