elpasync pushed a change to branch elpa/adoc-mode. at 809fb47a26 Add .elpaignore
This branch includes the following new commits: new c5fec9c015 initial commit new 56cfbecca2 added adoc-enable-two-line-title new f4bbbea2ff replaced adoc's own faces with markup-faces library new 276e822b59 Merge markup-faces into font_lock_delimited_blocks new e144653832 refactored title constructs, initiated testing adoc-mode new 46c99fbd51 bugfix in font lock regexp for comments new 7a87ac9e5c added customization var for delimited block regexps, added tests new 113eba1bfe changed/added docstring new 6ccb9d6de5 intermediate checkin - to be removed new 625388ac44 improved superscript/subsctipt unfontify new 06f9792fcd added further simple tests for constrained/uncronstrained quotes new b0d75800d0 edited comment new af7cd59e1b added first-whites-fixed-width new ead05da007 split up the current big test into smaller ones new 5421059e54 small change in regexp for unconstrained quote AsciiDoc's internal regexp has changed new 9d4bb33fca reworked lists items and adoc-align prefix, incl. tests, new 879f594ac9 comment change / removed a few unneeded adoc face variables new 6cb365085b removed/abandoned lexxer stuff new 03f080fe6b extended delimited block tests with checking adoc-align face new 2a088d1e83 added meta-face-cleanup, initial version new ce247928ec added test for byte-compile-file without errors new f519baf304 addef *.elc files to .gitignore new 886497d6a6 added a few medium complex tests for (un)constrained quotes new eb20a274e0 made it easier to run tests new c8b39080f8 added that inline subst can't match across block boundaries new b65c7fcb92 block title now fits into the new concept new 0f7619cfce enheanced inline-subst-boundaries test new 3ba0822b91 bugfix: quotes shall not cross labeled list item boundaries new 526e058665 added another list item test new 2cfd433622 extended quotes tests new de18a17505 fl keyword for comments now in new-style new 8349f0e05e added better support for attribute lists, no tests written yet new 105519ce37 changed image fontification without tests, added tests for attribute lists new a0ddf0f02d added tests for images new 1a4e93ec7c enhanded general block macro incl. tests new 4415af4a53 fixed typo in identifier new fcabdc3a7e added general inline macro, began reworking anchors, touched image new b8e8574afa introduced adoc-attribute-face-alist new e03d63e0b3 extened anchors unittest and fixed revealed bug new 2da645a750 attribute-list can have a local face alist / two faces for target of an inline macro can be specified new 3d2ab81750 new style font lock for xref inline macro new 9c404a4e2d test2 new 2756c62d86 revert test2 new fdc42c818a removed TAGS file new d4a57c5c03 cleaned up file comments a bit new 97602c1577 fixed important typo new 7b0009904e updated URL and copyright date new 47fc7143a3 test new 69e44f37ac changed default of adoc-insert-replacement to nil new a16699bffe test: adapted to new ert new 6b84d70fe0 test: reworked adoctest-faces new a88d4ea5d5 bugfix: some regexps did not handle end of buffer correctly new a08c7f26cc bugfixes for promote / denote title new 30176c0f3c added skelleton for generig promote / denote new 504d490785 test: running the test is now more smoothly new fb170735f8 bugfixes and new tests for promote/denote/toggle title new f1477f70cc comment changes new 4e13247892 test: added test for adjust-title-del new b79c243241 adoc-re-anchor can now match a given id new 303019657d many things with xref and anchor new 091f46e866 test: added test for goto-ref-label new 601de95b01 modified regexp for xref for better find new a61e7cd749 added AsciiDoc menu & key map new 73b790fcf2 Merge branch 'develop' new 9753b42821 bumped version to V0.5.0 new fb4e940e0d edited adoc-version's doc string new 6cb42436d2 test: running the test is now more smoothly new 838684c227 comment improvements new 99917e0bdd adoc-re-inline-macro can now be told to match only an empty attribute list new 950223b614 reworked highlighting of urls new a805bd9787 bump version to 0.5.1 new d80b29ebc9 test: bugfix: point was wronly positioned in adoctest-trans new 3501940311 test: running the test is a bit more smoothly new 63abada690 test: adoctest-trans learned setting mark using <> new 22bd99a194 test: Use with-temp-buffer instead home-brewed solution new 2322c32185 extracted make-two-line-title-underline from make-two-line-title new 734527e2d4 added link to markup-faces within customization group new 569eff13b1 added lots of templates & easy-menu-entries new 4b6054b5c8 added adoc-insert-indented new efa9ef97a0 list item tempos respect tab-width and indent-tabs-mode new 16fe6044b7 bumped version to 0.6.0 new a3d77b0c15 bumped copyright year new 0a35871ac3 edited (doc-)comments to make it fit package format guidelines new f779544180 bumped version to 0.6.1 new a976f1ac84 edited commentary section new c64b7c1e1b mini edit comments new d98541046a bugfix: fixed regex in adoc-re-anchor new 2bbd6a36ac bumped version to 0.6.2 new 7aa44fea5b in menu, unicode chars for (R) and (TM) were interchanged new e6b8e69843 bugfix: empty AsciiDoc attributes (e.g. [,]) caused adoc-mode to enter infinite loop new 0ea3de138a refactored adoc-kwf-attriblist new be65a78a00 bumped version to 0.6.3 new 9c395f4bf9 it's now less likely that text between two adjacent delimited blocks is misinterpreted as delimited block new a8142043e5 adoc customization group comment puts more emphasis on that most faces belong to markup-faces new 27bf57f6fd in commentary section, fixed wrong recipe how to use autoload new 192bd717df fixed byte compilation error regarding void function adoc-re-verbatim-paragraph-sequence new b6d54d9007 bumped version to 0.6.4 new 168ffa3f8e bugfix: no longer running adoc-mode-hook twice new 656e7670c5 fixed type: denote -> demote new 1b3a175861 renamings and improved comments in field of macros new 0348f96d72 local refactoring in field of attribute list new d3517e596d all special inline macros are now fontified before the general inline macro new 1206fe7409 adoc-re-inline-macro can now also match in the middle of a word new e36c0105ab improved fontifying for footnotes new 69569ee920 improved fontifying for footnoteref new b508984663 id attribute of footnoteref now uses markup-internal-reference-face if it's used as reference opposed to anchor new ab42f4909a (un)constrained quotes can now spawn more than two lines new 21bb167f67 improved comments and whites new 61974788b4 small reformatting new fc590439b0 attribute list of macros can now spawn more than two lines new 8f8a1ef307 bumped version to 0.6.5 new 2bcfcea743 improved comments new 9916b51199 small refactoring in field of the adoc-attribute-list text property new 576d724330 'caption' of http/... inline macros can now contain commas new 9957855384 bumpded version to 0.6.6 new 0ac95247d4 refactoring so regexp's for one- and two line titles have group 2 for title's text new 745884359a added imenu support new 2682662c96 Use mode-* to set var require-final-newline new c117d58b4b Merge pull request #1 from lukesanantonio/master new 411eb48ce9 Sensorflo/pr35 (#3) new 414e920433 Avoid some compilation warnings. new 2ab9e1463b unichars.el is not a regular package. new 141af8c56a Associate with .adoc and .asciidoc new 02f53a301b Fix #43. Add missing quote before adoc-reserved in adoc-kw-verbatim-paragraph-sequence new 944ae37076 Create README.md new 474b8f0878 Correct links new cacd4e8f67 Correct links. Avoid some warnings for adoc-mode-test.el new db6c51c8e7 Restructure the README new 46e8ea4126 Add Eldev and a GHA workflow based on it new 66cd5645a0 Clean up the front-matter new 3226a938a6 Update the custom group new 7fdddd54f7 Require Emacs 26 new fceae4560c Kill all tabs new 7ec9c3569d Make TODO notes stand out new 296df94325 Fix a bunch of typos new 9bea822e07 Add license badge new 1cbd1297be Restructure the README a bit new b2d2bcb2cd Really kill all the tabs new bded623e3d [Fix #8] Add a changelog new b204c4bbef Fix license badge new 4508af7824 Bump the development version new 8d42a05372 Move tests to a dedicated folder new 17fab9724a Fix duplicated test names new e0d08ee6d2 Delete obsolete Cask file new 00c59c8d95 [Fix #7] Convert readme to AsciiDoc (#10) new 753406593a Tweak a heading new b992b3bfc8 Shorten the README's extension new 43eda399d3 Tweak the package description new 468fdc0fd9 Update some package metadata new 86c2735a58 Update the copyright new 92da496f3d Tweak the test command new 893daa395c Move the syntax-table out of the mode definition new fb1e49d7e1 Use setq-local where appropriate new 888a38beb2 Bundle the mode's menu definition with the mode's keymap new 800c316c90 [Fix #16] Prevent forward references error in adoc-mode-map new de725c7910 [Fix #12] Replace the broken screenshot new fe861ebf6c Remove redundant function call new c28cf7a8cc Fix whitespace and indentation new 506e015e11 [#9] Disable broken tests new 2c4847d843 Tweak a couple of docstrings new 183e983a5d [Fix #17] Don't add non-title entries to imenu (#18) new 6dc82593f0 Document the mode's history new 176db8ce53 Fix a typo new 7012401a36 [Fix #25] Remove markup-faces from code (#27) new 4ffbe8a7b5 [Fix #14] Added CONTRIBUTING.md new 319ebf80af Bump the copyright years new 8cf18289d5 Enable lexical binding new 2fdc443435 Fix a compilation warning new c3d738dd7d Fix a typo new a5c982d123 [Fix #14] Add standard GH templates new 976794ddc2 Update the changelog new cd2da9591a Fix function name new 66b9adc97d Release adoc-mode 0.7 new ff6277dc29 Fix broken links in the changelog new c9a4715d2f Add section about face customization to README.adoc new 07ac0c12d3 Tweak the README new 9e2bb782d4 Tweak wording new 4ded97193c Implement fontification of source blocks (#21) new 19f7f655b7 Address CI issues. new 109bdc5d13 Fix a typo and some whitespace issues new ff382b94de Improve the configuration docs new 6d458477c9 Add a changelog entry new 9e7af55e7e Fix a typo new d0e5bb31f2 Remove the aggressive default background of native code blocks new 865d7342ab Fix a typo new a7691c8b9a Fix a couple of docstrings new b0702bdeb8 [Fix #33] Address noticeable lag when typing in larger code blocks (#35) new 65794ce2da Addresses #33. Reduce formatting lag by `adoc-kwf-search` new b2b9fd5a6f Addresses #33. Restart search in `adoc-kwf-std` at last prevented match + 1 new d4abb0b562 Addresses #33. Re-introduce adoc-kw-delimited-block 2 because of failing ERT. new 2578d9a6c3 Addresses #33. Re-structure also `adoc-kw-replacement`. new f68c4b9178 Addresses #33. Remove the superfluous (setq found nil) in adoc-kw-replacement new 49bbd9a202 [#33] Describe purpose of adoc-kwf-search new 2cc5aabe01 Fixes #39. Spaces and source-language name for language attribute new 497f6c1999 Addresses #39. `source-language` is only a document attribute. Add comment with adoc manual reference. new 9e1ea49b09 Listing blocks and literal blocks can have source style. new b1d7644fce Addresses #39. Fix whitespace match at end of attr line for code blocks. new 26d189ef54 [#39] Also allow open blocks with source style new 809fb47a26 Add .elpaignore