diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-05-16 23:20:12 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-05-17 21:43:08 +0200 |
| commit | 69b2e88839a1989b77ff1cebe562949455cb4b16 (patch) | |
| tree | ed49719a1a9b2ebc92f7b8a6e2f94f1ce2249526 /lua | |
| parent | supercollider: simplify method (diff) | |
| download | nvim-treesitter-69b2e88839a1989b77ff1cebe562949455cb4b16.tar nvim-treesitter-69b2e88839a1989b77ff1cebe562949455cb4b16.tar.gz nvim-treesitter-69b2e88839a1989b77ff1cebe562949455cb4b16.tar.bz2 nvim-treesitter-69b2e88839a1989b77ff1cebe562949455cb4b16.tar.lz nvim-treesitter-69b2e88839a1989b77ff1cebe562949455cb4b16.tar.xz nvim-treesitter-69b2e88839a1989b77ff1cebe562949455cb4b16.tar.zst nvim-treesitter-69b2e88839a1989b77ff1cebe562949455cb4b16.zip | |
parsers: fortran no longer requires_generate_from_grammar
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index aa3665d2a..b1db821e7 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -580,7 +580,6 @@ list.fortran = { install_info = { url = "https://github.com/stadelmanma/tree-sitter-fortran", files = { "src/parser.c", "src/scanner.cc", }, - requires_generate_from_grammar = true, }, } |
