Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clarifying names w.r.t identifiers | Yuchen Pei | 2022-10-05 | 1 | -25/+25 |
| | | | | | | - identifier should refer to an IdentifierInfo type on server - internal-id <-> InternalId - external-id <-> ExternalId | ||||
* | using highlight instead of underscore for highlighting id | Yuchen Pei | 2022-09-29 | 1 | -1/+1 |
| | |||||
* | Fixing clean compiling warning. | Yuchen Pei | 2022-09-29 | 1 | -1/+6 |
| | |||||
* | linking in documentation | Yuchen Pei | 2022-09-29 | 1 | -2/+1 |
| | | | | Only to module source for now. | ||||
* | get rid of clean byte compiling warnings | Yuchen Pei | 2022-09-29 | 1 | -17/+15 |
| | |||||
* | making haskell-mode an optional dep | Yuchen Pei | 2022-09-29 | 1 | -13/+19 |
| | |||||
* | allow toggle display of exported ids in hcel-outline mode | Yuchen Pei | 2022-09-28 | 1 | -9/+17 |
| | |||||
* | Moving declarations from local var to text property | Yuchen Pei | 2022-09-28 | 1 | -15/+36 |
| | |||||
* | adding occurrence to text property in hcel-source | Yuchen Pei | 2022-09-28 | 1 | -39/+14 |
| | |||||
* | using occurrence in eldoc | Yuchen Pei | 2022-09-27 | 1 | -8/+14 |
| | | | | - allows showing docs for things like literal strings and _ | ||||
* | adding font-locking without haskell-mode | Yuchen Pei | 2022-09-27 | 1 | -7/+35 |
| | | | | | - also faster - but some font-locking is tricky | ||||
* | minor fixes | Yuchen Pei | 2022-09-27 | 1 | -7/+5 |
| | |||||
* | Separating out hcel-minor mode to avoid recursive requires | Yuchen Pei | 2022-09-23 | 1 | -117/+6 |
| | |||||
* | fixing compiler warnings and removing major-mode | Yuchen Pei | 2022-09-23 | 1 | -14/+16 |
| | |||||
* | updating copyright for elpa | Yuchen Pei | 2022-09-23 | 1 | -1/+1 |
| | |||||
* | typo | Yuchen Pei | 2022-09-21 | 1 | -6/+6 |
| | |||||
* | Fixing some compile warnings | Yuchen Pei | 2022-09-21 | 1 | -10/+16 |
| | |||||
* | fix a fixme Make sure all definitions have an `hcel-' prefix. | Yuchen Pei | 2022-09-21 | 1 | -6/+6 |
| | |||||
* | adding "foo ends here", and provide hcel instead of hc | Yuchen Pei | 2022-09-21 | 1 | -0/+1 |
| | |||||
* | Patch from Stefan Monnier. | Yuchen Pei | 2022-09-21 | 1 | -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 Pei | 2022-09-19 | 1 | -32/+29 |
| | |||||
* | first commit, moving out of hcel. | Yuchen Pei | 2022-09-19 | 1 | -0/+523 |