Giter Club home page Giter Club logo

Comments (5)

josteink avatar josteink commented on July 17, 2024

Thanks for the bug-report.

I'm going to assume this was an omission. I'll label it a bug, and see if we can't get it fixed.

If you could show us your changes, maybe we could review them together and see if we find them sufficient. If so, you could always submit them as a PR.

from typescript.el.

jack-williams avatar jack-williams commented on July 17, 2024

I've added a new matcher for declare or export modifiers:

(defconst typescript--module-declaration-re
  "^\\s-*\\(?:declare\\|\\(?:export\\(?:\\s-+default\\)?\\)\\)?"
  "Regexp matching ambient declaration modifier or export declaration")

and then added that to typescript--function-heading-1-re as follows:

(defconst typescript--function-heading-1-re
  (concat
   typescript--module-declaration-re
   "\\s-*function\\s-+\\(" typescript--name-re "\\)")
  "Regexp matching the start of a typescript function header.
Match group 1 is the name of the function.")

from typescript.el.

josteink avatar josteink commented on July 17, 2024

Sorry about the delay. I've had quite a few other issues I've been trying to close before starting yet another one. :)

Comparing to what is already done in js-mode, you have the same exact problem there, so there is no code we can "borrow" for a more proven approach.

js2-mode seems structured in a completely different way, and while it has this already solved, I see no obvious way to re-use their solution.

As such, and from what I can tell, that looks perfectly OK. I have no objections to it.

Feel free to send it in as a PR, and other people more versed in font-locking code can help improve it if they see the need.

from typescript.el.

jack-williams avatar jack-williams commented on July 17, 2024

Great, I'll put a PR in over the next few days. Thanks!

from typescript.el.

josteink avatar josteink commented on July 17, 2024

Fixed in #54. Closing.

from typescript.el.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.