blob: a7e66f3ce7edac0fc3cf5d289563c39e1fb4552c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>gnu-emacs@gentoo.org</email>
<name>Gentoo GNU Emacs project</name>
</maintainer>
<longdescription>
The main features of this mode are syntax highlighting (enabled with
font-lock-mode or global-font-lock-mode), and html-mode integration. Vue
component files are best edited with the excellent vue-mode, which the
author of this package also contributes to. This mode is included in
vue-mode, and is the default mode for editing template blocks.
</longdescription>
<stabilize-allarches />
<upstream>
<bugs-to>https://github.com/AdamNiederer/vue-html-mode/issues/</bugs-to>
</upstream>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|