pulsar/packages/language-javascript
Andrew Dupont 800a6e1530 Tweaks.
2023-03-13 20:19:59 -07:00
..
grammars Tweaks. 2023-03-13 20:19:59 -07:00
lib First attempt at a modern-tree-sitter JavaScript grammar. 2023-03-13 19:42:18 -07:00
settings ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00
snippets use let and const in snippets 2023-01-10 07:44:53 +00:00
spec Changed config for tree-sitter to be grammar-based 2023-01-14 17:53:41 -03:00
.gitignore add package-lock.json to language-javascript package 2023-01-06 00:44:04 +01:00
appveyor.yml ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00
LICENSE.md rebrand and relicence 2022-12-03 02:46:08 +00:00
package-lock.json add package-lock.json to language-javascript package 2023-01-06 00:44:04 +01:00
package.json First attempt at a modern-tree-sitter JavaScript grammar. 2023-03-13 19:42:18 -07:00
README.md rebrand and relicence 2022-12-03 02:46:08 +00:00

JavaScript language support in Pulsar

Adds syntax highlighting and snippets for JavaScript in Pulsar.

Originally converted from the JavaScript TextMate bundle.

Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.