aboutsummaryrefslogtreecommitdiff
path: root/hcel-source.el
Commit message (Collapse)AuthorAgeFilesLines
* clarifying names w.r.t identifiersYuchen Pei2022-10-051-25/+25
| | | | | | - identifier should refer to an IdentifierInfo type on server - internal-id <-> InternalId - external-id <-> ExternalId
* using highlight instead of underscore for highlighting idYuchen Pei2022-09-291-1/+1
|
* Fixing clean compiling warning.Yuchen Pei2022-09-291-1/+6
|
* linking in documentationYuchen Pei2022-09-291-2/+1
| | | | Only to module source for now.
* get rid of clean byte compiling warningsYuchen Pei2022-09-291-17/+15
|
* making haskell-mode an optional depYuchen Pei2022-09-291-13/+19
|
* allow toggle display of exported ids in hcel-outline modeYuchen Pei2022-09-281-9/+17
|
* Moving declarations from local var to text propertyYuchen Pei2022-09-281-15/+36
|
* adding occurrence to text property in hcel-sourceYuchen Pei2022-09-281-39/+14
|
* using occurrence in eldocYuchen Pei2022-09-271-8/+14
| | | | - allows showing docs for things like literal strings and _
* adding font-locking without haskell-modeYuchen Pei2022-09-271-7/+35
| | | | | - also faster - but some font-locking is tricky
* minor fixesYuchen Pei2022-09-271-7/+5
|
* Separating out hcel-minor mode to avoid recursive requiresYuchen Pei2022-09-231-117/+6
|
* fixing compiler warnings and removing major-modeYuchen Pei2022-09-231-14/+16
|
* updating copyright for elpaYuchen Pei2022-09-231-1/+1
|
* typoYuchen Pei2022-09-211-6/+6
|
* Fixing some compile warningsYuchen Pei2022-09-211-10/+16
|
* fix a fixme Make sure all definitions have an `hcel-' prefix.Yuchen Pei2022-09-211-6/+6
|
* adding "foo ends here", and provide hcel instead of hcYuchen Pei2022-09-211-0/+1
|
* Patch from Stefan Monnier.Yuchen Pei2022-09-211-39/+33
| | | | https://lists.gnu.org/archive/html/emacs-devel/2022-09/msg01378.html
* find definition / references / eldoc now look at previous point too.Yuchen Pei2022-09-191-32/+29
|
* first commit, moving out of hcel.Yuchen Pei2022-09-191-0/+523