Jen-Chieh Shen
Jen-Chieh Shen
There is an indentation issue with this peace of code and it doesn't appear in `js2-jsx-mode`! ```js class App extends React.Component { render() { return ( ); } } export...
I think is good to mention this in README file? 😖
Trying to get the old [method 2](https://github.com/emacs-grammarly/lsp-grammarly#-method-2-login-with-emacs-a-bit-complicated) back, see the discussion https://github.com/grammarly/grammarly-for-developers/discussions/18 (moved to https://github.com/znck/grammarly/discussions/281).
I am getting the error below, with the following test ```el (setq tree-sitter-langs-git-dir "C:/Users/xxx/path/to/tree-sitter-langs/") (tree-sitter-langs-compile 'elisp t) ``` Build message. ``` [tree-sitter-langs] Processing elisp [tree-sitter-langs] Running (git config --file .gitmodules...
This `highlights.scm` works but it didn't apply the highlighting with `tree-sitter-hl-mode`. 😕 (No error, no warning) Parser seems to work correctly: ```elm -- This is a single line comment. {-...
您好👋 想請問下,有辦法config並移除每次進入頁面上面的大圖片嗎? 謝謝🙏
I know people are able to write javascript inside a typescript file. Should people load JavaScript's `hightlights.scm` file for a TypeScript file? Or should we just load scheme file separately...
Add `melpa` and `melpa-stable` badges to README file.