chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// Vendored tree-sitter grammar: cfml (CFML tag dialect — .cfm templates)
|
||||
// Each grammar compiled as separate unit (conflicting static symbols).
|
||||
// scanner.c pulls in the shared ../../common/scanner.h (and tag.h), which is
|
||||
// all-static; tag.c is therefore NOT included here (it would redefine it).
|
||||
#include "vendored/grammars/cfml/parser.c"
|
||||
#include "vendored/grammars/cfml/scanner.c"
|
||||
Reference in New Issue
Block a user